Showing category results for .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
Apr 19, 2019
Post comments count6
Post likes count0

Upcoming Updates for .NET Framework 4.8

Brett Lopez
Brett Lopez

Upcoming Updates for .NET Framework 4.8 The .NET Framework 4.8 product release is now available. The .NET Framework 4.8 product will receive updates on the same cadence and the usual channels (Windows Update, WSUS, Catalog) as all .NET Framework and Windows cumulative updates. For Windows 10, .NET Framework 4.8 updates will now be delivered as ...

.NET Framework.NET
Apr 18, 2019
Post comments count35
Post likes count0

Announcing the .NET Framework 4.8

Namrata Karnam
Namrata Karnam

We are thrilled to announce the release of the .NET Framework 4.8 today. It’s included in the Windows 10 May 2019 Update. .NET Framework 4.8 is also available on Windows 7+ and Windows Server 2008 R2+. You can install .NET 4.8 from our .NET Download site. For building applications targeting .NET Framework 4.8, you can download the NET 4.8 Develo...

.NET Framework.NET
Apr 2, 2019
Post comments count0
Post likes count0

.NET Framework April 2, 2019 Cumulative Update for Windows 10 version 1809 and Windows Server 2019

Tara Overfield
Tara Overfield

Today, we released the March 2019 Update for Windows 10 version 1809 and Windows Server 2019. Quality and Reliability This release contains the following quality and reliability improvements. CLR Getting the Update The Update is available via Windows Server Update Services and Microsoft Update Catalog. Microsoft Update Cat...

.NET Framework.NET
Mar 28, 2019
Post comments count3
Post likes count1

Migrating Delegate.BeginInvoke Calls for .NET Core

Mike Rousos
Mike Rousos

I recently worked with a couple customers migrating applications to .NET Core that had to make code changes to workaround and methods on delegates not being supported on .NET Core. In this post, we'll look at why these APIs aren't implemented for .NET Core, why their usage isn't caught by the .NET API Portability Analyzer, and how to fix code usi...

.NET Core.NET.NET Framework