News

Microsoft Squeezes In One More Surprise .NET Core 3.0 Preview: RC1

After saying .NET Core 3.0 Preview 9 was the final preview before next week's official general availability (GA) launch, Microsoft today issued a surprise Release Candidate 1 (RC1) offering.

.NET Core 3.0 is a long-awaited, important milestone on the company's transition from the traditional Windows-only .NET Framework to a more modern, open source implementation. Next year, everything will be consolidated into one .NET 5 framework.

The RC1 was necessitated by today's release of Visual Studio 2019 16.3 Preview 4, which is synced with the .NET Core SDK.

"It is critical that the .NET Core SDK version that is part of any Visual Studio release includes the same toolset in order to deliver a compatible experience in all scenarios," Microsoft said.

"We should have realized that there was a high likelihood that we might need to release changes to accommodate another Visual Studio preview. Making fixes in the .NET toolset like this is standard operating procedure. We could have released a new .NET Core SDK and only delivered it via Visual Studio, however, we've broken people in the (now distant) past with that approach. As a result, when we release a new .NET Core SDK, we make it available for everyone in all the places."

Predictably, nothing much is new as the dev team focuses on polishing up existing features.

On the ASP.NET Core 3.0 side of things (which includes Blazor), Microsoft said "This release contains only a handful of bug fixes and closely represents what we expect to release for .NET Core 3.0."

The official GA release date will be Sept. 23 during the online .NET Conf.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube