Browse by Tags

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...
Filed under:
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...
Filed under: ,
Attachment(s): Blogging.Types.tt
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...
Filed under:
Attachment(s): CodeOnlyWalkThru.zip
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...
Filed under:
Attachment(s): POCOWalkthru.zip
More Posts Next page »

Search

This Blog

Syndication

Page view tracker