Port Microsoft Concurrency Visualizer SDK to .NET Standard and NuGet
2025-01-24
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
2025-01-22
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
EntityFramework.Functions: Code First Functions for Entity Framework
2025-01-19
EntityFramework.Functions library implements code first support for:
3427 words
|
17 minutes
C# 10 new feature CallerArgumentExpression, argument check and more
2021-11-14
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
2021-11-14
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
Setup and use CUDA and TensorFlow in Windows Subsystem for Linux 2
2020-12-17
Table of contents
1515 words
|
8 minutes
Update code font from Consolas to Cascadia Code with ligature
2020-05-31
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
2020-04-29
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
2019-10-15
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
2019-10-14
Besides LINQ to Entities queries, EF Core also provides rich APIs for data changes, with imperative paradigm.
6704 words
|
34 minutes