LINQ vs. "ADO.NET" vs. "Enterprise Library/Data Access Application Block".
For doing database transaction through .net framework, we have 3 possibilities.
1. LINQ
2. ADO.NET
3. Enterprise Library(Data Access Application Block
If we consider response time.
ADO.NET will take less time than Data Access Application Block.
Data Access Application Block than LINQ.
So, ADO.NET will take less time for data tranasactions with database.
please share you views on this.
please share you views on this.
Post a Comment
Please give your valuable feedback on this post. You can submit any ASP.NET article here. We will post that article in this website by your name.