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 trial

C#

Asad Khan
Asad Khan
380 Points

After I am done with .net MVC track, How can I practice/ polish my skills more?

Almost done with 75% of the track. Looking forward for more practice so I can become more employable.

1 Answer

Simon Coates
Simon Coates
8,223 Points

After I took the track, I personally decide to pivot and focus on asp.net core. If memory serves, my recollection was that the track was asp.net mvc5. If that's correct, I think there's some material on pluralsight related to that. And there's probably more to learn in relation to Entity Framework (I forget the version). If the combo is MVC5 and EF6, then there's a tutorial at https://docs.microsoft.com/en-us/aspnet/mvc/overview/getting-started/getting-started-with-ef-using-mvc/ that covers some EF stuff like concurrency. I also watches some longer video on youtube to see developers write sample apps. However, you should make sure that the code is the right version of MVC. I kept stumbling into Core 1 or MVC 4 and it became kinda confusing.