Port Microsoft Concurrency Visualizer SDK to .NET Standard and NuGet
I uploaded a NuGet package of Microsoft Concurrency Visualizer SDK: . [Microsoft Concurrency Visualizer](https://docs.micr
171 words
|
1 minute
TransientFaultHandling.Core: Retry library for .NET Core/.NET Standard
TransientFaultHandling.Core is retry library for transient error handling. It is ported from Microsoft Enterprise Library’s TransientFaultHandling library, a library widely used with .NET Framework. T
1417 words
|
7 minutes
C# 10 new feature CallerArgumentExpression, argument check and more
The CallerArgumentExpression has been discussed for years, it was supposed to a part of C# 8.0 but got delayed. Finally this month it is delivered along with C# 10 and .NET 6.
1029 words
|
5 minutes
Windows 10 and 11 minimal setup for HDR video playback and streaming
On last Black Friday, I purchased a 50-inch 4K HDR10 smart TV with only $150. I use it as monitor for my computer. I didn’t find a walk through tutorial for the whole HDR (High Dynamic Range) setup, s
440 words
|
2 minutes
Update code font from Consolas to Cascadia Code with ligature
A decade ago, I . They are both monospaced. The difference is:
686 words
|
3 minutes
Installing SQL Server 2017/2019 LocalDB and resolve the engine versioning problem
SQL Server LocalDB is a minimal SQL Server database engine, it can be installed and used with zero configuration.
275 words
|
1 minute
Entity Framework Core and LINQ to Entities in Depth (8) Optimistic Concurrency
Conflicts can occur if the same data is read and changed concurrently. Generally, there are 2 approaches:
3485 words
|
17 minutes
Entity Framework Core and LINQ to Entities in Depth (7) Data Changes and Transactions
Besides LINQ to Entities queries, EF Core also provides rich APIs for data changes, with imperative paradigm.
6704 words
|
34 minutes