Similar articles
Business Opportunities Weblog
Hashing In
So-called “domainers” have gobbled up thousands of marijuana-related Web URLs recently with the hopes of turning a profit after legalization. The New York Times surveyed both individuals ...
Coding Horror
Speed Hashing
Hashes are a bit like fingerprints for data. A given hash uniquely represents a file, or any arbitrary collection of data. At least in theory. This is a 128-bit MD5 hash you're looking at above, ...
DotNetShoutout - Latest published stories
Using the Stopwatch Class in C#
The .NET Stopwatch class provides a easy mechanism for measuring code execution time. The stopwatch object uses the highest-resolution timing mechanism which the OS and hardware provides, which is nor...
DotNetShoutout - Latest published stories
Using the XmlReader class with C#
Some of the project files created by our applications are fairly large and the load performance of such files is poor. The files are saved using a XmlWriter class which is nice and fast. When reading ...
DotNetShoutout - Latest published stories
Using Tuples (C#)
The .NET Framework version 4.0 introduced the ability to create tuples using several related, generic Tuple classes. Tuples provide a convenient way in which to link several values or objects, without...