| Title | Modified | Summary |
| String to TrippleDES | Fri, 15 May 2009 | A simple C# code snippet to encode and decode a string using TripleDES.
...snip...snip.. |
| A digression into GZIP, 7ZIP in managed C# | Wed, 13 May 2009 | Building my a previous article where I encrypt/decrypt a string, I wanted to go further and ZIP it. So started a
rather long and painful wander into the world in compression.
Knowing the GZIP is included in the .NET framework I naturally started there.
...snip...snip.. |
| .NET Process Maximum Memory | Tue, 2 Jun 2009 | "This whole article started because of the a memory leak in our Fares Engine.... It has become one of the longest debugs of my career."
The maximum allocatable size of a .NET process depends on the following factors:
...snip...snip.. |