In this blog post, I will show you how to change an ASP.NET Core application SDK framework from one .NET version to another.
Continue reading “DevOps – Change ASP.NET Core Application SDK Framework”DevOps – Check Which .NET Core Versions Are Installed on your Machine
In this blog post, I’ll show you how to check which .NET Core versions are installed on your machine.
Continue reading “DevOps – Check Which .NET Core Versions Are Installed on your Machine”DevOps – Deploy and Publish ASP.NET Core Application to Windows Server IIS
In this blog post, I will show you how I deploy and publish an ASP.NET Core web application to my Windows Server 2016 IIS 10 Server.
Continue reading “DevOps – Deploy and Publish ASP.NET Core Application to Windows Server IIS”DevOps – Containerized An ASP.NET Core Application Using VS Code
In this blog posts, I will show you how I containerised an ASP .NET Core application and produce a DockerFile using VS Code.
Continue reading “DevOps – Containerized An ASP.NET Core Application Using VS Code”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.
Continue reading “DevOps – Create an ASP.NET Core Application using the .NET CLI”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.
Continue reading “DevOps – Run .NET Core 3.0 Applications with Visual Studio 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.
Continue reading “How to Comment code in ASP.NET Core Razor Rage”
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.
Continue reading “How to Update .Net Core On a Windows 10 Machine”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.
Continue reading “How to Update .NET Core On Ubuntu 18.04 Linux”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.
Continue reading “Check Which .NET Core SDK Version is Installed”