Skip to content

Commit

Permalink
Add links to MTA video and 101 lab
Browse files Browse the repository at this point in the history
  • Loading branch information
sixeyed committed Sep 1, 2017
1 parent 4ca3887 commit e1f8b9d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion windows/modernize-traditional-apps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

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.

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.
> You can learn about using Docker to [Modernize .NET Apps on YouTube](https://www.youtube.com/playlist?list=PLkA60AVN3hh88hW4dJXMFIGmTQ4iDBVBp)
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.

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:

Expand Down
5 changes: 3 additions & 2 deletions windows/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@

We have these Windows and .NET tutorials:

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

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

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

0 comments on commit e1f8b9d

Please sign in to comment.