Latest Articles ::
As traditional static languages such as C# tend to become more dynamic, and dynamic languages tend to become more static, as Perl 6 will do, a deep...
Simple approach to get the hash code of an image in C#.
When developing software that works with time stamped information, it is common to show the date and time at which an item was created or last...
Cultural differences and input errors can lead to words being spelled differently to a user's expectations. This makes it difficult to locate...
Simple algorithm to convert doubles to fractions in C#
We will go over an example of a web.config file the contains a two Messages; the first will retrieve the values programmatically from the appSettings...
Some software, such as backup utilities, can use a large proportion of processor time and other resources. Often the user is given the option to only...
A commonly used standard for high quality sound reproduction is the Waveform Audio File Format, with sound data usually stored in WAV files. The .NET...
.NET implementation of the quadratic formula to solve quadratic equations. Algorithms for working with double and float types.
Complex optimization tasks, like travelling salesman problem, can be solved by simple algorithms with random searching component. Genetic algorithm...