jQuery
- jQuery is a Lightweight and CrossBrowser Javacript Library.
- jQuery has simplified javascript programming
- It reduces the lines of code written in javascript
- It Provides...
![]() |
After Creation MVC project from the Project Template- Create Entity Data Model-from an Exiting Database in SQL- Click Add New Item from Model- Select ADO.NET Entity Data Model. |
![]() |
Select the Entity and Verify the Entity Type Name and See if its made Plural, you can change it to Singular |
![]() |
Go to the Controller- Verify the Namespaces, Create a Constructor to Initialize The Entity, In the the Corresponding Action,Fetch the Data using Entity and Assign it to Model |
Source - http://www.asp.net/mvc/mvc3#overview
ASP.NET MVC 3 is a framework for building scalable, standards-based web applications using well-established design patterns and the power of ASP.NET and the .NET Framework.