Showing results for Migration - .NET Blog

Sep 28, 2022
Post comments count4
Post likes count6

Microsoft Teams’ Infrastructure and Azure Communication Services’ Journey to .NET 6

Siavash Fathi Arman Raina Bhaskar Bhattacharya
Siavash,
Arman,
Bhaskar

Microsoft Teams’ infrastructure team, or Intelligent Conversation and Communications Cloud (IC3), aspires to be the industry leading platform with reliable and high-quality audio and video calling, meetings, and chat experiences that work any time, from anywhere, on any device. A key element of our platform evolution is the migration from .NET Fram...

Developer Stories.NET
Sep 26, 2022
Post comments count1
Post likes count11

Microsoft Commerce’s .NET 6 Migration Journey

Kurtis Story (HE/HIM) Tian Li
Kurtis,
Tian

Microsoft Commerce is a diverse set of services (>700) services and recently made the journey to .NET 6 from .NET Framework. Here are some tips, tricks, and results from our journey to .NET 6.

.NETASP.NET CoreAzure
Jun 23, 2022
Post comments count4
Post likes count1

Incremental ASP.NET Migration Tooling Preview 2

Mike Rousos
Mike Rousos

Introducing preview 2 of incremental ASP.NET migration tooling, including support for shared authentication.

ASP.NET Core.NETASP.NET
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