Latest Articles ::
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...
Securing data in C# with various symmetric encryption algorithms. Explanation of the encryption and decryption procedures with example code.
When developing software that monitors running processes, it can be useful to obtain details of the currently active application. The .NET framework...
Create a TextBox user control that has a cut, copy, and paste event. Explanation of why use events versus other methods.
Working with relative and absolute paths in C#.NET applications.
Complex software can be made easier to debug and monitor with the use of logging code. Such code outputs information about an application to the...