ADO.NET team blog
Browse by Tags
All Tags
»
Entity Framework
(RSS)
ADO.NET
ADO.NET Data Services
ADO.NET Orcas
ADO.NET vNext
ASP.NET
Astoria
Beta 3
Core Lab
Data Direct
DB2
Devart
EDM
Entity Data Source
Entity Framework Feature CTP1 for .NET 4.0
Entity Framework Futures
Entity Framwork Feature CTP2 for .NET 4.0
Firebird
IBM
Informix
LINQ to SQL
MySQL
Npgsql
OpenLink
Oracle
Orcas
PDC
Performance
Phoenix Software Solutions
POCO
PostgreSQL
Providers
Sample Provider
SQL Server 2008
SQLite
Sybase
Synergex
U2
Virtuoso
Visual Studio 2010 Beta 2
What's New
What's New Data Services
Automatic Generation of Stored Procedure Return Types
12 November 09 12:07 PM
|
dpblogs
|
4 Comments
A new feature of the Entity Framework in .NET 4.0 is the ability to return collections of complex type instances from stored procedures. In the next public release of the designer, we have enriched this functionality by adding the ability to automatically
Read More...
Foreign Key Relationships in the Entity Framework
06 November 09 02:06 PM
|
dpblogs
|
10 Comments
Last March Alex James posted to our design blog about our plans for adding foreign keys to the entity framework . Since then we’ve pushed forward with implementing FK associations and properties and have included them in Visual Studio 2010 Beta 2 . This
Read More...
Model First with the Entity Framework 4
05 November 09 09:52 AM
|
dpblogs
|
5 Comments
In a previous post , we walked through the designer’s “out of the box” database schema generation experience. In this post, we show how some new designer features in VS2010 Beta 2 integrate with this capability, then we pop the hood and show how easy
Read More...
ADO.Net Entity Framework Feature Community Technology Preview Released!
04 November 09 03:25 PM
|
dpblogs
|
13 Comments
We’ve released an update of the Entity Framework Feature CTP ! The updated CTP includes many requested improvements and added features we’ve gathered from the community since the release of our first CTP and supports installation with Visual Studio 2010
Read More...
Upcoming ADO.Net Entity Framework Feature Community Technology Preview for Visual Studio 2010 Beta 2
26 October 09 05:42 PM
|
dpblogs
|
5 Comments
Just a quick note to let everyone know we’re actively working on an updated Feature CTP for Visual Studio 2010 Beta 2. As soon as the bits are ready we’ll release and post here again. Currently the plan is to include some great new enhancements
Read More...
New features in Entity Framework impacting providers
22 October 09 12:31 PM
|
dpblogs
|
2 Comments
Providers for Entity Framework 3.5 will work unmodified against Entity Framework 4.0. Also, most of the features and improvements introduced in Entity Framework 4.0 will just work against an Entity Framework 3.5 provider. However, there are several features
Read More...
VS2010 and .NET Framework 4 Beta 2 Announced!
19 October 09 05:56 PM
|
dpblogs
|
17 Comments
Visual Studio 2010 and the .NET Framework 4 Beta 2 are now available for download by MSDN subscribers and will available to the rest of the world on Wednesday. Beta 2 as well the VS2010 Launch date of March 22, 2010 were announced this morning on Soma’s
Read More...
Improvements to the Generated SQL in .NET 4.0 Beta1
05 August 09 09:31 PM
|
dpblogs
|
17 Comments
One of the things that we are continuously working on improving is the quality and the readability of the SQL generated when querying using the Entity Framework. We have already made some improvements in .NET 4.0 Beta 1, and we are working on more for
Read More...
Customizing T4 Templates
22 July 09 11:26 AM
|
dpblogs
|
6 Comments
The whole point of us using T4 for code-generation is that it makes it easy to customize the generated entities. A good example might be to support some sort of validation when setting string properties. To illustrate lets re-use the code from the recent
Read More...
Entity Framework Provider for Synergy DBMS
01 July 09 10:08 AM
|
dpblogs
|
1 Comments
It is my pleasure to announce that Synergex has released their Synergy/DE Data Provider for .NET with support for the Entity Framework. The Synergy/DE Data Provider for .NET enables developers to access Synergy DBMS databases from .NET applications and
Read More...
Feature CTP Walkthrough: Code Only for Entity Framework
22 June 09 02:58 PM
|
dpblogs
|
7 Comments
Overview This post covers a new Entity Framework extension called Code Only. Code Only allows you to use the Entity Framework using POCO entities and without an EDMX file, i.e. with ‘Code Only’. This walkthrough shows you how to use the first release
Read More...
Feature CTP Walkthrough: POCO Templates for Entity Framework
22 June 09 02:38 PM
|
dpblogs
|
7 Comments
Overview This post covers a new Entity Framework extension called POCO Templates. POCO Templates is a T4 template and associated include files, that allow you to generate POCO classes or Plain Old CLR Objects for use with the Entity Framework. T4 templates
Read More...
Feature CTP Walkthrough: Self Tracking Entities for Entity Framework
22 June 09 01:16 PM
|
dpblogs
|
10 Comments
Overview The goal of the following walkthrough is to demonstrate a basic scenario for the use of Self Tracking Entities with Entity Framework. Self Tracking Entities is a feature included in the Microsoft Entity Framework Community Technology Preview
Read More...
Feature CTP Walkthrough: Code Only for the Entity Framework (Updated)
22 June 09 02:54 PM
|
dpblogs
|
16 Comments
This post covers Code Only improvements in the CTP2 release for VS 2010 Beta2. This walkthrough shows how you can change the default model like specifying property facets and navigation property inverses as well change the default mapping by changing
Read More...
Feature CTP Walkthrough: POCO Templates for the Entity Framework
22 June 09 02:35 PM
|
dpblogs
|
8 Comments
Creating a Database using Model First 1 - Open the POCOWalkthru project This project is a Console Application that has two files, "Program.cs" and "Blogging.edmx". The "Blogging.edmx" is a Model First Entity Framework Model file for a blogging application.
Read More...
More Posts
Next page »
Search
This Blog
Home
Email
Tags
2.0 SP1
ADO.NET
ADO.NET Data Services
ADO.NET Orcas
ADO.NET vNext
ASP.NET
Astoria
Beta 3
Core Lab
Data Direct
DataSet
DB2
Devart
Dynamic ADO.NET
EDM
Entity Data Source
Entity Framework
Entity Framework Feature CTP1 for .NET 4.0
Entity Framework Feature CTP2 for .NET 4.0
Entity Framework Futures
Entity Framwork Feature CTP2 for .NET 4.0
Firebird
IBM
Informix
Jasper
LINQ to SQL
MySQL
Npgsql
OpenLink
Oracle
Orcas
PDC
Performance
Petshop
Phoenix Software Solutions
POCO
PostgreSQL
Providers
Sample Provider
SQL Server 2008
SQLClient
SQLite
Sybase
Synergex
U2
Virtuoso
VistaDB
Visual Studio 2010 Beta 2
Web Data Service
What's New
What's New Data Services
Archives
November 2009 (8)
October 2009 (3)
September 2009 (1)
August 2009 (2)
July 2009 (2)
June 2009 (8)
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 (10)
April 2008 (4)
March 2008 (4)
February 2008 (3)
January 2008 (8)
December 2007 (11)
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)
MSDN
MSDN Data
MSDN XML
MSDN Sync
Other Data Programmability Team Blogs
Data Programmability team blog
SQL Protocols team blog
XML team blog
Project Astoria Team Blog
JDBC Team Blog
SQL Server Driver for PHP Team Blog
Data Replication and Sync Blog
Entity Framework Design Blog
Syndication
RSS 2.0
Atom 1.0