0010 - Howto guide to ASP NET MVC Core C# with Docker

Опубликовано: 18 Июнь 2026
на канале: clouddeveloper.io
7,767
86

Title: Howto guide to ASP NET MVC Core C# with Docker

In this video we go over how to take the sample application that we've created over the last few videos using ASP.NET MVC Core using c# and deploy it using Docker on Ubuntu operating system.

The video takes you through a short set of instructions of modifying the sample application that we've been creating over the last few videos to allow us to connect to our SQL database from Linux. We then create a debug build of that application and move it over to the Ubuntu VM that has Docker already installed.
We will go through the process of creating a docker file as well as go over some of the content that we have to put into the file for better understanding.
Once the file is created, we go through the process of making a new Docker image and then create the Docker container using that newly created image.

Once all of those steps are completed, we show that the application is accessible locally from the Ubuntu VM as well as from a windows server. At the very end we also see that the same exact code is running at the same time on Linux and Windows and accessing the same SQL Database without any special changes to account for the fact that we are running on Linux or Windows.

This video leverages an application that was created in prior video sessions so if you would like to check them out you can do that by going to the following links:

0003 - IIS Install and .NET MVC Core Web App tutorial -    • 0003 - IIS Install and  .NET MVC Core Web ...  
0005 - ASP.NET MVC Core & Entity Framework tutorial -    • 0005 - ASP.NET MVC Core & Entity Framework...  
0006 - Configuration files in ASP.NET MVC Core tutorial -    • 0006 - Configuration files in ASP.NET MVC ...  
0007 - Creating a View in ASP NET MVC Core tutorial -    • 0007 - Creating a View in ASP NET MVC Core...  
0008 - Howto guide to conventional routing in ASP.NET MVC Core -    • 0008 - Howto guide to conventional routing...  
0009 - Howto guide to Dependency Injection in ASP.NET MVC Core -    • 0009 - Howto guide to Dependency Injection...  

Google+: https://plus.google.com/b/10136823524...
Facebook: https://www.fb.me/clouddeveloper.io
Twitter:   / ilozovyy  


#aspnetcore #dotnetcore #mvc #dependencyinjection #ubuntu #beginners #entityframework