In this blog posts, I will show you how I containerised an ASP .NET Core application and produce a DockerFile using VS Code.
Category: .NET Core
DevOps – Create an ASP.NET Core Application using the .NET CLI
In this blog post, I will show you how to create an ASP.NET Core MVC application using the .NET Core CLI tools.
DevOps – Run .NET Core 3.0 Applications with Visual Studio 2019
After I have shown you how to install Visual Studio 2019, it is now time to show you how I run an ASP.NET Core 3.0 application with VS 2019.
How to Comment code in ASP.NET Core Razor Rage
In this simple, blog post I will show you how to comment HTML code inside ASP.NET Core Razor page.
How to Update .Net Core On a Windows 10 Machine
In this blog post, I will show you how to update .NET Core on Windows 10 machine to the latest version which is 2.2.104.
How to Update .NET Core On Ubuntu 18.04 Linux
In this blog post, I will show you how I update .NET Core on my Ubuntu Linux 18.04 server using a few simple commands.
Check Which .NET Core SDK Version is Installed
In this blog post, I will show you how I check which .NET Core SDK version I have installed on my machine.