This article will show you how to create a basic ASP.NET 5 (ASP.NET Core 1.X) Form using Tag Helpers. We will form HTML elements based on a C# model and use standard Razor syntax in the markup. There are various options available when creating an ASP.NET 5 page, including [and not limited to] using [plain old] HTML, (tagged-based) Razor syntax, and a combination of both.
.NET Core
How To Run ASP.NET 5 Websites On IIS Server
ASP.NET 5 (formally Core) is the latest release of the ASP.NET web development framework by Microsoft. ASP.NET 5 is cross-platform, which means it can be run on any operating system with support for .NET frameworks, unlike previous versions that were only available for Windows operating systems.
Add a New Page to ASP.NET Core Razor Project
Adding pages to an ASP.NET Core Razor pages application is a process that you might need to go through many times, and it probably sounds like something simple, but that is not always the case.
Use Non-US Date Format With C# .NET
The current date is 10/06/2021. In the United States, this would be formatted as 10/06/2021. However, in some other cultures, this would be formatting as 06/10/2021.
Build a .NET Core Application with GitHub Actions
In this blog post, I will show you how to build a .NET Core Application with GitHub Actions and create an artifact.
DevOps – Change ASP.NET Core Application SDK Framework
In this blog post, I will show you how to change an ASP.NET Core application SDK framework from one .NET version to another.
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.
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.
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.
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.