The Entity Framework provides the ability to model rich conceptual layers that meet the needs of our applications. One such model is table-per-hierarchy inheritance. In this model, the data for a hierarchy are stored in one table. This table has a discriminator
column that…
Unai Zorrilla, Development Team Lead de Plainconcepts, nos introduce ADO.NET Data Services en una serie de videos.
En este segundo video, modificamos el servicio.
Recursos:
- En Microsoft
http://msdn.microsoft.com/en-us/data/bb931106.aspx
…
Unai Zorrilla, Development Team Lead de Plainconcepts, nos introduce ADO.NET Data Services en una serie de videos.
En este primer video, nos enseña como crear el servicio.
Recursos:
- En Microsoft
http://msdn.microsoft.com/en-us/data/bb931106.aspx
…
The Entity Framework provides the ability to model rich conceptual layers that meet the needs of our applications. One such model is Entity Splitting. In this model, a single entity in the conceptual layer is mapped to multiple tables in the store. In
this…
The Entity Framework provides the ability to model rich conceptual layers that meet the needs of our applications. One such model is table-per-type inheritance. In this model, each entity is mapped to a distinct table in the store. Each table contains
all of the properties…
In this geekSpeak, Microsoft Most Valuable Professional (MVP) John Papa explores how to consume ADO.NET Data Services from a Microsoft Silverlight 2 application.
John Papa is a Microsoft Visual C# Most Valuable Professional (MVP), International .NET Association (INETA) speaker, member of…
This is a recording of the US Public Sector Developer Dinner for Partners covering .NET Framework 3.5 SP1 held on August 20, 2008 in Reston, Va.
This presentation is a demo focused walkthrough of the new features and functionality in SP1. You will see demonstrations that will include:…
Pablo and one of our hot shot developers Waseem Basheer sit down for a brief discussion about a new Project Astoria incubation project that we have spun up for adding sync and offline support to ADO.NET Data Services.
The coolest thing is that we will have the preview bits available by…
The next version of the Entity Framework adds scenarios in the areas of model driven development, domain driven development, simplicity, and integration. See a preview of production and prototype code for the next version of the Entity Framework as well
as a candid discussion with members of the…
The ADO.NET Data Services Framework (a.k.a. Project "Astoria") introduced a way of creating and consuming flexible, data-centric REST services. By combining data services with the Microsoft Sync Framework, learn how to create offline-capable applications
that have a local replica of…