Archives
-
C# 6.0 Exception Filter and when Keyword
C# 6.0 introduces a new feature exception filter and a new keyword when. Many C# features/keywords are syntactic sugars, but exception filter/when keyword is not.
-
Configure Git for Visual Studio 2015
After installing Git, the initial Git configurations can be viewed with git config –list:
-
Batch Processing Compression Archives with Different Formats (RAR, ISO, 7z, Zip, …) in C#
Recently I need to batch process some compressed files in several hard disk drives - Some RAR/ISO/7z files need to unified to zip format; And some compression archives has to be extracted; etc..