Microsoft .NET is a software framework that is used to build, run, and deploy applications across multiple platforms. It includes a rich class library, compilers, metadata, and several application models for building both standalone and hosted applications on the web.
Category: .NET Core
Add a New Razor Page To ASP.NET 5 Project
ASP.NET Razor Pages is a new web framework for building dynamic pages using templates, partials, and code-behind files. Razor Pages has been built from the ground up with a singular focus on creating simple yet powerful web pages. There’s no view engine to decide between server-side or client-side templating, so you have the option to… Continue reading Add a New Razor Page To ASP.NET 5 Project
Create ASP.NET 5 Form Using Tag Helpers
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… Continue reading Create ASP.NET 5 Form Using Tag Helpers
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.