Computer Environment

Implementing Timer and Counter of Loaded Strings on Web Form

Computer Environment, Languages & Coding

During the development of reporting forms, a user wanted to see the process of data loading from...
Read More

Using npm, Webpack, and TypeScript to create simple ASP.NET Core web app

Computer Environment, Languages & Coding • 2 Comments

Introduction I write this tutorial primarily to demonstrate how to quickly create a simple application with support for npm, Webpack, and...
Read More

SOLID: Single Responsibility Principle

Computer Environment, Languages & Coding

In this article, I will try to describe one of the famous principles of the object oriented programming, that is a part of another famous...
Read More

CombGuid: Generation of SQL Server-friendly Guid Values in .NET Applications

Computer Environment, Languages & Coding

Usage of UUID as a primary key for tables has a bunch of pros, including the option to retrieve IDs...
Read More

Pitfalls of Linked Server Usage

Computer Environment, Languages & Coding

An interesting project related to the task queue processing come to the company I work for. It was previously developed by another team. We...
Read More

Precise Computation of CLR Object Size

Computer Environment, Languages & Coding

I think many developers have been wondering: How many bytes does an object instance take in managed code? What’s the limit for a CLR...
Read More

Comparing Objects by Value. Part 5: Structure Equality Issue

Computer Environment, Languages & Coding

In my previous publication, I described the fullest and the most correct way to compare objects by...
Read More

Comparing Objects by Value. Part 4: Inheritance & Comparison Operators

Computer Environment, Languages & Coding

In the previous article, we analyzed how to compare objects by value on a particular example with the Person class that includes:...
Read More

Comparing Objects by Value. Part 3: Type-specific Equals and Equality Operators

Computer Environment, Languages & Coding

In Part 1 and Part 2, we have analyzed how to modify a class to compare objects by value. Now, we will explore a type-specific...
Read More

Comparing Objects by Value. Part 2. Implementation Notes of the Equals Method

Computer Environment, Languages & Coding

In the previous article, we have reviewed a general concept of implementing a minimum set of...
Read More
Close