The advantages and disadvantages of using ORM
- by JHarley1
Good Morning,
I would like to discuss today the advantages and disadvantages of using ORM (such as ADO.NET).
Advantages:
Speeds-up Development - eliminates the need for repetitive SQL code.
Reduces Development Time.
Reduces Development Costs.
Overcomes vendor specific SQL differences - the ORM knows how to write vendor specific SQL so you…