Showing results for March 2020 - Page 2 of 2 - .NET Blog

Mar 16, 2020
14
0

Announcing Entity Framework Core 5.0 Preview 1

Arthur Vickers
Arthur Vickers

Today we are excited to announce the first preview release of EF Core 5.0. Prerequisites The previews of EF Core 5.0 require .NET Standard 2.1. This means: How to get EF Core 5.0 previews EF Core is distributed exclusively as a set of NuGet packages. For example, to add the SQL Server provider to your project, you can use the following...

Entity Framework
Mar 16, 2020
124
0

Announcing .NET 5 Preview 1

Scott Hunter [MSFT]
Scott Hunter [MSFT]

At the end of last year, we shipped .NET Core 3.0 and 3.1. These versions added the desktop app models Windows Forms (WinForms) and WPF, ASP.NET Blazor for building single page applications and gRPC for cross-platform, contract-based messaging. We also added templates for building services, rich generation of client code for talking to gRPC, REST A...

.NET
Mar 12, 2020
2
0

Continuous integration and deployment for desktop apps with GitHub Actions

Edward Skrod
Edward Skrod

From speaking to desktop developers, we’ve heard that you want to learn how to quickly set up continuous integration and continuous deployment (CI/CD) workflows for your WPF and Windows Forms applications in order to take advantage of the many benefits CI/CD pipelines have to offer, such as: That's why we created a sample application in Gi...

.NET Core.NETWPF
Mar 11, 2020
1
0

What do you want to see next in ML.NET?

Bri Achtman
Bri Achtman

ML.NET is an open source and cross-platform machine learning framework made for .NET developers. Using ML.NET, you can stay in .NET to easily build and consume custom machine learning models for scenarios like sentiment analysis, price prediction, sales forecasting, recommendation, image classification, and more. Over the past six months, the tea...

.NET
Mar 10, 2020
11
0

Announcing the .NET Core Uninstall Tool 1.0!

Sarah Oslund
Sarah Oslund

Today we are releasing the .NET Core Uninstall Tool for Windows and Mac! Starting in Visual Studio 2019 version 16.3, Visual Studio manages the versions of the SDK and runtime it installs. In previous versions, SDKs and runtimes were left on upgrade in case those versions were targeted or pinned with . We realized this was not ideal and might have...

.NET Core
Mar 4, 2020
6
1

How to write a Roslyn Analyzer

Mika Dumont
Mika Dumont

Roslyn analyzers inspect your code for style, quality, maintainability, design and other issues. Because they are powered by the .NET Compiler Platform, they can produce warnings in your code as you type even before you’ve finished the line. In other words, you don’t have to build your code to find out that you made a mistake. Analyzers can also su...

.NET
Mar 2, 2020
3
0

February ML.NET Model Builder Updates

Bri Achtman
Bri Achtman

With the ML.NET Model Builder, create custom machine learning models for scenarios like sentiment analysis, price prediction, and more without any machine learning experience and without leaving the .NET ecosystem!

ML.NET.NETMachine Learning