A number of testers who've been dabbing with the first version of Microsoft's ADO.Net Entity Framework are unhappy with the direction Microsoft has taken with the technology -- so much so that they've ...
Asynchronous programming helps you to improve the overall performance and responsiveness of your application. In this article we will explore the basics of asynchronous programming and write code to ...
An ORM (Object Relational Mapping) tool is one that is used to abstract the data access logic of your application. You can use ORM to bridge the apparent mismatch between the data and the object ...