Git Push Failed Cannot Determine the Organization Name for Dev Azure
2021-05-30
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
2020-07-04
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
2020-04-07
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
2020-04-06
Checke the Partial Views in ASP.NET Core from Microsoft docs website. ...
Visual Studio 2019 Cannot Run
2019-12-18
An issue I am talking about here occurred in September 2019. I don't know if Microsoft has fixed thi ...
.NET Core Globalization and Localization links
2019-09-13
The Globalization and Localization in ASP.NET Core is different compared with the classic ASP.NET. ...
.NET Core 3.0 General Availability Release Date
2019-09-02
.NET Core 3.0 GA (General Availability) release date should be 2019 Sep 23, which is the first day o ...
Open a Single Instance of Window in WPF
2019-08-15
We often need to limit some Windows in a system to allow only one open each time. If you want to ope ...