ORM

Hey! is that your Database Crying

Although ActiveRecord and the new Rails ORMs are optimized for general use cases with relational databases, most enterprise applications will not preform well enough using just the out-of-the-box functionality. Further, since often the ORMs do such a good job of hiding details when interfacing with the database, issues that might severely hinder scalability and performance …

Hey! is that your Database Crying Read More »

Practical Entity Framework for C#: Explore Entity Framework

ADO.NET Entity Framework is an object-relational mapping (ORM) framework for Microsoft .NET. In this video, Todd Miranda explores how to use the Entity Framework to access and manipulate data from a database. http://msdn.microsoft.com/en-gb/vcsharp/dd565857.aspx