Sign In
ADO.NET team blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
2.0 SP1
ADO.NET
ADO.NET Data Services
ADO.NET Orcas
ADO.NET vNext
ASP.NET
Astoria
Beta 3
Code First
Core Lab
Data Direct
datajs
DataSet
DB2
DbContext API
Devart
Dynamic ADO.NET
EDM
EF4
Entity Data Source
Entity Framework
Entity Framework Feature CTP1 for .NET 4.0
Entity Framework Feature CTP2 for .NET 4.0
Entity Framework Futures
Entity Framwork Feature CTP2 for .NET 4.0
Firebird
IBM
Informix
Jasper
LINQ to SQL
MySQL
Npgsql
OpenLink
Oracle
Orcas
Pages
PDC
Performance
Petshop
Phoenix Software Solutions
POCO
PostgreSQL
Providers
Sample Provider
SQL Azure
SQL Server 2008
SQLClient
SQLite
STEs
Sybase
Synergex
U2
Virtuoso
VistaDB
Visual Studio 2010
Visual Studio 2010 Beta 2
Web Data Service
What's New
What's New Data Services
Windows Azure
Browse by Tags
MSDN Blogs
>
ADO.NET team blog
>
All Tags
>
entity framework
Tagged Content List
Blog Post:
EF5 Release Candidate Available on NuGet
dpblogs
A couple of months ago we released EF5 Beta 2. Since releasing Beta 2 we have made a number of changes to the code base, so we decided to publish a Release Candidate before we make the RTM available. This release is licensed for use in production applications. Because it is a pre-release version of EF5...
on
15 May 2012
Blog Post:
EF5 Sample Provider Published
dpblogs
We have published a new version of the sample provider that supports features introduced in the Entity Framework 5. It can be downloaded from the MSDN Code Samples Gallery . This updated sample takes the sample provider code we released for Entity Framework 4 and demonstrates how to add support for spatial...
on
8 May 2012
Blog Post:
EF Power Tools Beta 2 Available
dpblogs
The Entity Framework Power Tools provide additional design-time tools in Visual Studio to help you develop using the Entity Framework. Today we are releasing Beta 2 of the Power Tools. Where do I get it? The Entity Framework Power Tools are available on the Visual Studio Gallery. You can also...
on
9 Apr 2012
Blog Post:
EF5 Performance Considerations
dpblogs
Over the past few weeks the EF team has been putting together a whitepaper that talks about the performance considerations developers should take when using Entity Framework. Performance is one critical aspect of developing modern applications, and this document will help developers make informed design...
on
5 Apr 2012
Blog Post:
EF5 Beta 2 Available on NuGet
dpblogs
A few weeks ago we released EF5 Beta 1, since then we’ve been working to improve quality and polish up the release. Today we are making EF5 Beta 2 available on NuGet. This release is licensed for use in production applications. Because it is a pre-release version of EF5 there are some limitations, see...
on
22 Mar 2012
Blog Post:
EF4.3.1 and EF5 Beta 1 Available on NuGet
dpblogs
Today we are pleased to announce the release of two new versions of the EntityFramework NuGet package. The 4.3.1 version includes some bug fixes for the 4.3 package we released a few weeks ago. We are also making the first beta of EF 5 available as a pre-release package. What’s in 5.0.0-beta1...
on
29 Feb 2012
Blog Post:
Sneak Preview: Entity Framework 5.0 Performance Improvements
dpblogs
An O/RM, like any layer of abstraction, introduces overhead to data access. In EF 5.0 we have taken steps to reduce this overhead and improve performance. As a result in one of our tests, repeat execution time of the same LINQ query has been reduced by around 6x. We also have an end-to-end application...
on
14 Feb 2012
Blog Post:
EF 4.3 Released
dpblogs
Over the last six months we’ve released a series of previews of our Code First Migrations work. Today we are making the first fully supported go-live release of our migrations work available as part of EF 4.3. What Changed Between EF 4.2 and EF 4.3 The notable changes between EF 4.2 and EF 4.3...
on
9 Feb 2012
Blog Post:
EF 4.3 Code-Based Migrations Walkthrough
dpblogs
We have released the first go-live release of our Code First Migrations work as part of Entity Framework 4.3 . This post will provide an overview of the functionality that is available inside of Visual Studio for interacting with migrations. We will focus on the code-based workflow for using migrations...
on
9 Feb 2012
Blog Post:
EF 4.3 Automatic Migrations Walkthrough
dpblogs
We have released the first go-live release of our Code First Migrations work as part of Entity Framework 4.3 . This post will provide an overview of the functionality that is available inside of Visual Studio for interacting with migrations. We will focus on the workflow that combines automatic and code...
on
9 Feb 2012
Blog Post:
EF 4.3 Beta 1 Released
dpblogs
This preview is no longer current. A go-live release of Entity Framework 4.3 is now available. At the end of November we released Beta 1 of Code First Migrations. At the time we released Code First Migration Beta 1 we also announced that we would be rolling the migrations work into the main EntityFramework...
on
12 Jan 2012
Blog Post:
EF 4.3 Beta 1: Code-Based Migrations Walkthrough
dpblogs
This preview is no longer current. A go-live release of Entity Framework 4.3 is now available. We have released the final preview of the Code First Migrations work as part of Entity Framework 4.3 Beta 1 . This post will provide an overview of the functionality that is available inside of Visual Studio...
on
12 Jan 2012
Blog Post:
EF 4.3 Beta 1: Automatic Migrations Walkthrough
dpblogs
This preview is no longer current. A go-live release of Entity Framework 4.3 is now available. We have released the final preview of the Code First Migrations work as part of Entity Framework 4.3 Beta 1 . This post will provide an overview of the functionality that is available inside of Visual Studio...
on
12 Jan 2012
Blog Post:
EF 4.3 Configuration File Settings
dpblogs
We recently released Entity Framework 4.3 Beta 1 which includes the ability to configure more DbContext and Code First related settings from your applications Web.config or App.config file. These Settings are Optional Code First and the DbContext API follow a ‘convention over configuration’ principle...
on
12 Jan 2012
Blog Post:
Code First Migrations: Beta 1 Released
dpblogs
This preview is no longer current. Code First Migrations is included in Entity Framework starting with Entity Framework 4.3 . At the end of September we released Alpha 3 of Code First Migrations. Based on Alpha 2 and Alpha 3 feedback your telling us that we are building the right thing… so it’s time...
on
29 Nov 2011
Blog Post:
Code First Migrations: Beta 1 ‘No-Magic’ Walkthrough
dpblogs
This preview is no longer current. Code First Migrations is included in Entity Framework starting with Entity Framework 4.3 . We have released the fourth preview of our migrations story for Code First development; Code First Migrations Beta 1 . This release includes a preview of the developer experience...
on
29 Nov 2011
Blog Post:
Code First Migrations: Beta 1 ‘With-Magic’ Walkthrough (Automatic Migrations)
dpblogs
This preview is no longer current. Code First Migrations is included in Entity Framework starting with Entity Framework 4.3 . We have released the fourth preview of our migrations story for Code First development; Code First Migrations Beta 1 . This release includes a preview of the developer experience...
on
29 Nov 2011
Blog Post:
EF 4.2 Released
dpblogs
We recently posted about our plans to rationalize how we name, distribute and talk about releases. We heard a resounding ‘Yes’ from you so then we posted about our plans for releasing EF 4.2. We then shipped a Beta and a Release Candidate of EF 4.2. Today we are making the final release of EF 4.2 available...
on
1 Nov 2011
Blog Post:
How We Talk about EF and its Future Versions
dpblogs
The EF team has been working to become more agile and get new features into your hands faster. Our first two releases shipped as part of the .NET Framework but, as the result of an effort to release more often, in recent times we have been shipping a slew of “out-of-band” features that build...
on
18 Oct 2011
Blog Post:
EF 4.2 Release Candidate Available
dpblogs
We recently posted about our plans to rationalize how we name, distribute and talk about releases. We heard a resounding ‘Yes’ from you so then we posted about our plans for releasing EF 4.2. We then shipped EF 4.2 Beta 1. Third party EF provider writers tried out EF 4.2 Beta 1 and identified...
on
28 Sep 2011
Blog Post:
EF 4.2 Code First Walkthrough
dpblogs
This post will provide an introduction to Code First development and how it can be used with the DbContext API surface. Code First allows you to define your model using C# or VB.Net classes, optionally additional configuration can be performed using attributes on your classes and properties or by using...
on
28 Sep 2011
Blog Post:
EF 4.2 Model & Database First Walkthrough
dpblogs
This post will provide an introduction to Model First and Database First development with the DbContext API, using the Entity Data Model Designer in Visual Studio. You will need to have Visual Studio 2010 or Visual Studio 11 installed to complete this walkthrough. 1. Create the Application To...
on
28 Sep 2011
Blog Post:
Code First Migrations: Alpha 3 Released
dpblogs
This preview is no longer current. Code First Migrations is included in Entity Framework starting with Entity Framework 4.3 . A couple of weeks ago we released Alpha 2 of Code First Migrations. Today we are happy to make Alpha 3 available to you. The overall feedback we got on Alpha 2 was that you like...
on
21 Sep 2011
Blog Post:
Code First Migrations: Alpha 3 ‘No-Magic’ Walkthrough
dpblogs
This preview is no longer current. Code First Migrations is included in Entity Framework starting with Entity Framework 4.3 . We have released the third preview of our migrations story for Code First development; Code First Migrations Alpha 3 . This release includes a preview of the developer experience...
on
21 Sep 2011
Blog Post:
Code First Migrations: Alpha 3 ‘With-Magic’ Walkthrough (Automatic Migrations)
dpblogs
This preview is no longer current. Code First Migrations is included in Entity Framework starting with Entity Framework 4.3 . We have released the third preview of our migrations story for Code First development; Code First Migrations Alpha 3 . This release includes a preview of the developer experience...
on
21 Sep 2011
Page 1 of 8 (193 items)
1
2
3
4
5
»