Languages & Coding

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

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 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...
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 answer is revolution. In this article, I...
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...
Read More

Javascript Closures

Basics of JavaScript, Languages & Coding

Closures in Javascript are (internal or nested) functions that refer to (outer) independent variables. Simply put, the function declared in...
Read More

Javascrtipt Deep Copy

Basics of JavaScript, Languages & Coding

In this article, we will discuss how to copy and deep copy javascript objects....
Read More

Creating Excel in JavaScript

Basics of JavaScript, Languages & Coding

In this article, we will create an excel-like application that takes about 30 rows of JS code, with...
Read More
Close