Sign In
ADO.NET team blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
ADO.NET
ADO.NET Data Services
ADO.NET Orcas
ADO.NET vNext
Astoria
Code First
DataSet
DbContext API
EDM
EF4
Entity Framework
Entity Framework Futures
LINQ to SQL
Oracle
Pages
Performance
Providers
Sample Provider
SQL Azure
SQL Server 2008
SQLClient
Visual Studio 2010
Visual Studio 2010 Beta 2
What's New
What's New Data Services
Archive
Archives
May 2012
(2)
April 2012
(3)
March 2012
(2)
February 2012
(5)
January 2012
(5)
November 2011
(5)
October 2011
(2)
September 2011
(11)
August 2011
(5)
July 2011
(5)
June 2011
(6)
May 2011
(4)
April 2011
(3)
March 2011
(9)
February 2011
(10)
January 2011
(12)
December 2010
(6)
November 2010
(3)
October 2010
(5)
September 2010
(4)
August 2010
(1)
July 2010
(4)
June 2010
(5)
May 2010
(7)
April 2010
(2)
March 2010
(2)
February 2010
(5)
January 2010
(6)
December 2009
(3)
November 2009
(8)
October 2009
(3)
September 2009
(1)
August 2009
(2)
July 2009
(2)
June 2009
(11)
May 2009
(16)
April 2009
(1)
January 2009
(3)
December 2008
(4)
November 2008
(2)
October 2008
(6)
September 2008
(3)
August 2008
(6)
July 2008
(3)
June 2008
(8)
May 2008
(12)
April 2008
(4)
March 2008
(4)
February 2008
(3)
January 2008
(8)
December 2007
(13)
November 2007
(1)
October 2007
(3)
September 2007
(7)
August 2007
(2)
July 2007
(2)
June 2007
(1)
May 2007
(5)
April 2007
(7)
March 2007
(7)
February 2007
(6)
January 2007
(3)
November 2006
(1)
October 2006
(1)
September 2006
(3)
August 2006
(4)
July 2006
(6)
January, 2011
MSDN Blogs
>
ADO.NET team blog
>
January, 2011
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
ADO.NET team blog
Using DbContext in EF 4.1 Part 6: Loading Related Entities
Posted
over 1 year ago
by
dpblogs
23
Comments
Introduction Version 4.1 of the Entity Framework contains both the Code First approach and the new DbContext API. This API provides a more productive surface for working with the Entity Framework and can be used with the Code First, Database First, and...
ADO.NET team blog
Using DbContext in EF 4.1 Part 5: Working with Property Values
Posted
over 1 year ago
by
dpblogs
11
Comments
Introduction Version 4.1 of the Entity Framework contains both the Code First approach and the new DbContext API. This API provides a more productive surface for working with the Entity Framework and can be used with the Code First, Database First, and...
ADO.NET team blog
Using DbContext in EF 4.1 Part 4: Add/Attach and Entity States
Posted
over 1 year ago
by
dpblogs
13
Comments
Introduction Version 4.1 of the Entity Framework contains both the Code First approach and the new DbContext API. This API provides a more productive surface for working with the Entity Framework and can be used with the Code First, Database First, and...
ADO.NET team blog
Using DbContext in EF 4.1 Part 3: Finding Entities
Posted
over 1 year ago
by
dpblogs
5
Comments
Introduction Version 4.1 of the Entity Framework contains both the Code First approach and the new DbContext API. This API provides a more productive surface for working with the Entity Framework and can be used with the Code First, Database First, and...
ADO.NET team blog
Using DbContext in EF 4.1 Part 2: Connections and Models
Posted
over 1 year ago
by
dpblogs
21
Comments
Introduction Version 4.1 of the Entity Framework contains both the Code First approach and the new DbContext API. This API provides a more productive surface for working with the Entity Framework and can be used with the Code First, Database First, and...
ADO.NET team blog
Using DbContext in EF 4.1 Part 1: Introduction and Model
Posted
over 1 year ago
by
dpblogs
27
Comments
Introduction Version 4.1 of the Entity Framework contains both the Code First approach and the new DbContext API. This API provides a more productive surface for working with the Entity Framework and can be used with the Code First, Database First, and...
ADO.NET team blog
Devart Releases New Entity Framework Provider
Posted
over 1 year ago
by
dpblogs
3
Comments
Devart recently announced that they’ve released an updated version of their provider that works with Entity Framework 4.0. New features include DDL generation, better LINQ to Entities support, and improved support for canonical functions. Finally...
ADO.NET team blog
Entity Framework Tutorials - ASP.NET
Posted
over 1 year ago
by
dpblogs
3
Comments
The ASP.NET team recently produced a great set of tutorials on creating web applications with the Entity Framework. They guide you through the process of building an end-to-end working web application. Topic covered include data-binding, sorting, stored...
ADO.NET team blog
EF Feature CTP5: Pluggable Conventions
Posted
over 1 year ago
by
dpblogs
11
Comments
We have released Entity Framework Feature Community Technology Preview 5 (CTP5) . Feature CTP5 contains a preview of new features that we are planning to release as a stand-alone package in Q1 of 2011 and would like to get your feedback on. Feature CTP5...
ADO.NET team blog
Managing Connections with SQL Azure and Entity Framework
Posted
over 1 year ago
by
dpblogs
0
Comments
The Windows Server AppFabric Customer Advisory Team recently put together some great guidance on managing connections with SQL Azure and EF. They outline common connection issues when working with a cloud database, and show how you can implement your...
ADO.NET team blog
Writing an EF-enabled ADO.NET Provider - Part 2
Posted
over 1 year ago
by
dpblogs
3
Comments
Part 2: Provider Manifest This article outlines how to write the provider manifest for our Entity Framework Provider. We will walk through the different components needed, and look at some important parts of the code. Please make sure to read the intro...
ADO.NET team blog
Writing an EF Enabled ADO.NET Provider
Posted
over 1 year ago
by
dpblogs
6
Comments
Part 1: Provider Overview This article is the first in a series designed to teach developers the basic steps to write an Entity Framework Enabled ADO.NET provider. This article will give you an overall idea of what a provider is, why you should write...
Page 1 of 1 (12 items)