Programming LINQ and the ADO.NET Entity Framework Webcast

Published 28 January 08 05:18 PM | dpblogs 

Check out our upcoming webcast by Mike Pizzo on LINQ and the Entity Framework.

Programming LINQ and the ADO.NET Entity Framework
Summary: Language Integrated Query (LINQ) introduces an exciting new way fo applications to build strongly typed queries that are deeply integrated into the programming language. The ADO.NET Entity Framework allows applications and services to work in terms of an application-oriented Entity Data Model, decoupling the application's data model from the storage considerations of the relational schema. Join this webcast to see how these two technologies work together to change the way applications work with data.

Date: Wednesday, January 30th, 2008 
         11:00 AM Pacific Time (US & Canada)
Language: English-United States
Recommended For: Developers

If you are interested in registering for the webcast, you can sign up here

 

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

# Jonathan said on February 3, 2008 4:21 AM:

Is there any way to view this webcast now? I missed it and would like to see it.

# LucR said on February 3, 2008 1:42 PM:

When is a new added object reflected in de EntitiesContext?

example:

The application is a Northwind extension with EDM applied

when I a add a new customer to the entities context I don's see the new customer in de list until I do a SaveChanges to the database an do a refresh of create a new Entitiescontext object.

Customers lCustomers = new Customers();

Console.WriteLine(_Entities.Customers.Count<Customers>());

_Entities.AddToCustomers(lCustomers);

Console.WriteLine(_Entities.Customers.Count<Customers>());

Both Writeline calls display 91 in the console output? Why

# Jonathan said on February 3, 2008 5:29 PM:

Is there any way to add an Entity from the Model Browser and have it derive from an Entity or class that is just used as a base class and doesn't relate to the database at all?  For instance, I would like all my Entity objects to derive from MyEntityBase, which defines some validation methods.  Is something like this possible?  when trying to set "Base Type", it only gives me a choice of entities that i have created in the Model Browser and if I try to create my base entity without assigning a table, it gives me a "No Mapping Specified" error.

# Casper Stendal said on February 12, 2008 5:08 PM:

Here's a link to the on-demand webcast:

http://www.microsoft.com/events/EventDetails.aspx?CMTYSvcSource=MSCOMMedia&Params=%7eCMTYDataSvcParams%5e%7earg+Name%3d%22ID%22+Value%3d%221032364889%22%2f%5e%7earg+Name%3d%22ProviderID%22+Value%3d%22A6B43178-497C-4225-BA42-DF595171F04C%22%2f%5e%7earg+Name%3d%22lang%22+Value%3d%22en%22%2f%5e%7earg+Name%3d%22cr%22+Value%3d%22US%22%2f%5e%7esParams%5e%7e%2fsParams%5e%7e%2fCMTYDataSvcParams%5e

Leave a Comment

(required) 
(optional)
(required) 
Page view tracker