Popular blog tags
RSS

Blog posts tagged with '.NET5.x'

how to Install .NET5.x on Ubuntu 18.04*64 step by step
In this post we will be installing Microsoft .net SDK on Ubuntu Linux and create high performance HTTP end-point in C# on which you can build a micro-service (or anything else).
How to port a Windows Forms desktop app to .NET Core
In this post, I will describe how to port a desktop application from .NET Framework to .NET Core.
Where can I log an ASP.NET Core app's start/stop/error events?
Where can I log an ASP.NET Core app's start/stop/error events?
ASP.NET Core Blazor - layouts (How to change .NET 5.0 .Net 6.x Blazor CSS)
How to change .NET 5.0 Blazor CSS
How to Upgrade a Real World ASP.NET Core 5.x web application on Ubuntu 18.04 step by step
.NET SDK Installer
Dynamic Routing(MapDynamicControllerRoute) in ASP.NET Core 5.x
it is possible to decide at runtime the controller, action and route tokens that a request will be dispatched to. The id
ASP.NET Core 5.x - Routing

Routing was introduced to .NET with the release of ASP.NET MVC 1.0 back in 2009. Routing is the process of taking an

Configure options for the ASP.NET Core Kestrel web server
Configure options for the ASP.NET Core Kestrel web server
Health checks in ASP.NET Core
https://docs.microsoft.com/zh-cn/aspnet/core/host-and-deploy/health-checks?view=aspnetcore-5.0 https://docs.microsoft.c
ASP.NET Core SignalR(3):Getting started ASP.NET Core 5.x with SignalR step by step
Getting started ASP.NET Core 5.x with SignalR step by step