Install .Net Core on Ubuntu 16.04 and create and run a Web Application

Опубликовано: 30 Апрель 2026
на канале: The Solution Architect
2,126
39

The video content demonstrates how to install .Net Core 2.2 onto Ubuntu 16.04


This vide shows the following steps:
1) Install .Net Core Libraries on Ubuntu 16.04
2) Create a .Net Core Web App
3) Build and run the web app

Install commands: https://dotnet.microsoft.com/download...

Please support me on Patreon:   / thesolutionarchitect  

Code checked into GitHub: https://github.com/charlesbill/TheSol...

Please view the MVC series if you want to know how to create an .Net CoreMV web App and add a SQLite database:
MVC Part 1 (Create MVC .net core web app):    • MVC Part 1: Create a ASP.Net Core MVC Web ...  
MVC Part 2 (Add Identity for user logins):    • MVC Part 2: Create ASP.Net Core MVC Web Ap...  
MVC Part 3 (Add SQLite with EntityFrameworkCore) :    • MVC Part 3: Using SQLite with Entity Frame...  
MVC Part 4 (Add Roled-based security):    • MVC Part 4: Adding Roled-Based Security to...