Building CRUD API with Dapper and Dapper Plus in ASP.NET Core

When it comes to building CRUD API, you do not have to choose between control and productivity. You can have both. That can be simply …

EF Core Tricks for Bulk Reading Large Data Sets

In this tutorial, we will dive into the EF Core Tricks for Bulk reading Large Data Sets. We will be highlighting the powerful read operations …

Dapper Plus Options Beyond the Basics

Today, we will be diving deep beyond the basics of Dapper Plus and exploring how we can customize its powerful bulk methods to fit your …

.NET / C#

Exploring Dynamic LINQ and C# Eval Expression

In this article you will learn about 2 great and powerful libraries for dynamic processing of LINQ queries as well as executing, compiling, and running …

Exploring Bulk Operations in EF Core

Working with databases is at the heart of most .NET apps, and Entity Framework Core makes it easy to query and persist data. But when …

7 Types of Authorization in ASP.NET Core Web API

Many developers are stuck in 1 or 2 types of authorization in ASP.NET Core: simple and RBAC. But did you know there are 5 more …

Structured Logging in ASP.NET Core

In this tutorial we will learn how to implement structured logging in ASP.NET Core Web API using Serilog. Logging is one of the most important …

Hot Design: The Next-Generation Visual Designer for .NET Apps

Hot Design is the latest and greatest tool introduced by Uno Platform as part of Uno Platform Studio. It is an evolutionary innovation that transforms …

Exploring the Top 5 Features in C# 13

So C# 13 is now generally available, completely released and ready for production with full support from Microsoft and the community, this article we will …

Top 5 Language Features in C# 12

.NET 8 brought a set of new language features with the introduction of C# 12, check this article to learn about the top 5 Features …