Git Push Failed Cannot Determine the Organization Name for Dev Azure

Recently the Visual Studio 2019 got updated but we find the issue of Git pushing to dev.azure.net fa ...

Something about .NET Core 3.1

We missed some important information or date about .NET Core 3.1, let us fill them up here. ...

WPF Textbox does not allow decimal in net 4.5

When we updagrade a WPF project from .NET 4.0 to .NET 4.5, We found some textboxes binding no longer ...

Partial Views in ASP.NET Core

Checke the Partial Views in ASP.NET Core from Microsoft docs website. ...

Visual Studio 2019 Cannot Run

An issue I am talking about here occurred in September 2019. I don't know if Microsoft has fixed thi ...

What's new in ASP.NET Core 3.0

Microsoft officially announ ...

.NET Core Globalization and Localization links

The Globalization and Localization in ASP.NET Core is different compared with the classic ASP.NET. ...

.NET Core 3.0 General Availability Release Date

.NET Core 3.0 GA (General Availability) release date should be 2019 Sep 23, which is the first day o ...

.NET Core 3.0 Release Candidate Version is Released

According to .NET Core Roadmap, ...

Open a Single Instance of Window in WPF

We often need to limit some Windows in a system to allow only one open each time. If you want to ope ...