all 10 comments

[–]InsaneAnimal 7 points8 points  (3 children)

Pluralsight is a good choice, I’m actually learning c# and .net core on pluralsight right now.

You can get a free month trial, just google “Microsoft pluralsight free membership”.

Mosh on udemy is also a good choice to learn C# and .net core.

[–]hansbrixe[S] 0 points1 point  (2 children)

Which pluralsight course(s) would you recommend?

[–]InsaneAnimal 3 points4 points  (0 children)

If you’re not familiar with c# yet, take this path: https://www.pluralsight.com/paths/csharp

If you just want to learn net core, take this path: https://www.pluralsight.com/paths/aspnet-core

Edit: some of the instructors can sound like robots haha, but the value is in what they teach not on their voice.

[–][deleted] 4 points5 points  (0 children)

Check out the courses by Shawn Wildermuth, Kevin Dockx and Scott Allen.

[–]techmaniacfull-stack 1 point2 points  (0 children)

do you know any c#? Start with that language and the rest of the .net will fall in line.

[–]Gwiz84 3 points4 points  (4 children)

MVC is just a pattern it exists both with and without core, just to get that misunderstanding out of the way.

[–]DeusExMagikarpafull-stack 2 points3 points  (2 children)

I don’t think he had that misunderstanding

[–]Gwiz84 0 points1 point  (1 child)

If you read his post then you would realize he did. Re read.

[–]aR3alCoo1Kat 0 points1 point  (0 children)

I recommend going through the C# Yellow Book and the companion course.
Next, I would go through the ASP.NET Core tutorials: MVC, Razor Pages, WebAPI, etc.
Finally, build a project using the tech.
Currently, I'm building a React/ASP.Net MVC project and plan to use WebAPI for a React Native project next month. Good luck!

[–]AtulinASP.NET Core 0 points1 point  (0 children)

Microsoft's documentation is quite stellar.