↧
How to map an Entity framework model to a table name dynamically
I am working in MVC 3 with entity frame work so I am using List, create, edit and details page by razor templates of csHTML5. But I have found one problem while creating a templates from my company...
View ArticleAdd Service layer in MVC
Create Service Layer from MVC In MVC + Entity framework has certain change is that how can we introduce service layer or any code level business layer which responsible to data management with executes...
View Article