.NET

.NET is an open source developer platform, created by Microsoft, for building many different types of applications.

Videos

Getting Started with .NET Upgrade Assistant [3 of 18] Migrating from ASP.NET to ASP.NET Core
0:11:43
3/29/2023, dotNET
In this video, Mike introduces the .NET Upgrade Assistant command line tool, explains its purpose, and shows how to install and run the tool. Series: 1. .NET Migration Overview -...
Analyzing a Solution with .NET Upgrade Planner [4 of 18] Migrating from ASP.NET to ASP.NET Core
0:19:57
3/29/2023, dotNET
In this video, Mike introduces the .NET Upgrade Planner tool. The .NET Upgrade Planner is an experimental tool that analyzes .NET API dependencies with an easy-to-use UI and helps to plan what...
Upgrade Analysis with .NET Upgrade Assistant [5 of 18] Migrating from ASP.NET to ASP.NET Core
0:17:48
3/29/2023, dotNET
In this video, Mike uses the .NET Upgrade Assistant's analyze command to understand what changes are needed to upgrade a solution before diving into the upgrade. The .NET Upgrade Assistant...
Upgrading a Project with .NET Upgrade Assistant [6 of 18] Migrating from ASP.NET to ASP.NET Core
0:19:02
3/29/2023, dotNET
In this video, Mike uses the .NET Upgrade Assistant tool to upgrade a class library to .NET Standard. The .NET Upgrade Assistant automates many of the changes needed to migrate projects to newer...
Intro to the Upgrade Assistant Visual Studio Extension [7/18] Migrating from ASP.NET to ASP.NET Core
0:08:55
3/29/2023, dotNET
In this video, Mike introduces the Upgrade Assistant Visual Studio extension tool that allows incrementally migrating a project to a newer .NET target. The Upgrade Assistant command line tool is...
Creating a New Project with the Upgrade Assistant Visual Studio Extension [8 of18] Migrating ASP.NET
0:08:52
3/29/2023, dotNET
In this video, Mike shows how to get started with the Upgrade Assistant Visual Studio extension to create a new project for incrementally migrating an ASP.NET app to ASP.NET Core and how both the...
Migrating an Endpoint with the Upgrade Assistant Visual Studio Extension [9 of 18] Migrating ASP.NET
0:22:26
3/29/2023, dotNET
In this video, Mike uses the Upgrade Assistant Visual Studio extension to migrate an ASP.NET endpoint to ASP.NET Core. This includes migrating the controller, dependencies, views, and...
Migrating a Class Library with System.Web Dependencies [10/18] Migrating from ASP.NET to ASP.NETCore
0:12:11
3/29/2023, dotNET
In this video, Mike uses the Upgrade Assistant Visual Studio extension and System.Web adapters to migrate a class library with System.Web dependencies to .NET Standard 2.0. By using the...
Using System.Web Adapters to Share Session State in ASP.NET Upgrade Scenarios [11 of 18] Migrating
0:25:18
3/29/2023, dotNET
In this video, Mike uses System.Web adapters to share session state between an original ASP.NET app and a new ASP.NET Core app that he is incrementally migrating the endpoints to from the...
Using System.Web Adapters to Share Authentication in ASP.NET Upgrade Scenarios [12 of 18] Migrating
0:13:47
3/29/2023, dotNET
In this video, Mike uses System.Web adapters to share authentication decisions between an ASP.NET app and a new ASP.NET Core app that he is incrementally migrating functionality to. This allows...
Sharing Authentication Cookies in ASP.NET Upgrade Scenarios [13/18] Migrating ASP.NET to ASP.NETCore
0:14:04
3/29/2023, dotNET
In this video, Mike demonstrates how ASP.NET authentication cookies can be shared between multiple apps and how this technique can be used to share authentication between ASP.NET and ASP.NET Core...
Migrating static content from ASP.NET to ASP.NET Core [14/18] Migrating from ASP.NET to ASP.NET Core
0:21:26
3/29/2023, dotNET
In this video, Mike continues migrating an ASP.NET app to ASP.NET Core by migrating static content (images, css, and js) from the ASP.NET app to the new ASP.NET Core app. See how to use...