CodeBetter.Com
CodeBetter.Com
RSS 2.0 via Feedburner
           Do you Twitter? Follow us @CodeBetter

John Papa [MVP C#]

.NET Code Samples, Data Access, and Other Musings

New EF CTP! ADO.NET Entity Framework June 2007 CTP is Available

The ADO.NET team has released the latest bits for the ADO.NET Entity Framework with the June 2007 CTP. There are samples on CodePlex, too. It claims many changes and support for a lot of new features ... I grabbed this partial list from their post:

  • Changes in: 
    • Object Services
    • Query
    • Entity Client
    • the Entity Data Model Wizard in Visual Studio 
    • no more default constructors in code-generated classes
    • improvements to stored procedure support
  • New Features:
    • IPOCO
    • detaching from long-running ObjectContext instances
    • multiple entity sets per type
    • support for referential integrity constraints
    • span support
    • transactions
    • serialization

Notice the IPOCO support. This is something that is a step in the right direction for getting the entities in the EDM to move towards full POCO. I am downloading the bits now and can't wait to unwrap the candy!

 



Comments

» New EF CTP! ADO.NET Entity Framework June 2007 CTP is Available said:

Pingback from  » New EF CTP! ADO.NET Entity Framework June 2007 CTP is Available

# July 2, 2007 11:41 PM

IT Passion said:

# July 3, 2007 2:44 AM

FransBouma said:

I have no idea what IPOCO means, do you? :) POCO means Plain Old CLR objects, IPOCO then means something like that with a word in front of it starting with an I ? ;) 'Impossible'? Imaginable?

INNOVATIVE! ;)

# July 3, 2007 3:58 AM

Xor said:

Interfaces on Plain Old CLR Objects

# July 3, 2007 8:52 AM

Ayende @ Rahien said:

New features in Entity Framework?

# July 3, 2007 9:12 AM

Insane World said:

ADO.NET Entity Framework June 2007 CTP

# July 3, 2007 9:36 AM

John Papa said:

Frans, some funny possibilities:

- Imaginary POCO

- Incredible POCO

- Idunno POCO

- iPOCO (a new iPhone competitor)

# July 3, 2007 9:50 AM

John Papa said:

In case my humor is lost on anyone ... yes, Xor is right. Its Interfaces for POCO. Meaning that there is an interface that the POCO entity would implement.

# July 3, 2007 9:51 AM

Anders Nor??s' Blog : IPoco? said:

Pingback from  Anders Nor??s' Blog : IPoco?

# July 3, 2007 4:52 PM

Leave a Comment

(required)  
(optional)
(required)  

Enter the numbers above:
Add

About John Papa

John (C# MVP and MCSD.NET) has been working with Microsoft distributed architectures for over 10 years. He has enterprise experience architecting and developing with .NET technologies including ASP.NET as well as WebForms using both C# and VB.NET. He is a baseball fanatic who spends most of his summer nights rooting for the Yankees with his family and his faithful dog, Kadi. John has authored or co-authored several books on ADO, ADO.NET, XML, and SQL Server, is the author of the Data Points column in MSDN Magazine, has presented MSDN WebCasts and can often be found speaking at industry conferences such as VSLive and DevConnections. Check out Devlicio.us!