This article is a beginner's tutorial for understanding what are transactions and how can transactions be implemented using .Net fra...
Showing posts with label ADO.NET. Show all posts
Showing posts with label ADO.NET. Show all posts
Saturday, January 5, 2013
Tuesday, September 11, 2012
Using the Entity Framework 4.3 in .NET Development
This article describes how to use the Entity Framework for building applications through a tutorial. The Entity Framework enables develop...
Monday, August 27, 2012
A N-Tier Architecture Sample with ASP.NET MVC3, WCF and Entity Framework
N-Tier software architecture can solve the following client/server system issues: scalability, security, fault tolerance and etc. In our ...