Posts
  • ADO.NET team blog

    EF 4.3 Released

    • 19 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

    • 11 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

    • 9 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

    • 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

    • 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

    • 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

    • 3 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

    • 1 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

    • 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

    • 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)

    • 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

    • 9 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

    • 45 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

    • 28 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

    • 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

    • 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...
  • ADO.NET team blog

    EF 4.2 Code First Walkthrough

    • 12 Comments
    Entity Framework 4.2 Release Candidate is now available and contains a small update to the DbContext API & Code First runtime that were released as part of EF 4.1. This post will provide an introduction to Code First development and how it can be...
  • ADO.NET team blog

    EF 4.2 Model & Database First Walkthrough

    • 0 Comments
    Entity Framework 4.2 Release Candidate is now available and contains a small update to the DbContext API & Code First runtime that were released as part of EF 4.1. This post will provide an introduction to Model First and Database First development...
  • ADO.NET team blog

    Code First Migrations: Alpha 3 Released

    • 43 Comments
    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...
  • ADO.NET team blog

    Code First Migrations: Alpha 3 ‘No-Magic’ Walkthrough

    • 12 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 third preview of our migrations story for Code First development; Code First Migrations Alpha 3 . This release...
  • ADO.NET team blog

    Code First Migrations: Alpha 3 ‘With-Magic’ Walkthrough (Automatic Migrations)

    • 11 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 third preview of our migrations story for Code First development; Code First Migrations Alpha 3 . This release...
  • ADO.NET team blog

    Microsoft SQL Server OLEDB Provider Deprecation Announcement

    • 2 Comments
    The commercial release of Microsoft SQL Server, codename “Denali,” will be the last release to support OLE DB. Support details for the release version of SQL Server “Denali” will be made available within 90 days of release to manufacturing...
  • ADO.NET team blog

    EF Code First Fluent API with VB.NET

    • 2 Comments
    Entity Framework Code First is a development methodology available beginning with the Entity Framework 4.1. When using Code First development you usually begin by writing C# or Visual Basic .NET classes that define your conceptual (domain) model. Your...
  • ADO.NET team blog

    Annual SQL Connectivity Customer Survey [Date extended]

    • 1 Comments
    Greetings to the Developer community: Thank you very much for an overwhelming response on our survey. Feedback is continue to pour. We are extending the deadline to complete the survey to September 16 th , 2011 to allow everyone to provide input. Your...
  • ADO.NET team blog

    Code First Migrations: Alpha 2 Released

    • 17 Comments
    This preview is no longer current. Code First Migrations is included in Entity Framework starting with Entity Framework 4.3 . Six weeks back we released the first preview of Code First Migrations. This preview was called ‘Code First Migrations August...
Page 1 of 13 (306 items) 12345»