Tag: c#

Handling a GDI Resource Leak

Database administration, Troubleshooting Issues • One Comment

GDI leak (or, simply the usage of too many GDI objects) is one of the most common problems. It...
Read More

С# Nuances: foreach

Basics of C#, Languages & Coding

You may have been asked a question on a job interview: “What needs to be done to make your class work with the foreach loop?” Well, the...
Read More

C# Powerful String Functions

Basics of C#, Languages & Coding

The .NET Framework provides a set of powerful string functions. These building blocks can be used to write more complex algorithms for...
Read More

C# Extension Methods: a Useful Example!

Basics of C#, Languages & Coding

What is an extension method? The extension method provides the ability to extend the functionality...
Read More
Close