Showing results for .NET Framework - .NET Blog

Jul 9, 2019
Post comments count1
Post likes count0

.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
Post comments count2
Post likes count0

.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
Post comments count5
Post likes count0

.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
Post comments count6
Post likes count0

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
Post comments count7
Post likes count0

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
Post comments count18
Post likes count0

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
May 28, 2019
Post comments count30
Post likes count0

Porting desktop apps to .NET Core

Olia Gavrysh
Olia Gavrysh

Since I've been working with the community on porting desktop applications from .NET Framework to .NET Core, I've noticed that there are two camps of folks: some want a very simple and short list of instructions to get their apps ported to .NET Core while others prefer a more principled approach with more background information. Instead of writing ...

.NET Core.NET FrameworkWPF
May 14, 2019
Post comments count3
Post likes count0

.NET Framework May 2019 Security and Quality Rollup

Tara Overfield
Tara Overfield

Today, we are releasing the May 2019 Cumulative Update, Security and Quality Rollup, and Security Only Update. Security CVE-2019-0820 – Denial of Service Vulnerability A denial of service vulnerability exists when .NET Framework and .NET Core improperly process RegEx strings. An attacker who successfully exploited this vulnerability could cause ...

.NET Framework
May 8, 2019
Post comments count15
Post likes count5

Introducing the new Microsoft.Data.SqlClient

Diego Vega
Diego Vega

This post was written by Vicky Harp, Program Manager on SqlClient and SQL Server Tools. Those of you who have been following .NET development closely have very likely seen Scott Hunter's latest blog post, .NET Core is the Future of .NET. The change in focus of .NET Framework towards stability and new feature development moving to .NET Core means SQ...

.NET.NET Core.NET Framework
May 6, 2019
Post comments count122
Post likes count0

.NET Core is the Future of .NET 

Scott Hunter [MSFT]
Scott Hunter [MSFT]

We introduced .NET Core 1.0 on November 2014. The goal with .NET Core was to take the learning from our experience building, shipping and servicing .NET Framework over the previous 12 years and build a better product. Some examples of these improvements are side-by-side installations (you can install a new version and not worry about breaking exist...

.NET Core.NET Framework