C#,vb.net,MVC,Jquery,javascript,jscript,vbscript,html,vb,sharepoint,COM,WPF,WCF,Wwf,Asp,Asp.net,questions & answers,

Latest in Sports

Monday, July 23, 2012

Entity Framework in .NET 4.0 VS 2010

Hi All,
 
We are using entity framework to handle database transaction in our application however going forward we are targeting common database for all clients. Hence we are thinking to add new set of tables for each client into existing database. These new tables will have same structure as others with different client prefix name. In our existing application, entity framework has generated entity classes for each table but  adding new tables will require to compile data model layer and deployment efforts.
 
We have thoughts of using POCO classes but not sure how much fit this with the requirement.
 
Please let me know if you have any better idea to implement, I am fine with the solution other than entity framework
 
Thanks
Shah

No comments:

Post a Comment