Hi Friends,
This article is related to
ASP.Net MVC. Here we will see what all the new features available in terms of
ASP.Net MVC 5 under the Visual Studio 2013 IDE. I have tried to explain the
default template structure which gets created when we start a new project of
ASP.Net MVC 5 in Visual Studio 2013.
In this article, I also tried
to create a new small application by making use of existing template and the
application will have the functionality of CRUD operations for each of the
menu items.
In this article, i am using the
Code First Approach to create the application so it will be helpful for those
who wants to know about the Code First Approach and creating the database
automatically by using the Model classes. We will see each of these things step
by step from the installation of Visual Studio 2013
express edition free and then we will go on to create the new application.
I also explained the new feature of Visual Studio 2013 in terms of ASP.Net MVC
so it will be helpful for all of those guys who are looking out for the same.
Below is the link where you can
see the step by step approach of creating the new application in ASP.Net MVC 5
with Visual Studio 2013.
Hope this article will be
helpful to understand.