Showing results for June 2019 - Page 2 of 2 - .NET Blog

Jun 11, 2019
9
0

Announcing ML.NET 1.1 and Model Builder updates (Machine Learning for .NET)

Cesar De la Torre
Cesar De la Torre

ML.NET is an open-source and cross-platform machine learning framework (Windows, Linux, macOS) for .NET developers. ML.NET offers Model Builder Model Builder (a simple UI tool for Visual Studio) and CLI to make it super easy to build custom ML Models using AutoML. Using ML.NET, developers can leverage their existing tools and skillsets to dev...

ML.NET
Jun 10, 2019
6
0

Migrating a Sample WPF App to .NET Core 3 (Part 2)

Mike Rousos
Mike Rousos

In part 1 of this blog series, I began the process of porting a sample WPF app to .NET Core. In that post, I described the .NET Core migration process as having four steps: We previously went through the first two steps - reviewing the app and its dependencies (including NuGet dependencies and a .NET Portability Analyzer report), updating NuGet ...

.NET Core.NET.NET Framework
Jun 10, 2019
7
0

Migrating a Sample WPF App to .NET Core 3 (Part 1)

Mike Rousos
Mike Rousos

Olia recently wrote a post about how to port a WinForms app from .NET Framework to .NET Core. Today, I'd like to follow that up by walking through the steps to migrate a sample WPF app to .NET Core 3. Many of these steps will be familiar from Olia's post, but I've tried to differentiate this one by including some additional common dependencies that...

.NET Core.NET.NET Framework
Jun 7, 2019
18
0

Supporting the community with WF and WCF OSS projects

Scott Hunter [MSFT]
Scott Hunter [MSFT]

At the Build conference in May 2019, we mentioned that, after we add WinForms, WPF and Entity Framework 6 to .NET Core 3.0, we do not plan to add any more of the technologies from .NET Framework to .NET Core. This means we will not be adding ASP.NET Web Forms, WCF, Windows Workflow, .NET Remoting and/or the various other smaller APIs to .NET Cor...

.NET.NET Core.NET Framework
Jun 3, 2019
5
0

What’s new in Azure SignalR 1.1.0 Preview 1

Ken Chen
Ken Chen

We just shipped 1.1.0 Preview 1 of Azure SignalR Service SDK to support some new features in ASP.NET Core 3.0, including endpoint routing and server-side Blazor. Let's take a look how you can use them in your Azure SignalR application. Here is the list of what's new in this release: Endpoint routing support for ASP.NET Core 3 For thos...

ASP.NETASP.NET CoreBlazor