MVC 4 Generic CRUD forms for entities
I am new to MVC and i have the following task
Implement the List, Edit, Create, Delete for all the entities.
My project is based on C# MVC and using Razor. The application is using
the database from the CRM 2011 using the webservice. Now, there are almost
10 different entities and i do not want to write code for all the same
functionalities again and again.
Project is using the following: 1- C#, MVC4, Razor 2- CRM2LINQ 3- Kendo UI
Problems that i think can create problem:
1- Each web form (for example Edit) has a Grid at the end of the form that
is displaying some child relationships.
2- Kendo UI and Kendo validation
3- The application is fetching all the data from the CRM 2011 using the
webservice.
Questions:
1- How can i make things generic to avoid repetition of code without
losing control?
2- Can you give me a sample link that explains the solution of my problem ?
No comments:
Post a Comment