Object Relational Mapping and (ORM), Entity Framework (EF), and M Programming Language

Published April 19th, 2010 Under Architecture, Database | Leave a Comment

Ted Neward and Danny Simmons of the ADO.NET team discuss the Entity Framework, ORMs and OSLO

Practical Entity Framework for C#: Entity Framework for ASP.NET

Published February 5th, 2010 Under Coding, Database | Leave a Comment

ADO Entity Framework can be used in ASP.NET as well. There are only minor things to keep in mind. The EntityDataSource makes using an Entity Model in ASP.NET much easier. This video demonstrates how to use Entity Framework in ASP.NET.

http://msdn.microsoft.com/en-gb/vcsharp/dd565859.aspx

Practical Entity Framework for C#: Compiled Queries in Entity Framework

Published January 27th, 2010 Under Coding, Database | Leave a Comment

With any new technology, performance implications are important to consider. If you want to get the best performance from Entity Framework queries, you should use the Compile function of the CompiledQuery class. This video demonstrates how to use compiled queries in the Entity Framework.

http://msdn.microsoft.com/en-gb/vcsharp/dd565858.aspx

Practical Entity Framework for C#: Explore Entity Framework

Published January 18th, 2010 Under Coding, Database | Leave a Comment

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

LINQPad – New Features for Entity Framework

Published January 6th, 2010 Under Coding, Database | Leave a Comment

Tiw webcast shows some exciting new features that turn LINQPad into an essential tool for writing and performance-tuning Entity Framework queries.

keep looking »