0

How do I add ASP.NET MVC 3 Web Application in Visual Studio 2013?

enter image description here

tanz
  • 627
  • 1
  • 10
  • 21

1 Answers1

1

Sorry. Only MVC4 or newer is supported in Visual Studios 2013

If you have a project you wish to open in VS2013, you need to convert it

Community
  • 1
  • 1
Nathan Cooper
  • 6,262
  • 4
  • 36
  • 75
  • 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 – tanz Mar 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. – tanz Mar 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. – tanz Mar 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 Cooper Mar 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. :) – tanz Mar 16 '15 at 00:08
  • Okey. I will start with MVC 4 and try to simulate as per the article. :) Thanks. – tanz Mar 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 Cooper Mar 16 '15 at 00:10