The World’s Leading Microsoft .NET Magazine
   
 
The .NET Addict's Blog

My Top Tags

                                                           

My RSS Feeds








I heart FeedBurner

Latest Diggs - Programming

Computers Blogs - Blog Top Sites

Site Hits

Total: 4,742,064
since: 19 Jan 2005

Latest tagged entries for 'ADOEF'



Taking advantage of the partial class with the ADO.NET Entity Framework

Tue 25 Mar 08 3:14 P GMT-05
One of the features that I don't see used often enough is the ability to add your own properties and methods to an existing ADO.NET Entity Model through the magic of partial classes. I show some samples of why I use this feature extensively.

Another day another Codename - Astoria and Jasper

Tue 01 May 07 10:15 A GMT-05
Microsoft has unleashed two more codenames on the unsuspecting public - Jasper and Astoria. Are they worth paying attention to?

Orcas EDM Wizard Patched

Fri 27 Apr 07 6:56 A GMT-05
Microsoft has released a patch that fixes the missing "ADO.NET Entity Model" template from Orcas Beta 1

Who ships a modelling tool without a visual designer? Microsoft.

Tue 24 Apr 07 11:11 A GMT-05
I've been re-reading blog entries, including some as early as 10-15 days ago, and they confirm the worst - EDM designer will NOT ship with Orcas RTM.

Microsoft finally shows off their EDM designer... but it won't ship with Orcas?!?

Wed 28 Mar 07 2:26 P GMT-05
I found this screencast showing off the EDM designer that the Entity Framework so sorely needs. The problem? It won't ship with Orcas!

Visual Studio "Orcas" - March CTP is Available

Wed 28 Feb 07 7:28 A GMT-05
I've been following the development of C# 3.5 (or whatever-the-heck it will be called) as well as the Entity Framework for a while now. It looks as though this CTP finally integrates all the useful bits.

LINQ to Web 2.0 - Dr. dobb's Article will be on the stands shortly

Fri 08 Dec 06 8:35 P GMT-05
I recently wrote an article for Dr. Dobb's journal detailing a Web 2.0 project that I did with LINQ to SQL and an early CTP of ADO.NET vNext. The article is in the January 2007 edition of Dr. Dobb's.

ADO.NET Entity Framework - Entity Inheritance Woes

Tue 10 Oct 06 6:36 A GMT-05
I've been evaluating the ADO.NET Entity Framework as something that I might want to replace my existing DLINQ (LINQ to SQL) code. In this article, I'll point out a bone of contention I have with EF and ORMs in general.

ASP.NET vs Ruby on Rails : Round 3 (Object-Relational Modeling)

Thu 05 Oct 06 6:03 A GMT-05
In this article, I will be comparing the Object-Relational Modeling features of Rails w/ActiveRecord to the ADO.NET Entity Framework w/LINQ to Entities

LINQ to Entities vs. LINQ to SQL - What should I use and when?

Thu 17 Aug 06 7:39 A GMT-05
This post will compare and contrast LINQ to SQL and LINQ to Entities provided by ADO.NET vNext, giving some information on the situations in which each technology shines and where they don't.

ADO.NET Entity Framework Announced Today!

Wed 16 Aug 06 6:08 A GMT-05
The August CTP of the ADO.NET Entity Framework is out!! Get it now, your life could depend on it!

DLinq vs the ADO.NET Entity Framework

Fri 23 Jun 06 11:01 A GMT-05
This post will compare and contrast the features of just using raw DLinq and SQLmetal-generated classes with the ADO.NET Entity Framework. I'll also show how the two can work together