N a g a s a i
Software Engineer, Blogger, Gadgets, Sports, Circket, Movies and Gamer.
Showing posts with label
ADO.NET
.
Show all posts
Showing posts with label
ADO.NET
.
Show all posts
Wednesday, February 14, 2024
Dapper vs Entity Framework Core vs ADO.NET
›
The comparison between Dapper, Entity Framework Core, and ADO.NET in the context of .NET database access reveals the following key points: ...
Thursday, February 19, 2009
Transactions in ASP.NET
›
What are Transactions? A transaction symbolizes code or a set of components or procedures which must be executed as a unit...
Monday, July 09, 2007
Difference between ExecuteReader,ExecuteScalar and ExecuteNonQuery
›
ExecuteReader: Use for accessing data, it provides a forward-only, read-only, connected recordset. ExecuteScalar: Use for retriving Single ...
2 comments:
›
Home
View web version