The blog of Eric Sibly; focusing on mountain biking, .NET development for the Desktop, Smartphone and PocketPC.

Monday, June 26, 2006

ADO.NET Entity Framework…

Following are some links to some excellent reading on where Microsoft is going with entities with respect to the RDBMS; as stated previously entities are more often than not the best way to represent data within an application - an entity utilising object-oriented semantics and constructs:

It is great to see Microsoft are looking to make Entities foundational to the next version of ADO.NET, and having them fully integrated with the likes of LINQ. Hopefully, this will encourage developers to largely ditch those nasty DataSets as the default mechanism for working with data within a C#/VB.NET application.

Some snippets that resonated or sounded interesting:
An ideal environment for creation of business applications should allow developers to describe the business logic and state of the problem domain which they are modeling with minimum or no "noise" coming from the underlying representation and the infrastructure that supports it.
Often, proponents of a particular presentation or programming model will argue that their particular "presentation" view is the one truth. We believe there is no "one proper presentation model"; and that the real value is in making the conceptual level real and then being able to use that model as the basis for mapping to and from various presentation models and other higher level services.
The Data Platform will include the capabilities of a low-memory footprint, embeddable database engine to enrich the services for applications that need rich middle-tier caching and disconnected programming experiences. The embedded database will include a simple query processor and non-authoritative persistence capabilities to enable large middle-tier data caches.

It will be interesting to see how some of the other Object-Relational
Mapping
(ORM) solutions, such as NHibernate, perceive this
threat?

Enjoy the reading; and the obligatory wait (months/years) for the goods ;-)

1 Comments:

Anonymous Anonymous said...

thanks for looking into it... :-)

Hopefully not to long before you get to play with bits...we have a CTP planned in August: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=488135&SiteID=1

thanks.

4:18 pm

 

Post a Comment

<< Home