Skip to content

Commit e1f8b9d

Browse files
committed
Add links to MTA video and 101 lab
1 parent 4ca3887 commit e1f8b9d

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

windows/modernize-traditional-apps/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
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.
44

5-
Those 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](https://www.docker.com/sites/default/files/DC_SB_Microsoft.pdf) to existing apps.
5+
> You can learn about using Docker to [Modernize .NET Apps on YouTube](https://www.youtube.com/playlist?list=PLkA60AVN3hh88hW4dJXMFIGmTQ4iDBVBp)
6+
7+
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](https://www.docker.com/sites/default/files/DC_SB_Microsoft.pdf) to existing apps.
68

79
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:
810

windows/readme.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22

33
We have these Windows and .NET tutorials:
44

5+
* [Windows 101 - from DockerCon](../dockercon-us-2017/windows-101)
56
* [Getting Started with Windows Containers](windows-containers/)
67
* [Beginning ASP.NET Web application](aspnet-web/README.md)
78
* [SQL Server Database](sql-server/README.md)
89
* [Run a local Docker Registry](registry/README.md)
910

1011
And these tutorials for [modernizing traditional apps](modernize-traditional-apps/README.md):
1112

12-
* [Modernize ASP.NET Web Applications](modernize-traditional-apps/modernize-aspnet/README.md)
13-
* [Modernize ASP.NET Apps - for Ops](modernize-traditional-apps/modernize-aspnet-ops/README.md)
13+
* [Modernize ASP.NET Web Applications - for Developers](modernize-traditional-apps/modernize-aspnet/README.md)
14+
* [Modernize ASP.NET Apps - for IT Pros](modernize-traditional-apps/modernize-aspnet-ops/README.md)

0 commit comments

Comments
 (0)