Showing results for May 2018 - Page 2 of 2 - .NET Blog

May 8, 2018
0
0

.NET Core May 2018 Update

Rich Lander [MSFT]
Rich Lander [MSFT]

Today, we are releasing the .NET Core May 2018 Update. This update includes .NET Core 2.1.200 SDK and ASP.NET Core 2.0.8. Security Microsoft is releasing this security advisory to provide information about a vulnerability in .NET Core and .NET native version 2.0. This advisory also provides guidance on what developers can do to update their applica...

.NET
May 8, 2018
0
0

.NET Framework May 2018 Security and Quality Rollup

Rich Lander [MSFT]
Rich Lander [MSFT]

Today, we are releasing the May 2018 Security and Quality Rollup. Security CVE-2018-1039 – Windows Security Feature Bypass Vulnerability A security feature bypass vulnerability exists in Windows which could allow an attacker to bypass Device Guard. An attacker who successfully exploited this vulnerability could circumvent a User Mode Code Integrity...

.NET
May 8, 2018
0
1

F# language and tools update for Visual Studio 2017 version 15.7

Phillip Carter
Phillip Carter

We’re excited to share updates about changes to F# and F# tools which shipped with the Visual Studio 2017 version 15.7 release. Let’s dive in! Type Providers now support .NET Standard For those who aren’t familiar with Type Providers, they are a feature of F# which allow you to get IntelliSense for data. When pointed at a data source, a Type Prov...

.NET.NET CoreVisual Studio
May 7, 2018
0
0

Introducing ML.NET: Cross-platform, Proven and Open Source Machine Learning Framework

Cesar De la Torre
Cesar De la Torre

Today at //Build 2018, we are excited to announce the preview of ML.NET, a cross-platform, open source machine learning framework. ML.NET will allow .NET developers to develop their own models and infuse custom ML into their applications without prior expertise in developing or tuning machine learning models. ML.NET was originally developed in ...

ML.NET.NET Framework
May 7, 2018
0
0

ASP.NET Core 2.1.0-rc1 now available

Daniel Roth
Daniel Roth

Today we’re happy to announce the first release candidate of ASP.NET Core 2.1! This release should be very close to the final stable release of ASP.NET Core 2.1 and includes primarily bug fixes and polish for the features that we shipped in earlier previews. This is a "go live" release that can be used in production with the understanding...

ASP.NETASP.NET Core
May 7, 2018
0
0

Announcing Entity Framework Core 2.1 RC 1

Diego Vega
Diego Vega

Today, we are excited to announce that the first release candidate of EF Core 2.1 is available, alongside .NET Core 2.1 RC 1 and ASP.NET Core 2.1 RC 1, for broad testing, and now also for production use! Go live support EF Core 2.1 RC1 is a "go live" release, which means once you test that your application works correctly with RC1, you can use it...

Entity Framework
May 7, 2018
15
0

.NET Core 3 and Support for Windows Desktop Applications

Rich Lander [MSFT]
Rich Lander [MSFT]

At Microsoft Build Live today, we are sharing a first look at our plans for .NET Core 3. The highlight of .NET Core 3 is support for Windows desktop applications, specifically Windows Forms, Windows Presentation Framework (WPF), and UWP XAML. You will be able to run new and existing Windows desktop applications on .NET Core and enjoy all the benefi...

.NET
May 7, 2018
0
0

Announcing .NET Core 2.1 RC 1

Rich Lander [MSFT]
Rich Lander [MSFT]

Today, we're announcing .NET Core 2.1 Release Candidate 1 (RC 1). The .NET Core 2.1 RC 1 is now ready for broad testing and for production use. Our quality, reliability, and performance testing give us confidence that the release is ready for the first set of production users. On the metrics that we can measure, .NET Core 2.1 is a large step forwar...

.NET
May 2, 2018
1
0

Blazor 0.3.0 experimental release now available

Daniel Roth
Daniel Roth

Blazor 0.3.0 is now available! This release includes important bug fixes and many new feature enhancements. New features in this release (details below): A full list of the changes in this release can be found in the Blazor 0.3.0 release notes. Get Blazor 0.3.0 To get setup with Blazor 0.3.0: To install the Blazor templates on t...

ASP.NETASP.NET CoreBlazor
May 2, 2018
1
0

Announcing ASP.NET MVC 5.2.5, Web API 5.2.5, and Web Pages 3.2.5

Daniel Roth
Daniel Roth

Today we released ASP.NET MVC 5.2.5, Web API 5.2.5, and Web Pages 3.2.5 on NuGet. This is a patch release that contains only bug fixes. You can find the full list of bug fixes for this release in the release notes. To update an existing project to use this preview release run the following commands from the NuGet Package Manager Console for each o...

ASP.NET