close
The Wayback Machine - https://web.archive.org/web/20200721181451/https://devblogs.microsoft.com/dotnet/

.NET Blog

Free. Cross-platform. Open source. A developer platform for building all your apps.

Image

Announcing Entity Framework Core EF Core 5.0 Preview 7
Announcing Entity Framework Core EF Core 5.0 Preview 7
Today, the Entity Framework Core team announces the seventh preview release of EF Core 5.0. This release includes a factory to create DbContext instances, the ability to reset DbContext state, Cosmos DB improvements including enhanced support for configuration options and partition keys, and much more. In this post To summarize:
Announcing .NET 5.0 Preview 7
Announcing .NET 5.0 Preview 7
Today, we're releasing .NET 5.0 Preview 7. It's the second to last of the preview releases (before moving to RC). Most features should be very close to done at this point. Single file and ARM64 intrinsics are two feature areas that are taking the longest time to complete, but are on track for Preview 8. See the .NET 5.0 Preview 4 post for a br
.NET Framework July 2020 Security and Quality Rollup Updates
.NET Framework July 2020 Security and Quality Rollup Updates
Today, we are releasing the July 2020 Security and Quality Rollup Updates for .NET Framework. Security CVE-2020-1147– .NET Framework Remote Code Execution Vulnerability A remote code execution vulnerability exists in .NET Framework, Microsoft SharePoint, and Visual Studio when the software fails to check the source markup of XML file inpu
.NET Core July 2020 Updates – 2.1.20 and 3.1.6
.NET Core July 2020 Updates – 2.1.20 and 3.1.6
Today, we are releasing the .NET Core July 2020 Update. These updates contain security and reliability fixes. See the individual release notes for details on updated packages. Security CVE-2020-1147: .NET Core Remote Code Execution Vulnerability Microsoft is releasing this security advisory to provide information about a vulnerability
F# 5 and F# tools update for June
F# 5 and F# tools update for June
We’re excited to announce more updates to F# 5 today! We shipped an initial set of features with F# 5 preview 1, and they have all been stabilizing since that release including a updates from last month. Today, we’re happy to announce some new language features, a sneak peek at using F# in VSCode notebooks, and some F# tooling updates that
Announcing Entity Framework Core EFCore 5.0 Preview 6
Announcing Entity Framework Core EFCore 5.0 Preview 6
Today, the Entity Framework Core team announces the sixth preview release of EF Core 5.0. This release includes split queries for related collections, a new "index" attribute, improved exceptions related to query translations, IP address mapping, exposing transaction id for correlation, and much more. Prerequisites EF Core 5.0 will not run o
Announcing .NET 5.0 Preview 6
Announcing .NET 5.0 Preview 6
Today, we're releasing .NET 5.0 Preview 6. It contains a small set of new features and performance improvements. The .NET 5.0 Preview 4 post covers what we are planning to deliver with .NET 5.0. Most of the features are now in the product, but some are not yet in their final state. We expect that the release will be feature-complete with Previ
Introducing dotnet-monitor, an experimental tool
Introducing dotnet-monitor, an experimental tool
dotnet-monitor is an experimental tool that makes it easier to get access to diagnostics information in a dotnet process. When running a dotnet application differences in diverse local and production environments can make collecting diagnostics artifacts (e.g., logs, traces, process dumps) challenging. dotnet-monitor aims to simplify the pr
Announcing Entity Framework Core 5.0 Preview 5
Announcing Entity Framework Core 5.0 Preview 5
Announcing the release of Entity Framework Core 5.0 Preview 5 featuring database collations, flowing arguments to IDesignTimeDbContextFactory, no tracking queries with identity resolution, stored (persisted) columns and SQLite computed columns.