Latest Articles ::
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...
Microsoft Windows provides a large number of categorised performance counters that can be used to monitor the utilisation of hardware, services,...
Using the SecureString .NET class to manage sensitive data in C# applications.
Working with temporary files in C# with the IO namespace.
When a user interacts with a Windows Forms application using the mouse, most operations will be controlled with the left (or primary) mouse button....
Use reflection to call C# functions, including functions with parameters and return values.
The Gang of Four are the four authors of the book, "Design Patterns: Elements of Reusable Object-Oriented Software". In this article their...
How to request the Google PageRank of a website through C#.
The command pattern is a design pattern that enables all of the information for a request to be contained within a single object. The command can...