Click here to Skip to main content
15,884,986 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
there are many micro ORM in the market. First I want to know , what is the need of ORM library ? Is it feasible to use 'Insight.Database' micro ORM for an enterprise applications ? if one of my table has 100+ columns, should I have corresponding business object where all insertions are handled by triggers.
Posted
Comments
Jim Jos 31-Jul-14 3:37am    
ORMS are here to make db interaction easy for developers instead of row/columns we see data as objects and collections. For large tables the object will be large too that will slow down the performance of ORMs
Ziee-M 31-Jul-14 9:04am    
I personnelly encarage you to use entity-FrameWork, a very powerful yet easy to use ORM that allows you to type your code first, start from a database or a diagram. plus there is a lot of documetation.
Now days, ORM are a must.
jacks0009 5-Aug-14 3:13am    
thanks for suggestion..

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900