Sign In
ADO.NET team blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
ADO.NET
ADO.NET Data Services
ADO.NET Orcas
ADO.NET vNext
Astoria
Code First
DataSet
DbContext API
EDM
EF4
Entity Framework
Entity Framework Futures
LINQ to SQL
Oracle
Pages
Performance
Providers
Sample Provider
SQL Azure
SQL Server 2008
SQLClient
Visual Studio 2010
Visual Studio 2010 Beta 2
What's New
What's New Data Services
Archive
Archives
May 2012
(2)
April 2012
(3)
March 2012
(2)
February 2012
(5)
January 2012
(5)
November 2011
(5)
October 2011
(2)
September 2011
(11)
August 2011
(5)
July 2011
(5)
June 2011
(6)
May 2011
(4)
April 2011
(3)
March 2011
(9)
February 2011
(10)
January 2011
(12)
December 2010
(6)
November 2010
(3)
October 2010
(5)
September 2010
(4)
August 2010
(1)
July 2010
(4)
June 2010
(5)
May 2010
(7)
April 2010
(2)
March 2010
(2)
February 2010
(5)
January 2010
(6)
December 2009
(3)
November 2009
(8)
October 2009
(3)
September 2009
(1)
August 2009
(2)
July 2009
(2)
June 2009
(11)
May 2009
(16)
April 2009
(1)
January 2009
(3)
December 2008
(4)
November 2008
(2)
October 2008
(6)
September 2008
(3)
August 2008
(6)
July 2008
(3)
June 2008
(8)
May 2008
(12)
April 2008
(4)
March 2008
(4)
February 2008
(3)
January 2008
(8)
December 2007
(13)
November 2007
(1)
October 2007
(3)
September 2007
(7)
August 2007
(2)
July 2007
(2)
June 2007
(1)
May 2007
(5)
April 2007
(7)
March 2007
(7)
February 2007
(6)
January 2007
(3)
November 2006
(1)
October 2006
(1)
September 2006
(3)
August 2006
(4)
July 2006
(6)
MSDN Blogs
>
ADO.NET team blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
ADO.NET team blog
EF5 Release Candidate Available on NuGet
Posted
11 days ago
by
dpblogs
31
Comments
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...
ADO.NET team blog
EF5 Sample Provider Published
Posted
18 days ago
by
dpblogs
3
Comments
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...
ADO.NET team blog
Using SqlDataReader’s new async methods in .Net 4.5 Beta
Posted
1 month ago
by
dpblogs
10
Comments
With the Developer Preview release of .Net 4.5, ADO.NET introduced two asynchronous methods to the SqlDataReader class: ReadAsync and NextResultAsync . These two methods allow you to move to the next row or result set asynchronously and represent a much...
ADO.NET team blog
EF Power Tools Beta 2 Available
Posted
1 month ago
by
dpblogs
30
Comments
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...
ADO.NET team blog
EF5 Performance Considerations
Posted
1 month ago
by
dpblogs
13
Comments
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...
ADO.NET team blog
EF5 Beta 2 Available on NuGet
Posted
2 months ago
by
dpblogs
38
Comments
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...
ADO.NET team blog
Safer passwords with SqlCredential
Posted
2 months ago
by
dpblogs
5
Comments
Introduction Many users of SqlClient with SQL Server Authentication have expressed interest in setting credentials outside of the connection string to mitigate the memory dump vulnerability of keeping the User Name and Password in the connection string...
ADO.NET team blog
EF4.3.1 and EF5 Beta 1 Available on NuGet
Posted
2 months ago
by
dpblogs
105
Comments
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...
ADO.NET team blog
Sneak Preview: Entity Framework 5.0 Performance Improvements
Posted
3 months ago
by
dpblogs
79
Comments
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...
ADO.NET team blog
EF 4.3 Released
Posted
3 months ago
by
dpblogs
74
Comments
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...
ADO.NET team blog
EF 4.3 Code-Based Migrations Walkthrough
Posted
3 months ago
by
dpblogs
64
Comments
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...
ADO.NET team blog
EF 4.3 Automatic Migrations Walkthrough
Posted
3 months ago
by
dpblogs
36
Comments
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...
ADO.NET team blog
EF 4.3 Beta 1 Released
Posted
4 months ago
by
dpblogs
38
Comments
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...
ADO.NET team blog
EF 4.3 Beta 1: Code-Based Migrations Walkthrough
Posted
4 months ago
by
dpblogs
18
Comments
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...
ADO.NET team blog
EF 4.3 Beta 1: Automatic Migrations Walkthrough
Posted
4 months ago
by
dpblogs
12
Comments
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...
ADO.NET team blog
EF 4.3 Configuration File Settings
Posted
4 months ago
by
dpblogs
8
Comments
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...
ADO.NET team blog
SQL Azure Federations and the Entity Framework
Posted
4 months ago
by
dpblogs
2
Comments
The recent SQL Azure Q4 2011 Service Release includes the new feature SQL Azure Federations which enables greater scalability and performance from the database tier of your application through horizontal partitioning. One or more tables within a database...
ADO.NET team blog
Code First Migrations: Beta 1 Released
Posted
5 months ago
by
dpblogs
34
Comments
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...
ADO.NET team blog
Code First Migrations: Beta 1 ‘No-Magic’ Walkthrough
Posted
5 months ago
by
dpblogs
22
Comments
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...
ADO.NET team blog
Code First Migrations: Beta 1 ‘With-Magic’ Walkthrough (Automatic Migrations)
Posted
5 months ago
by
dpblogs
3
Comments
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...
ADO.NET team blog
Minimizing Connection Pool errors in SQL Azure
Posted
6 months ago
by
dpblogs
11
Comments
One of the most common errors observed when connecting to SQL Azure is – A transport-level error has occurred when sending the request to the server. (provider: TCP Provider, error: 0 - An established connection was aborted by the software in your...
ADO.NET team blog
EF 4.2 Released
Posted
6 months ago
by
dpblogs
49
Comments
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...
ADO.NET team blog
How We Talk about EF and its Future Versions
Posted
7 months ago
by
dpblogs
29
Comments
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...
ADO.NET team blog
Announcing Microsoft SQL Server ODBC Driver for Linux
Posted
7 months ago
by
dpblogs
2
Comments
Greetings Developer community: We heard yesterday and today at the PASS conference about the exciting new areas that we are investing in bringing the power of SQL Server to our customers. Many of our developers who rely on native connectivity to SQL...
ADO.NET team blog
EF 4.2 Release Candidate Available
Posted
7 months ago
by
dpblogs
18
Comments
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...
Page 1 of 13 (315 items)
1
2
3
4
5
»