Tag: .net framework

Aspects of Strings in .NET

Database administration, Work with data

The string data type is one of the most significant data types in any programming language. You can...
Read More

The origin of GetHashCode in .NET

ASP .NET CORE, Frameworks, Languages & Coding • One Comment

This article is devoted to the GetHashCode method and the GetHashCode implementation in the .NET Framework. The article also...
Read More

Long Arithmetic from Microsoft

Computer Environment, Languages & Coding • One Comment

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...
Read More

Under the Hood of Stopwatch

Classes, Languages & Coding

Introduction As all developers, I often need to measure the execution time of my own (and not only...
Read More

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 eventually causes rendering problems,...
Read More

Effective Use of Classes in .NET

Classes, Languages & Coding

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...
Read More

Everything You Need to Know about ASP.NET Core 1.0.

ASP .NET CORE, Languages & Coding

The question is: “Microsoft ASP.NET vNext: evolution or revolution?”, the absolute...
Read More
Close