Search Results
- of 1
-
EF v2 and Data Access Architecture Best PracticesEF Data Access EF v2 and Data Access Architecture Best Practices Tim Mallalieu This article discusses: Application development styles Design patterns This article uses the following technologies: Microsoft Visual Studio 2010, ADO.NET Entity Framework Feature CT1 Contents David ...
Apollo Gonzalez
added
4 months ago
- SHARE
- VIEW IN TWINES (1)
- VIEW WEB PAGE
-
N-Tier Application PatternsEntity Framework N-Tier Application Patterns Daniel Simmons This article discusses: N-tier design patterns Entity Framework Microsoft .NET Framework 4 This article uses the following technologies: Entity Framework, Windows Communication Foundation Contents In my previous ...
Apollo Gonzalez
added
4 months ago
- SHARE
- VIEW IN TWINES (1)
- VIEW WEB PAGE
-
ADO.NET team blog : POCO in the Entity Framework : Part 3 – Change Tracking with POCOPOCO in the Entity Framework : Part 3 – Change Tracking with POCO Published 10 June 09 08:43 AM | dpblogs In my last post on POCO , I mentioned the fact that there are two types of change tracking possibilities with POCO: Snapshot based Change Tracking and Notification based Change ...
-
ADO.NET team blog : Using Repository and Unit of Work patterns with Entity Framework 4.0Using Repository and Unit of Work patterns with Entity Framework 4.0 Published 16 June 09 04:08 PM | dpblogs If you have been watching this blog, you know that I have been discussing the various aspects of POCO capabilities we added to Entity Framework 4.0. POCO support makes it possible ...
-
ADO.NET team blog : Feature CTP Walkthrough: Code Only for the Entity FrameworkFeature CTP Walkthrough: Code Only for the Entity Framework Published 22 June 09 02:54 PM | dpblogs Code Only Walkthru: 1) Create a Console Application called "CodeOnlyWalkthru": 2) Add a new Project to the "CodeOnlyWalkThru" solution: 3) Choose 'Class Library' and call the library ...
-
ADO.NET team blog : Feature CTP Walkthrough: POCO Templates for the Entity FrameworkFeature CTP Walkthrough: POCO Templates for the Entity Framework Published 22 June 09 02:35 PM | dpblogs Creating a Database using Model First 1 - Open the POCOWalkthru project This project is a Console Application that has two files, "Program.cs" and "Blogging.edmx". The ...
-
ADO.NET team blog : Feature CTP Walkthrough: Self Tracking Entities for Entity FrameworkFeature CTP Walkthrough: Self Tracking Entities for Entity Framework Published 22 June 09 01:16 PM | dpblogs Overview The goal of the following walkthrough is to demonstrate a basic scenario for the use of Self Tracking Entities with Entity Framework. Self Tracking Entities is a feature ...
-
ADO.NET team blog : Announcing: Entity Framework Feature CTP 1