Aspects of Strings in .NET
The string data type is one of the most significant data types in any programming language. You can...
The origin of GetHashCode in .NET
This article is devoted to the GetHashCode method and the GetHashCode implementation in the .NET Framework. The article also...
Long Arithmetic from Microsoft
It is known, a computer can operate numbers with a limited number of bits. As a rule, we are accustomed to work with the 32-bit and 64-bit...
Under the Hood of Stopwatch
Introduction As all developers, I often need to measure the execution time of my own (and not only...
Handling a GDI Resource Leak
GDI leak (or, simply the usage of too many GDI objects) is one of the most common problems. It eventually causes rendering problems,...
Effective Use of Classes in .NET
When you need to learn a programming language, you buy a book. From books, we learn basics of the language and how to program, but this is...
Everything You Need to Know about ASP.NET Core 1.0.
The question is: “Microsoft ASP.NET vNext: evolution or revolution?”, the absolute...