Languages & Coding

Specification Design Pattern in C#

Basics of C# • One Comment

In computer programming, the specification pattern is a particular software design...
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 for objects created in a client...
Read More

Hangfire: Task Scheduler for .NET

ASP .NET CORE, Languages & Coding • 2 Comments

Hangfire is a multi-threaded and scalable task scheduler built on client-server architecture on...
Read More

Entity Framework: Improving Performance when Saving Data to Database

Frameworks, Languages & Coding • 4 Comments

When adding or modifying a large number of records (10³ and more), the Entity Framework performance is far from perfect. The reasons are...
Read More

Authorization in ASP.NET Core MVC

ASP .NET CORE, Languages & Coding • 2 Comments

This article describes patterns and methods available in ASP.NET Core MVC. I would like to emphasize that we will explore only...
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...
Read More

Dynamic T-SQL and Benefits of its Usage

Languages & Coding, T-SQL

In our projects, we have to cope with different tasks. To solve some of them, we use dynamic T-SQL. Why do we need dynamic T-SQL? Well, it...
Read More

Working with JSON in SQL Server 2016

JSON, Languages & Coding • One Comment

JSON is one of the most widely used data interchange formats. It is also a storing format in several NoSQL solutions, in particular, in...
Read More

New Query Hints Including USE HINT in SQL Server 2016 SP

Languages & Coding, T-SQL

This article is an introduction to the query hint overview that appeared in SQL Server 2016 SP1....
Read More
Close