Languages & Coding

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

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 .NET stack (Task Parallel Library and...
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...
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

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...
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. There are many different thoughts on using...
Read More

Entity Framework 6: Extensions You Might Be Unaware Of

Frameworks, Languages & Coding • 2 Comments

Entity Framework 6 was and still remains a ‘workhorse’ for data access incorporate. NET-based applications primarily because of...
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...
Read More
Close