Stories recently tagged with 'Entity'

Simplify common data access functions by using Entity Framework extens(blog.goranobradovic.com)

submitted by goranobradovicgoranobradovic(17) 4 months, 13 days ago

Simple project featuring usage of EntityFramework CodeFirst and overriding SaveChanges method of DBContext in order to keep record of changes on entities in database. There is a simple usage sample project and a test project with couple of test cases to confirm that everything is working. read more...

4 comments |category: |Views: 119

tags: another

Implementing repository Pattern With EF4 POCO support(morshedanwar.wordpress.com)

submitted by anantoananto(105) 7 months, 13 days ago

Here I have described of implementation repository pattern with EF4 POCO support according to my earlier articles. read more...

add a comment |category: |Views: 36

tags: another

Entity Framework: Intro to Model First Design(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 1 year, 1 month ago

Taking a look at how to use the Entity Framework via its model first design concepts. When building out an application which is based off of the Entity framework you have multiple options, you can either build your model off of your existing database or build your database of your existing model. This episode will explore how you start with your entity model and build out your databas read more...

add a comment |category: |Views: 74

tags: another

Repository, Specification, Unit of Work, Persistence Ignorance POCO 3(www.kitchaiyong.net)

submitted by kitchaiyongkitchaiyong(89) 1 year, 11 months ago

Code Re-factoring for the sample project attached with the post Repository, Specification, Unit of Work, Persistence Ignorance POCO with Microsoft ADO.NET Entity Framework 4.0 Beta 2. Brief explanation of the changes are included. read more...

add a comment |category: |Views: 175

tags: another

Repository, Specification, Unit of Work, Persistence Ignorance POCO 2(www.kitchaiyong.net)

submitted by kitchaiyongkitchaiyong(89) 1 year, 11 months ago

This is my second post on one of the ways of applying the Repository, Specification and Unit of Work pattern using the persistence ignorance POCO with the upcoming ADO.NET Entity Framework 4.0. This post will explain how to implement the Repository, Specification & Unit of Work with Entity Framework 4.0. Sample project codes included. read more...

1 comment |category: |Views: 367

tags: another

Repository, Specification, Unit of Work, Persistence Ignorance POCO(www.kitchaiyong.net)

submitted by kitchaiyongkitchaiyong(89) 1 year, 11 months ago

This is my first post on one of the ways of applying the Repository, Specification and Unit of Work pattern using the persistence ignorance POCO with the upcoming ADO.NET Entity Framework 4.0. First part of this post will introduce the Entity Framework 4.0, its features and its comparison to Entity Framework 3.5 read more...

add a comment |category: |Views: 150

tags: another

Implementing Business Logic with Entity Framework(maximumcs.wordpress.com)

submitted by codegurucodeguru(80) 2 years, 8 months ago

How you can use Entity framework to do some basic logic when a change happens in related entities or “Associations” as it is called. And Example on how to update of an Order’s Total Amount when its Order Details get changed, Added or deleted using Entity Framework. read more...

1 comment |category: |Views: 323

tags: another

Oracle support for ADO.NET Entity Framework(jonathanbruceconnects.com)

submitted by jonbrucejonbruce(40) 2 years, 9 months ago

Download the Beta release of the DataDirect Connect for ADO.NET Entity Framework provider for Oracle today! read more...

add a comment |category: |Views: 75

tags: another

New Entity Framework / LINQ blog!(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 3 years, 2 months ago

Just a quick recommendation note: One of my colleagues, Julien Hanssens, has started blogging on his experiences with the Entity Framework and LINQ. Here are some links to get you started read more...

add a comment |category: |Views: 71

tags: another

Why change-tracking has to be part of an entity object(weblogs.asp.net)

submitted by gosergoser(140) 4 years, 10 months ago

Frans Bouma raises some valid concerns on the Entity Frameworks entity state management. read more...

1 comment |category: |Views: 19

tags: another

Rules Framework Architecture. Unobtrusive Way(20.targetprocess.com)

submitted by firefalconfirefalcon(635) 5 years, 6 months ago

Simple architecture of quite powerful rules framework for .NET application read more...

add a comment |category: |Views: 15

tags: another