Showing results for .NET Framework - .NET Blog

Oct 8, 2019
9
0

.NET Framework October 2019 Security and Quality Rollup

Brett Lopez
Brett Lopez

Today, we are releasing the October 2019 Security and Quality Rollup and Cumulative Updates for .NET Framework. Security No new security fixes. See September 2019 Security and Quality Rollup for the latest security updates. Quality and Reliability This release contains the following quality and reliability improvements. BCL1 CLR2 WP...

.NET Framework
Sep 10, 2019
0
0

.NET Framework September 2019 Security and Quality Rollup

Brett Lopez
Brett Lopez

Today, we are releasing the September 2019 Cumulative Update, Security and Quality Rollup, and Security Only Update for .NET Framework. Security CVE-2019-1142– .NET Framework Elevation of Privilege Vulnerability An elevation of privilege vulnerability exists when the .NET Framework common language runtime (CLR) allows file creation in arbitrary ...

.NET Framework
Aug 30, 2019
0
0

.NET Framework August 30, 2019 Cumulative Update for Windows 10 version 1903

Brett Lopez
Brett Lopez

The August 2019 Cumulative Update for .NET Framework 3.5 and 4.8 on Windows 10 version 1903 was released. Quality and Reliability This release contains the following quality and reliability improvements. Getting the Update The Cumulative Update is available via Windows Update, Windows Server Update Servic...

.NET Framework
Aug 20, 2019
0
0

.NET Framework August 2019 Preview of Quality Rollup

Brett Lopez
Brett Lopez

Today, we are releasing the August 2019 Preview of Quality Rollup. Quality and Reliability This release contains the following quality and reliability improvements. BCL1 1 Base Class Library (BCL)   Getting the Update The Preview of Quality Rollup is available via Windows Update, Windows Server Update Services, and Microsoft U...

.NET Framework
Jul 17, 2019
4
0

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

Cesar De la Torre
Cesar De la Torre

We are excited to announce ML.NET 1.2 and updates to Model Builder and the CLI. ML.NET is an open-source and cross-platform machine learning framework for .NET developers. ML.NET also includes Model Builder (a simple UI tool for Visual Studio) and the ML.NET CLI (Command-line interface) to make it super easy to build custom Machine Learning (ML) mo...

.NET Core.NET FrameworkMachine Learning
Jul 9, 2019
1
0

.NET Framework July 2019 Security and Quality Rollup

Brett Lopez
Brett Lopez

Today, we are releasing the July 2019 Cumulative Update, Security and Quality Rollup, and Security Only Update for .NET Framework. Security CVE-2019-1006 – WCF/WIF SAML Token Authentication Bypass Vulnerability An authentication bypass vulnerability exists in Windows Communication Foundation (WCF) and Windows Identity Foundation (WIF), allowing ...

.NET Framework
Jun 27, 2019
2
0

.NET Framework June 27, 2019 Cumulative Update for Windows 10 version 1903

Brett Lopez
Brett Lopez

Today, we released the June 2019 Cumulative Update for .NET Framework 3.5 and 4.8 on Windows 10 version 1903. Quality and Reliability This release contains the following quality and reliability improvements. Getting the Update The Cumulative Update is available via Windows Update, Windows Server Update Services (WSUS) an...

.NET Framework
Jun 18, 2019
5
0

.NET Framework June 2019 Preview of Quality Rollup

Brett Lopez
Brett Lopez

Today, we are releasing the June 2019 Preview of Quality Rollup. Quality and Reliability This release contains the following quality and reliability improvements. WPF1   ASP.NET   Workflow <appSettings> <add key="microsoft:WorkflowServices:TerminateOnUnhandledExceptionDuringCancel" value...

.NET Framework
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