Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialHenrik Christensen
Python Web Development Techdegree Student 38,322 PointsASP.NET?
Hi,
Would it be better to start learn ASP.NET MVC or ASP.NET Core if starting to learn ASP.NET today?
2 Answers
Steven Parker
231,184 PointsIt's not necessarily an "either/or" decision.
ASP.Net core is just the most recent version of ASP.NET. But most of the concepts of ASP.NET MVC development would apply to all versions and there are many more generic training resources available.
Henrik Christensen
Python Web Development Techdegree Student 38,322 PointsSo the ASP.NET MVC course here would be a great start for learning the basic no matter which version you're going to use?
Steven Parker
231,184 PointsI believe so, yes. But even the MVC Basics course has a few recommended prerequisites:
Henrik Christensen
Python Web Development Techdegree Student 38,322 PointsI've already done those courses but going through the C# courses again to refresh it since I have not used it for a while, but I realised there is a great demand for ASP.NET in my area (very little demand for node, django, rails etc.) and I thought I would ask which version would be better to learn :-)
I guess there might still be a great demand for ASP.NET MVC (4.6?) to maintain already existing code?
Steven Parker
231,184 PointsYes, and as I said most of what you learn would apply to new development also.