The best VPN 2023

The Best VPS 2023

The Best C# Book

How to use PGO to improve the performance of .NET programs

How to use PGO to improve the performance of .NET programs

How to use PGO to improve the performance of .NET programs, .NET 6 began to introduce PGO initially. PGO is Profile Guided Optimization, which guides JIT how to optimize code by collecting runtime information. Compared with the previous without PGO, it can do more optimizations that were difficult to complete before.

Jenkins continuous integration asp.net website and automatically deploy to IIS

Jenkins continuous integration asp.net website and automatically deploy to IIS

This is a Jenkins continuous integration asp.net website and automatic deployment to IIS tutorial. It is a problem record sharing during my work. I need to explain here. This article is about using Jenkins continuous integration to continue and deploy asp.net website, and asp.net website is the oldest website project, which is different from asp.net applications, and even more different from.net core website applications.

2021 Best C# Books for Beginners

2021 Best C# Books for Beginners

Best C# books for beginners, If you are a beginner and want to learn C#, What book should buy to learn C#? C# is a general-purpose, multi-paradigm programming language developed by Microsoft that runs on the .NET framework. C# is widely used for building mobile applications, games, and windows applications.

Use enum classes instead of enum in ASP.Net Core

enumeration classes in .net core

Use enum classes instead of enum in ASP.Net Core, I believe that people often encounter various state values when writing code, and in order to avoid hard coding and magic numbers in the code.

The .NET Core era arrived, China’s technology company are you ready?

The .NET Core era arrived

The .NET Core era arrived, China’s technology company are you ready? In China’s IT industry, the use of java programming language dominates the mainstream, and the use of the .net platform has not been popular in China’s Internet industry, but the traditional industry has a certain market share, and their technology using the .net platform … Read more

ASP.NET CORE MVC Tutorial 1

ASP.NET CORE MVC Tutorial

we will learn how to use the ASP.NET Core Web framework and have the knowledge of how to build a data-driven Web application.

Migrate ASP NET application to NET Core

core

Migrate ASP NET application to NET Core, More and more people are talking about .NET Core. True, .NET Core is the future, but the .NET Framework is still supported because a large number of applications cannot be migrated in a short time.