Author: Ilya Chumakov

Ilya is a lead C# developer at bi.zone (Moscow, Russia). He is involved in enterprise development, including distributed systems and web services.

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

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