IC窗口
community.icburner.com
Sign in
|
Join
|
Help
首页
精华文章
媒体
问答
维基百科
圈子
精华
VS2010学习
»
All Tags
»
EF4
»
Entity Framework 4.0
(
RSS
)
Browse by Tags
VS2010学习
Home
Syndication
RSS for Posts
Atom
Email Notifications
Go
Recent Posts
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
LINQ to SQL to Entity Framework conversion template
Code Only Enhancements
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
jQuery
Shrinkr
WPF
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
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