I am learning basics of ASP.NET MVC. And I want to follow thi article: http://www.codeproject.com/Articles/620197/Learning-MVC-Part-Creating-MVC-Application-and-P
– tanzMar 16 '15 at 00:00
but it tells to create MVC 3 web application. I am sure I will get lost somewhere If I use MVC 4. If options and diagrams does not match up with the article as I am a begineer.
– tanzMar 16 '15 at 00:01
I want to learn creating basic ASP.NET MVC page and adding CRUD operation to it using LINQ to SQL.
– tanzMar 16 '15 at 00:02
I not 100% sure, but I don't think mvc3 makes any huge strides away from mv4 and I think you'll probably be fine. [There are Newer Tutorials](http://www.asp.net/mvc/overview/older-versions/getting-started-with-aspnet-mvc4/intro-to-aspnet-mvc-4), in fact learning EF is probably better than LtS (imho) . I suppose you could always [downgrade your ide](http://www.microsoft.com/en-gb/download/details.aspx?id=30669)
– Nathan CooperMar 16 '15 at 00:06
Actually I am enrolled in a course. And it requires me to do above mentioned assignments as lab. So I need to learn it. :)
– tanzMar 16 '15 at 00:08
Okey. I will start with MVC 4 and try to simulate as per the article. :) Thanks.
– tanzMar 16 '15 at 00:09
Sorry, I can't recommend much. I checked that one out a while ago and it seemed fine, I would also recommend the mvc4 pluralsight course if you have that service.
– Nathan CooperMar 16 '15 at 00:10