IC窗口
community.icburner.com
Sign in
|
Join
|
Help
首页
精华文章
媒体
问答
维基百科
圈子
精华
VS2010学习
»
All Tags
»
Entity Framework 4.0
(
RSS
)
Browse by Tags
VS2010学习
Home
Syndication
RSS for Posts
Atom
Email Notifications
Go
Recent Posts
Simplifying Entity Framework: Data-Driven Design
Entity Framework Features Not Supported by the Entity Designer
Shrinkr - Url Shrinking Service Developed with Entity Framework 4.0, Unity, ASP.NET MVC And jQuery
Master-Detail Data Binding in WPF with Entity Framework
WPF databinding with the POCO Template
Tags
C#
DDD
EF4
Entity Framework
Entity Framework 4.0
Entity Framework Feature CTP1 for .NET 4.0
Entity Framework v2
IoC
jQuery
Kigg
Kigg系列文章
LINQ to Entities
LINQ to SQL
MVC
MVC2
NerdDinner
Oxite
POCO
T4
TDD
Test
Tip
Unity
VS2010
WPF
View more
Archives
December 2009 (8)
November 2009 (1)
October 2009 (18)
September 2009 (4)
August 2009 (24)
July 2009 (70)
June 2009 (180)
DDD
EF4
Entity Framework
jQuery
POCO
Shrinkr
VS2010
WPF
Simplifying Entity Framework: Data-Driven Design
Posted by Oleg Sych December 27, 2009 As described on MSDN , ADO.NET Entity Framework is a set of technologies that enables developers to work with data in the form of domain-specific objects and properties, such as customers and customer addresses...
Published
2009/12/29 10:47
by
革命
Filed under:
Entity Framework
,
Entity Framework 4.0
Entity Framework Features Not Supported by the Entity Designer
The following are Entity Framework features that are not currently supported by the Entity Designer. Multiple entity sets per type. Creating entity sets for non-root types. Table-per-concrete class mapping. Using EntityType properties in mapping...
Published
2009/10/23 23:30
by
革命
Filed under:
VS2010
,
Entity Framework 4.0
Shrinkr - Url Shrinking Service Developed with Entity Framework 4.0, Unity, ASP.NET MVC And jQuery
Creating a full blown url shrinking service was pocking around in my mind for quite some time(of course by using Twitter). Since I heard quite a few good things on Entity Framework 4.0 , so I decided to start with it. The first thing I usually do when...
Published
2009/9/14 21:42
by
革命
Filed under:
EF4
,
DDD
,
jQuery
,
Entity Framework 4.0
,
Shrinkr
Master-Detail Data Binding in WPF with Entity Framework
Today I thought I would talk about a really common scenario in data applications, creating a master-details (one-to-many) data entry form. I’ve written about WPF data binding and Entity Framework a lot in the past: Videos: How Do I: Get Started...
Published
2009/8/27 14:11
by
革命
Filed under:
WPF
,
EF4
,
Entity Framework 4.0
WPF databinding with the POCO Template
The new support for POCO in Entity Framework seeks to enable better ways of coding application domain logic without polluting domain classes with persistence concerns. Persistence Ignorance can in fact improve maintainability, testability and evolvability...
Published
2009/8/27 14:02
by
革命
Filed under:
WPF
,
POCO
,
Entity Framework 4.0
LINQ to SQL to Entity Framework conversion template
Many customers have asked us how to port a LINQ to SQL application to the Entity Framework. In order to make this process easier, we have developed a metadata conversion template. This template converts LINQ to SQL metadata (.dbml) to metadata...
Published
2009/8/27 14:00
by
革命
Filed under:
EF4
,
Entity Framework 4.0
Code Only Enhancements
In the next release you will be able to specify: Navigation Property Inverses. Property Facets, like Nullability, MaxLength, Precision etc. Property to Column mappings Type to Table(s) mappings Inheritance strategy Encapsulate configuration The...
Published
2009/8/27 13:59
by
革命
Filed under:
EF4
,
Entity Framework 4.0