Sign In
Entity Framework Design
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
ADO.NET
Caching
Code First
CodeOnly
Customization
Designer
EDM
Entity
Entity Framework
Entity Framework 4
Entity Framework Futures
eSQL
Evolving APIs
FKs
Functions
Linq to Entities
Linq to Sql
Mapping
Metadata
Migration
Model First
N-Tier
ObjectServices
Pages
Pluralization
POCO
Productivity Improvements
Providers
Reporting
Self-Tracking Entities
Spatial
Stored Procedures
T4
Templates
What's New
Browse by Tags
MSDN Blogs
>
Entity Framework Design
>
All Tags
>
codeonly
Tagged Content List
Blog Post:
Productivity Improvements for the Entity Framework
dpblogs
Background We’ve been hearing a lot of good feedback on the recently released update to the Entity Framework in .NET 4. This release marks a significant advancement from the first release that shipped with .NET 3.5 SP1. I’m not going to spend time here talking about what’s new, but...
on
21 Jun 2010
Blog Post:
Conventions for Code First
dpblogs
The latest preview of Code First allows you to describe a model using C# or VB.Net classes. The basic shape of the model is detected by convention and then a fluent API can be used to further refine your model. We recently posted about our plans to support Data Annotations as another way to further...
on
1 Jun 2010
Blog Post:
Code Only – Further Enhancements
efdesign
We’ve come a long way since the last post on Code-Only . So it’s high time for another update. We’ve been working really hard on Code-Only revving the design, and spotting missing capabilities and responding to feedback both internal and external etc. The current plan still holds. Code-Only will...
on
12 Oct 2009
Blog Post:
Extending the Entity Framework Provider Model to support DDL
efdesign
As part of the first previews of Code-Only we shared some code to create a database: // Create a context using code-only using (var mycontext = builder.Create(dbConnection)) { // Create the database if it doesn’t already exist if (!myContext.DatabaseExists()) ...
on
6 Oct 2009
Blog Post:
Code Only Enhancements
efdesign
We've been working hard on Code Only since the first preview . 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 ...
on
3 Aug 2009
Blog Post:
Code Only
efdesign
There are currently two ways to get Entity Framework apps up and running, we call these Database First and Model First respectively. Database First has been with us since .NET 3.5 SP1, and involves reverse engineering an Entity Data Model from an existing database. Model First is new to Visual...
on
10 Jun 2009
Page 1 of 1 (6 items)