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#

Dominik Huber
Dominik Huber
4,631 Points

Question if I should take the Entity Framework courses and workshops before I start with ASP.net MVC?

Hi guys,

a friend of mine is a Junior Dev and knows a lot about C#. I told him about my idea to learn ASP.net MVC first. He figured that there are no Entity Lectures in the track. So we searched for it manually and found a few.

He told me that I maybe should do all the Entity videos first because they are very important for ASP.net.

What do you mean and what do you prefer?

1 Answer

James Churchill
STAFF
James Churchill
Treehouse Teacher

Dominik,

Our "ASP.NET MVC Basics" (https://teamtreehouse.com/library/aspnet-mvc-basics) and "ASP.NET MVC Forms" (https://teamtreehouse.com/library/aspnet-mvc-forms) courses are designed so that you don't need to know anything about Entity Framework, so you can take them before you take any of our Entity Framework courses. Once you've learned the basics of Entity Framework (https://teamtreehouse.com/library/entity-framework-basics), you can then take the "Entity Framework with ASP.NET MVC" course (https://teamtreehouse.com/library/entity-framework-with-aspnet-mvc) which combines the two.

Thanks ~James