Coding Grounds
Compilation of different programming projects I amuse myself with.
Saturday, 4 January 2014
Compressing a byte array in C# with GZipStream
›
In .NET 4.0 or later versions, it is possible to compress a byte array with GZipStream and therefore the GZip algorithm. The GZipStream can ...
3 comments:
Wednesday, 1 January 2014
RandomNumberGenerator in C#
›
To generate random numbers in C#, it is possible to use the class RandomNumberGenerator in System.Security.Cryptography namespace in .NET. ...
15 comments:
Thursday, 24 October 2013
Using Snoop and PowerShell to interrogate View Models in WPF applications
›
It is possible to use Snoop to interrogate View Models in WPF applications. If you first install Snoop, check that you run Snoop as an admin...
‹
›
Home
View web version