How to create simple application in MVC 3 Using EntityFramework.
Click Below link to download project
http://www.mediafire.com/?f5ay24cq5nm1t36
Step 1 : Software requirement
- The ASP.NET MVC 3 run-time components require the following software:
- Get Installation for mvc is
- http://www.microsoft.com/web/gallery/install.aspx?appid=MVC3
- NET Framework version 4.
- Visual Studio 2010 or Visual Web Developer 2010 Express.
- ASP.NET MVC 3 Visual Studio 2010 tools require the following software.
Step 2 :
Click on Microsoft Visual Studio 2010
- Click on File menu select new project
- Select
3. Enter your project name and location where you want to save this project
4. Click on ok button for next step and get this screen
5. Select project template
Empty ,internet Application ,Internet Application
I go with Internet Application
6. Select View Engine
Aspx view :- View which is we used in all last .net application Extension is .aspx
Razor view :- Is good as compare to aspx view rendering is fast . Extension is .cshtml
7. Keep "Create a unit test project" box UN-check we will learn later on about this.
8. Check us HTML5 semantic markup
9. Click on ok button
10. View solution explorer all the file and folder is created for your project..
No comments:
Post a Comment
Thank you for your interest .