Showing results for September 2019 - Page 2 of 3 - .NET Blog

Sep 16, 2019
Post comments count2
Post likes count0

Release Candidate builds of Entity Framework Core 3.0 and Entity Framework 6.3 are now available

Diego Vega
Diego Vega

We previously said that preview 9 would be your last chance to test EF Core 3.0 and EF 6.3 before general availability. But it turns out that we made enough improvements to our libraries and across the whole of .NET Core 3.0 to justify publishing a release candidate build. Hence the packages for EF Core 3.0 RC1 and EF 6.3 RC1 were uploaded to nuget...

.NET.NET CoreEntity Framework
Sep 16, 2019
Post comments count29
Post likes count0

Announcing .NET Core 3.0 Release Candidate 1

Rich Lander [MSFT]
Rich Lander [MSFT]

Today, we're announcing .NET Core 3.0 Release Candidate 1. Just like with Preview 9, we've focused on polishing .NET Core 3.0 for a final release. We are now getting very, very close. We intend to release the final version on September 23 at .NET Conf. Download .NET Core 3.0 RC1 on Windows, macOS, and Linux, available now. Details: Why ...

.NET
Sep 16, 2019
Post comments count3
Post likes count0

Finalization implementation details

maoni
maoni

Years ago I wrote a document on making finalization scanning concurrent. At the time there was an internal team that was using finalization as a way to resurrect objects and putting them back in their cache. While we’ve always advised to folks that finalization was for releasing native resources I couldn’t fault this team for using it the way they ...

.NET
Sep 10, 2019
Post comments count0
Post likes count0

.NET Framework September 2019 Security and Quality Rollup

Brett Lopez
Brett Lopez

Today, we are releasing the September 2019 Cumulative Update, Security and Quality Rollup, and Security Only Update for .NET Framework. Security CVE-2019-1142– .NET Framework Elevation of Privilege Vulnerability An elevation of privilege vulnerability exists when the .NET Framework common language runtime (CLR) allows file creation in arbitrary ...

.NET Framework
Sep 10, 2019
Post comments count2
Post likes count0

.NET Core September 2019 Updates – 2.1.13 and 2.2.7

Lee Coward
Lee Coward

Today, we are releasing the .NET Core September 2019 Update. These updates contain security and reliability fixes. See the individual release notes for details on updated packages. NOTE: If you are a Visual Studio user, there are MSBuild version requirements so use only the .NET Core SDK supported for each Visual Studio version. Information need...

.NET
Sep 9, 2019
Post comments count6
Post likes count0

GC Perf Infrastructure – Part 0

maoni
maoni

In this blog entry and some future ones I will be showing off functionalities that our new GC perf infrastructure provides. Andy and I have been working on it (he did all the work; I merely played the consultant role). We will be open sourcing it soon and I wanted to give you some examples of using it and you can add these to your repertoire of per...

Performance.NET CoreGC
Sep 4, 2019
Post comments count28
Post likes count0

Announcing .NET Core 3.0 Preview 9

Rich Lander [MSFT]
Rich Lander [MSFT]

Today, we're announcing .NET Core 3.0 Preview 9. Just like with Preview 8, we've focused on polishing .NET Core 3.0 for a final release and aren't adding new features. If these final builds seem less exciting than earlier previews, that's by design. Download .NET Core 3.0 Preview 9 right now on Windows, macOS, and Linux. ASP.NET Core, EF Core...

.NET.NET Core
Sep 4, 2019
Post comments count116
Post likes count0

ASP.NET Core and Blazor updates in .NET Core 3.0 Preview 9

Daniel Roth
Daniel Roth

.NET Core 3.0 Preview 9 is now available and it includes a bunch of new updates to ASP.NET Core and Blazor. Check out the great new features and improvements in this release!

ASP.NETASP.NET Core.NET Core