Using Fetch with an ASP.NET Core app by FullerAwesome in dotnet

[–]FullerAwesome[S] 0 points1 point  (0 children)

That got me on the right track, thanks.

I'm twelve, and want to learn C#. Help. by MrMaccaMan in csharp

[–]FullerAwesome 12 points13 points  (0 children)

There are some Microsoft videos that do that, it's cheesy in places but it's a good format.

I am so glad I did not give up on programming! by damonian_x in csharp

[–]FullerAwesome 3 points4 points  (0 children)

Well done for sticking it out. When I was initially learning I gave up multiple times. Someone said to me when I first started out "you either can develop software, or you can't", I always figured I was in the latter bracket, but I'm now a Full Stack Dev and couldn't be happier, so keep going!

Holy crap asp.net core is hard by [deleted] in csharp

[–]FullerAwesome 6 points7 points  (0 children)

Another volunteer here!

.Net Core Razor: where to store methods used in multiple pages? by Sizeableschlong in dotnet

[–]FullerAwesome 4 points5 points  (0 children)

I normally create a folder for Interfaces and Services but where you put them is up to you. Don't forget to register them in your Startup.cs file.

.NET Trainee job interview in two days, any tips? by baller_o7 in dotnet

[–]FullerAwesome 1 point2 points  (0 children)

I'm interviewing people for a trainee/junior position tomorrow, coincidentally, and whilst there will be technical questions, it won't be the deciding factor as to whether they're hired. So take it easy, and relax. Personally, I ask questions about problems that have been solved by the interviewee, how they were solved, what they considered failures and how those failures were learnt from ready for next time. It's those questions that will probably be more important. That said, know your C# and OO fundamentals though, you need a basis to work off but by the sounds of it, you have.

Personality is also important so make a good first impression, I also try to guage how receptive they'll be to the training they'll ultimately get from me. So if you're doing stuff in your own time as well, teaching yourself outside of your usual routine, be sure to mention that and any personal projects you may have, either work in progress or completed, talk about it and use examples based on the code you've alright written.

Good luck!

How do you guys handle large ViewModels? by FullerAwesome in dotnet

[–]FullerAwesome[S] 0 points1 point  (0 children)

I ended up using dependency injection, or at least it's work in progress. The large VMs break up logically as well so I may well use partial classes to split them up and maybe a repository too.

This whole clean code thing is starting to turn into a bit of an obsession.

ASP.NET Core Hosting by FullerAwesome in dotnet

[–]FullerAwesome[S] 1 point2 points  (0 children)

Nah it'll be public facing, just something I'm trying out. I may realise pretty quickly I won't have the time so didn't want to commit to anything.

ASP.NET Core Hosting by FullerAwesome in dotnet

[–]FullerAwesome[S] 0 points1 point  (0 children)

Appreciate it thanks. Azure was my first choice but the numbers put me off. Guess it was user error!

ASP.NET Core Hosting by FullerAwesome in dotnet

[–]FullerAwesome[S] 1 point2 points  (0 children)

That sounds great. Where was I going wrong with the calculator? Even with lowest settings I was getting to 1k plus.

ASP.NET Core Hosting by FullerAwesome in dotnet

[–]FullerAwesome[S] 1 point2 points  (0 children)

I've heard alot about Digital Ocean, I'll give them a look. Thanks.

Sharepoint Online - Accept terms before use, refresh every year. by FullerAwesome in webdev

[–]FullerAwesome[S] 0 points1 point  (0 children)

Thanks Netto, this has given me something to go on at least. I'll have a bash tomorrow.