I am new to MVC4.0. I have a requirement details below mentioned.
Create Model using Telerik grid
Can somebody suggest any useful link for the same?
You should use the Model First approach in EF.
Apart from EF there are also some third party software that addresses this problem. For example CodeFluent Entities.
Code Firstapproach. Create your models with their mapping and flush it troughEntity Framework. codefirst.codeplex.comMigrationstool. Add classes, execute Migrations and your database is updated. You can find an entire example here: msdn.microsoft.com/en-us/data/jj591621.aspx