Create your first MVC3 application
In this article I am sharing my thoughts on to create very basic MVC application and terminology being used.
Here we go:
Open your visual studio, click on New Project and select ASP.NET MVC3 Web Application:
Specify the name of your first application like your desire and click ok.
New window will appear ,from that window I picked up internet application whilst many options are there .Another intersting fact that there is a dropdown named as View Engine I seleccted Razor which is more specific to MVC 3 and MVC 4 and keep a checkbox “create a new unit test” unchecked.
Click on ok button .
The given below depict screen is default one comes after clicking on OK button.Hvaing multiple folder’s.
Let’s go into more detail for this.I tried to associate MVC new terms with traditional webforms application.
This is what I tried to shared with you,Will come up with more articles on MVC soon.
Press F5 and you will see the very basic output of application.
Its very simple ,you need to create a simple asp.net application and
To know more about MVC kindly go through with the links given below:
- Smart Working With Custom Value Providers in ASP.Net MVC
- Invoke Action With Model Binders in MVC
- Extension Helpers Method in MVC
- Custom Button With TagBuilder Using MVC Razor Engine
- Precompiled Razor View Using RazorGenerator MVC and PreCompiledViewEngine in MVC 4
- RETURN MULTIPLE MODELS IN SINGLE VIEW IN MVC3
- CALL CONTROLLER ACTION METHOD FROM JQUERY USING AJAX
- EXECUTION ORDER OF FILTERS IN MVC 4 WITH PRACTICES: IMPORTANT FAQ
- MEANING OF SCAFFOLDING IN MVC
- REMOVE AMBIGUTY OF CONTROLLER NAMES IN MVC APPLICATION
- CUSTOM BUTTON WITH TAGBUILDER TECHNIQUE USING MVC RAZOR ENGINE
- CONVERSION HELPERS IN MVC RAZOR: VALIDATING POSTED DATA
Kindly let me know if having any query.
Chees .Net
Sachin Kalia
0 comments :
Post a Comment