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

Calendar

««Sep 2010»»
SMTWTFS
    1234
567891011
12131415161718
19202122232425
2627282930

Mailing List

My Top Tags

                                                           

My RSS Feeds








I heart FeedBurner

Computers Blogs - Blog Top Sites

Site Hits

Total: 5,627,530
since: 19 Jan 2005

Latest tagged entries for 'ADONET'



ADO.NET Data Services Projections Makes Sliced Bread Jealous

Fri 09 Oct 09 10:07 A GMT-05
I recently discovered the "projections" feature in the ADO.NET Data Services 1.5 CTP2. When I saw this, I felt compelled to share its awesomeness with the world. Read on to find out why.

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.

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!

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

ASP.NET vs Ruby on Rails : Round 2 (Agility)

Thu 05 Oct 06 6:02 A GMT-05
In my previous article, I explored a fairly loose comparison based on overall feel and how well each product implemented the MVC pattern. In this article, I examine support for Agile programming with one specific focus: testing.

ASP.NET vs Ruby on Rails : Round 1

Wed 04 Oct 06 8:37 A GMT-05
I've finally decided to take an in-depth look at Ruby on Rails and ASP.NET and do some comparing and contrasting. I will be as objective as possible, and wherever personal opinion enters into it, I'll make a note of it.

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