The origin of GetHashCode in .NET
This article is devoted to the GetHashCode method and the GetHashCode implementation in...
Foreach or For – That is the Question
The discussion about the preference difference between FOREACH and FOR is not new. We all know that FOREACH is slower, but not all know...
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...
Building Your First ASP.NET Core MVC App
This article helps to get started with ASP.NET Core MVC quickly. It describes how to get the latest ASP.NET MVC version and create a simple...
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...
JSON Support in SQL Server 2016
SQL Server 2016 provides the built-in support for importing, exporting, parsing, and querying JSON documents or fragments. In this article,...
JavaScript Recipes: A Problem-Solution Article
Why reinvent the wheel every time you run into a problem with JS? This article is chock-full of code recipes that address common...
Javascript Closures
Closures in Javascript are (internal or nested) functions that refer to (outer) independent...



