Skip to content

Latest commit

 

History

History
38 lines (19 loc) · 1.68 KB

File metadata and controls

38 lines (19 loc) · 1.68 KB

Modernize Traditional Apps

There are millions of traditional .NET apps running key functions in enterprises. But they're expensive to maintain, complex to upgrade and may be running on old or unsupported versions of Windows.

You can learn about using Docker to Modernize .NET Apps on YouTube

Traditional apps are great candidates for moving to Docker, which you can do without changing code or rewriting the app. Running .NET apps in a modern application platform adds agility, portability and security to existing apps.

These labs walk through modernization programs for typical .NET application architectures. In each case you'll start with a sample app in a Visual Studio solution, then follow the same process:

  • Package up a Docker image to compile the application, so you can build it without Visual Studio.

  • Package up the application into a Docker image, so the app can run on any Windows machine running Docker.

  • Run the app in Docker, together with any dependencies.

  • Modernize the app, focusing on key features and using the key benefits of the Docker platform.

Labs

The labs focus on specific application profiles, and the modernization benefits for developers and operations.

For Developers and Architects

For IT Pros and Ops