ADO.NET Entity Framework

List of Articles in ADO.NET Entity Framework

Introduction to ADO.NET Data service

Introduction to ADO.NET Data serviceRead more..
By: Dhananjay Kumar   |    On:  2/16/2010 12:48:56 AM   |    Article

Implementing repository pattern in ado.net entity model

There are lots of ways to implement repository pattern but with ado.net entity model you can create repository pattern within 10 to 15 minutes.Read more..
By: jalpesh   |    On:  6/4/2010 10:17:13 AM   |    Article

ADO.Net Data Service-WCF Data Services

Microsoft .net framework 4 have usefull enhancements in there Data-services model After the WCf For quite long Microsoft .net Providing such useful services fro client and server side features One of Most Beautful enhancementsRead more..
By: usamawahabkhan   |    On:  5/16/2010 2:12:12 AM   |    Article

How to Handle Stored Procedure Output Parameter with ADO.NET Entity Framework

In this article, I'm going to explain how to handle Output Parameter in Stored Procedure with Entiry Framework.The Entity Framework is getting popular and many developers love it.Read more..
By: jalpesh   |    On:  9/11/2011 3:39:50 AM   |    Article

Model-First Design using ADO.NET Entity Framework 4.0

In Model first approach, we will be creating the EDM, conceptual model, first with respect to the business, and keep evolute the EDM till it fits for the business and then generate the database schema based on the EDM. At least it makes easier to limit the huge changes.Read more..
By: Chinna Srihari   |    On:  7/20/2010 12:04:44 PM   |    Article

Code Only Design using ADO.NET Entity Framework 4.0

This article will cover the code-only approach, which provides developers the ability to use the Entity Framework using POCO entities and without an EDMX file. This approach lets developers view code as their model.Read more..
By: Chinna Srihari   |    On:  7/20/2010 12:11:20 PM   |    Article
^ Scroll to Top