Languages & Coding

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

Foreach or For – That is the Question

ASP .NET CORE, Languages & Coding, Performance Tuning • 2 Comments

The discussion about the preference difference between FOREACH and FOR is not new. We all know that FOREACH is slower, but not all know...
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

Building Your First ASP.NET Core MVC App

ASP .NET CORE, Languages & Coding

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

JSON Support in SQL Server 2016

JSON, Languages & Coding

SQL Server 2016 provides the built-in support for importing, exporting, parsing, and querying JSON documents or fragments. In this article,...
Read More

JavaScript Recipes: A Problem-Solution Article

Basics of JavaScript, Languages & Coding

Why reinvent the wheel every time you run into a problem with JS? This article is chock-full of code recipes that address common...
Read More

Javascript Closures

Basics of JavaScript, Languages & Coding

Closures in Javascript are (internal or nested) functions that refer to (outer) independent...
Read More
Close