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

Is string operator “+” so simple?

Database administration, Work with data • 3 Comments

Introduction A string data type is one of the fundamental data types, along with numeric (int, long, double) and logical (Boolean) ones....
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 my own) code. When I was a beginning...
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...
Read More

CHECK Constraints in SQL Server

Constraints, Database development

In this article, we will talk about CHECK constraints. We will see how to add CHECK constraints to SQL Server table columns and discuss the...
Read More

Creating and Accessing In-Memory OLTP Databases and Tables

Database administration, Memory Optimization

This is the second article in a series of articles about SQL Server In-Memory OLTP. The introductory article — SQL Server In-Memory OLTP,...
Read More

Pivot Tables in MySQL

Database development, MySQL, Tables • One Comment

Briefly about Pivot tables This article deals with the transformation of table data from rows to...
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