John Reynolds's blog articles

0
comment
on 10/15/2011 6:30 AM
I couldn’t find any decent .NET platform target compatibility chart, so I made one: It’s all rather self explanatory. Green combinations, like an “Any CPU” exe file and an x86 DLL on a 32-bit OS, are compatible. Red are incompatible. The Combined Chart shows which combinations are red or green on both 32- and 64-bit [...]
>> Read the full article
.
0
comment
on 3/11/2011 4:31 PM
Ever had to access or set the RSAParameters structure’s fields? Well, if you do, you will find that the MSDN documentation on them doesn’t specify their endianness (byte order). Googling isn’t too helpful either, as I found different sources claiming different endianness. So, I wrote a little test in F# that shows that the RSAParameters [...]
>> Read the full article
.
0
comment
on 7/31/2010 3:30 PM
Judging from a few questions on stackoverflow and hubFS, programmers new to F# sometimes confuse value assignments with functions that don’t take arguments. This confusion is easily straightened out. In fact, it’s so easily straightened out, that it’s not really enough for a blog post. Thus, we spice things up a bit by letting the [...]
>> Read the full article
.
0
comment
on 6/30/2010 3:30 PM
Sometimes, you need to store binary data in places where only text data is welcome, such as XML files. The quick & dirty solution is to code your data into hexadecimal strings, which you can easily get away with when storing a few bytes. However, sometimes you want better space efficiency and this is where [...]
>> Read the full article
.
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper