Showing archive results for May 2020

May 19, 2020
Post comments count3
Post likes count0

ML.NET Model Builder is now a part of Visual Studio

Bri Achtman
Bri Achtman

ML.NET is a cross-platform, machine learning framework for .NET developers. Model Builder is the UI tooling in Visual Studio that uses Automated Machine Learning (AutoML) to train and consume custom ML.NET models in your .NET apps. You can use ML.NET and Model Builder to create custom machine learning models without having prior machine learning ex...

.NET
May 19, 2020
Post comments count70
Post likes count0

Windows Forms Designer for .NET Core Released

Olia Gavrysh
Olia Gavrysh

Today we're happy to announce that the Windows Forms designer for .NET Core projects is now available as a preview in Visual Studio 2019 version 16.6! We also have a newer version of the designer available in Visual Studio 16.7 Preview 1! Don't forget to enable the designer in Tools > Options > Environment > Preview Features. Man...

.NET
May 19, 2020
Post comments count164
Post likes count0

Blazor WebAssembly 3.2.0 now available

Daniel Roth
Daniel Roth

Blazor WebAssembly is now officially released! This is a fully-featured and supported release of Blazor WebAssembly that is ready for production use. Full stack web development with .NET is now here!

ASP.NETASP.NET CoreBlazor
May 19, 2020
Post comments count3
Post likes count0

ASP.NET Core updates in .NET 5 Preview 4

Sourabh Shirhatti [MSFT]
Sourabh Shirhatti [MSFT]

.NET 5 Preview 4 is now available and is ready for evaluation! .NET 5 will be a current release. Get started To get started with ASP.NET Core in .NET 5.0 Preview4 install the .NET 5.0 SDK. If you're on Windows using Visual Studio, we recommend installing the latest preview of Visual Studio 2019 16.6. If you're on macOS, we recommend installing ...

ASP.NET
May 19, 2020
Post comments count165
Post likes count3

Introducing .NET Multi-platform App UI

Scott Hunter [MSFT]
Scott Hunter [MSFT]

You can build anything with .NET. It's one of the main reasons millions of developers choose .NET as the platform for their careers, and companies invest for their businesses. With .NET 5 we begin our journey of unifying the .NET platform, bringing .NET Core and Mono/Xamarin together in one base class library (BCL) and toolchain (SDK). As we con...

.NET MAUI.NET.NET Core
May 19, 2020
Post comments count53
Post likes count0

Announcing .NET 5 Preview 4 and our journey to one .NET

Scott Hunter [MSFT]
Scott Hunter [MSFT]

.NET 5 is the next version and future of .NET. We are continuing the journey of unifying the .NET platform, with a single framework that extends from cloud to desktop to mobile and beyond. Looking back, we took the best of .NET Framework and put that into .NET Core 3, including support for WPF and Windows Forms. As we continue the journey, we will ...

.NET
May 12, 2020
Post comments count1
Post likes count0

.NET Core May 2020 Updates – 2.1.18 and 3.1.4

Rahul Bhandari (MSFT)
Rahul Bhandari (MSFT)

Today, we are releasing the .NET Core May 2020 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 needed to ...

.NET
May 12, 2020
Post comments count4
Post likes count0

.NET Framework May 2020 Security and Quality Rollup Updates

Tara Overfield
Tara Overfield

Revised 6/8/2021: On June 8th, 2021, this update was released to replace a previous update to address a “revocation server was offline” error that may occur during installation. If you've already installed a previous release of this update, no action is required. Revised 4/15/2021: On April 13th, 2021, this update was released to replace a previ...

.NET Framework.NETSecurity
May 6, 2020
Post comments count7
Post likes count0

Using ML.NET for deep learning on images in Azure

Luis Quintanilla
Luis Quintanilla

This post will show you how to train a custom image classification model in Azure to categorize flowers using ML.NET Model Builder. Then, you can leverage your existing .NET skills to consume the trained model inside a C# .NET Core console application. Best of all, little to no prior machine learning knowledge is required.

ML.NET
May 6, 2020
Post comments count5
Post likes count0

Configuring Azure Services and emulators using Visual Studio

Angelos Petropoulos
Angelos Petropoulos

Starting with Visual Studio 16.6 Preview 2 the Connected Services tab offers a new experience called Service Dependencies. You can use it to connect your app to Azure services such as Azure SQL, Storage, Key Vault and many others. Wherever possible local emulation options are also available and more are planned for the future. Add a new Serv...

ASP.NETVisual Studio