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
Entity Framework and LINQ to Entities (4) Query Methods
This part discusses how to query SQL database with the defined mapping classes. Entity Framework and LINQ to Entities supports most of the extension methods provided by Queryable class:
8302 words
|
42 minutes
Debugging Classic ASP with Modern Visual Studio
Recently I tried to show my Mom some websites I built when I was a kid. Those , some in wh
631 words
|
3 minutes
Shrink Virtual Hard Disk Image (VHD and VHDX) Files
Virtual hard disk image files () grow bigger during the usage. For instance, this is a 20G virtual disk file for a Window
338 words
|
2 minutes
Paste code from Visual Studio 2015 to Windows Live Writer
Now it is close to the end of 2015, but is still the best Windows blogging tool. For years I use a Windows Live W
271 words
|
1 minute
Download Liked Posts from Tumblr.com
After using tumblr.com for years, a lot of posts have been liked. It would be easier to look up if the contents of these posts are stored to local. Fortunately, tumblr has provided [a set of APIs](htt
1146 words
|
6 minutes
Query Operating System Processes in C#
.NET framework provides some process APIs in class. Only some basic information of process can be
1013 words
|
5 minutes
C# 6.0 Exception Filter and when Keyword
C# 6.0 introduces a new feature exception filter and a new keyword when. , but exception filter/when keyword is not.
1000 words
|
5 minutes