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...
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...
Great Indian Developer Summit is the gold standard for India's software developer ecosystem for gaining exposure to and evaluating new projects,...
When developing software that monitors running processes, it can be useful to obtain details of the currently active application. The .NET framework...
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...
When writing software that will be used by the visually impaired or for systems that have only an audio interface, it can be important to synthesise...
Creating strings with the use of multiple concatenation operations can lead to low performance and wasteful memory usage. The StringBuilder class...
When creating applications that will be used internationally, particularly with a shared database that holds date and time data, it is important to...
An appbar (application desktop toolbar) is a window similar to the Quick Launch bar, the Language Bar or the Windows Taskbar. It is anchored/docked...
This article provides some useful tips and guidelines for designing effective licenses and writing effective license validation code. The philosophy...