Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Blog - Title
May, 2009
MSDN Blogs
>
ADO.NET Blog
>
May, 2009
Server & Tools Blogs
>
Data Platform Blogs
>
ADO.NET Blog
All About Data Platform
All About Data Platform
Data Development
ADO.NET (Managed Providers, DataSet & EF)
WCF Data Services
SQL Server Customer Advisory Team
SQL Server Protocols
Microsoft XML Team
JDBC
Microsoft Drivers for PHP for SQL Server
Sync
SQL Server Data Tools
StreamInsight
Data Quality Services
Data Quality Services
SQL Server Customer Advisory Team
Jessica Meats’ Blog
All MSDN DQS Postings
OLTP
SQL Server Team
ADO.NET (Managed Providers, DataSet & EF)
SQL Server Customer Advisory Team
SQL Release Services
SQL OS
Running SAP on SQL Server
Conor vs. SQL
SQL AlwaysOn Team
SQL Server Manageability
Integration Services
SSIS
Data Quality Services
SQL Server Customer Advisory Team
All MSDN SSIS Postings
Data Security & Storage
SQL Server Security
SQL Server Storage Engine
SQL OS
SQL Server Customer Advisory Team
Data in the Cloud
Windows Azure
Your Data in the Cloud
SQL Server Team
Silver Lining
ADO.NET Blog
The official source of information on Managed Providers, DataSet & Entity Framework from Microsoft
Live Now on Server & Tools Blogs
Subscribe
Comments
Contact
Menu
Blog Home
Atom
Translate this page
Powered by
Microsoft® Translator
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
More
▼
Less
▲
Archives
Archives
March 2013
(2)
February 2013
(1)
January 2013
(2)
December 2012
(1)
November 2012
(2)
October 2012
(1)
September 2012
(2)
August 2012
(1)
July 2012
(2)
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)
More
▼
Less
▲
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
ADO.NET Blog
Entity Framework VB Samples Now Available on CodeGallery!
Posted
over 4 years ago
by
dpblogs
7
Comments
The information in this post is out of date. Visit msdn.com/data/ef for the latest information on current and past releases of EF. This week the team was able to make available in VB, 7 of our Entity Framework Samples that were previously...
ADO.NET Blog
POCO in the Entity Framework 4: Part 2 – Complex Types, Deferred Loading and Explicit Loading
Posted
over 4 years ago
by
dpblogs
46
Comments
The information in this post is out of date. Visit msdn.com/data/ef for the latest information on current and past releases of EF. In my post last week on the POCO Experience in Entity Framework , I covered the fundamentals of POCO support...
ADO.NET Blog
DataSet and Silverlight
Posted
over 4 years ago
by
dpblogs
61
Comments
I’ve been asked a few times lately whether DataSet is or will be supported in Silverlight, so I thought I’d post the answer here. There are no plans to add DataSet into future releases of Silverlight. However we are investigating work to bridge existing...
ADO.NET Blog
POCO in the Entity Framework 4: Part 1 - The Experience
Posted
over 4 years ago
by
dpblogs
66
Comments
The information in this post is out of date. Visit msdn.com/data/ef for the latest information on current and past releases of EF. Last week I mentioned in the sneak preview on POCO that support for POCO entities is one of the new capabilities...
ADO.NET Blog
Updated Entity Framework Documentation for Beta1
Posted
over 4 years ago
by
dpblogs
11
Comments
The information in this post is out of date. Visit msdn.com/data/ef for the latest information on current and past releases of EF. With the release of Visual Studio 2010 Beta 1 , we have released supporting Entity Framework documentation ...
ADO.NET Blog
Entity Framework 4.0 Beta 1 bits now available in the VS 2010 and .NET 4 Beta 1
Posted
over 4 years ago
by
dpblogs
4
Comments
The information in this post is out of date. Visit msdn.com/data/ef for the latest information on current and past releases of EF. Beta 1 has shipped! You can find information about the Beta and pointers to the download here . So far on this...
ADO.NET Blog
Sneak Preview - Pluralization in Entity Framework 4.0
Posted
over 4 years ago
by
dpblogs
4
Comments
The information in this post is out of date. Visit msdn.com/data/ef for the latest information on current and past releases of EF. In .NET 3.5 SP1 when you create a model from the database, you often end up with EntityType, EntitySet and NavigationProperty...
ADO.NET Blog
Sneak Peek – Using Code Generation Templates with the Entity Framework 4.0
Posted
over 4 years ago
by
dpblogs
9
Comments
The information in this post is out of date. Visit msdn.com/data/ef for the latest information on current and past releases of EF. In the first version of the Entity Framework code generation was implemented internally using CodeDom . The...
ADO.NET Blog
Sneak Preview: Entity Framework 4.0 Testability Improvements
Posted
over 4 years ago
by
dpblogs
19
Comments
The information in this post is out of date. Visit msdn.com/data/ef for the latest information on current and past releases of EF. Writing unit tests is a core practice in the vast majority of modern software development approaches. There...
ADO.NET Blog
Sneak Preview: Model Defined Functions
Posted
over 4 years ago
by
dpblogs
9
Comments
The information in this post is out of date. Visit msdn.com/data/ef for the latest information on current and past releases of EF. Model Defined Functions is a new feature coming in .NET 4.0. They are similar to SqlServer Table Value Functions...
ADO.NET Blog
Sneak Preview: N-Tier development with Entity Framework 4.0
Posted
over 4 years ago
by
dpblogs
17
Comments
The information in this post is out of date. Visit msdn.com/data/ef for the latest information on current and past releases of EF. Building applications that work across tiers is a core part of many application architectures. In .NET Framework...
ADO.NET Blog
Sneak Preview: Deferred Loading in Entity Framework 4.0
Posted
over 4 years ago
by
dpblogs
28
Comments
The information in this post is out of date. Visit msdn.com/data/ef for the latest information on current and past releases of EF. After our first release, one of the common pieces of feedback we heard from you was that you would like to be...
ADO.NET Blog
Sneak Preview: Model First in the Entity Framework 4.0
Posted
over 4 years ago
by
dpblogs
24
Comments
The information in this post is out of date. Visit msdn.com/data/ef for the latest information on current and past releases of EF. An exciting new Entity Framework Designer feature in Visual Studio 2010 is the ability to generate DDL that...
ADO.NET Blog
Sneak Preview: Persistence Ignorance and POCO in Entity Framework 4.0
Posted
over 4 years ago
by
dpblogs
36
Comments
The information in this post is out of date. Visit msdn.com/data/ef for the latest information on current and past releases of EF. In Entity Framework 3.5 (.NET 3.5 SP1), there are more than a few restrictions that were imposed on entity classes...
ADO.NET Blog
Update on the Entity Framework in .NET 4 and Visual Studio 2010
Posted
over 4 years ago
by
dpblogs
37
Comments
The information in this post is out of date. Visit msdn.com/data/ef for the latest information on current and past releases of EF. Since we shipped the .NET Framework 3.5 SP1 and Visual Studio 2008, we’ve been working on the next version...
ADO.NET Blog
DataDirect Releases Beta Entity Framework Provider for Oracle
Posted
over 4 years ago
by
dpblogs
2
Comments
The information in this post is out of date. Visit msdn.com/data/ef for the latest information on current and past releases of EF. DataDirect has released the much anticipated Beta of their DataDirect Connect for ADO.NET Entity Framework provider...
Page 1 of 1 (16 items)