What’s New in .NET 8 🧐 ? Discover ALL .NET 8 Features⚡🚀
📢 In this post, we'll explore all the new features of .NET 8 and the changes in this new version. Grab your coffee ☕ and let's take a look at all the... Read More

Inheritance Strategies in Entity Framework Core 7
In this article, I'll show you all the object inheritance mapping strategies in Entity Framework Core, especially the new one: TPC Inheritance Mapping... Read More

Upgrade Your Existing Projects to .NET7
In this article, I will share our experiences while upgrading to .NET 7. Read More

Build a simple TODO app with ABP Framework in 15 minutes
In this tutorial, we'll build a very simple application to warm up for the ABP Framework. 🚀 In 15 minutes, you'll create a TODO application on top o... Read More

All about .NET MAUI
In this article, I’ll tell about .NET MAUI the new generation of Xamarin. This article is based on my talk at https://www.youtube.com/watch?v=qBOzRqzq... Read More
Create a Windows Service with ABP Framework
I will show you how to create a Windows Service with ABP Framework. The service will access to the database with ABP repositories. Read More

Real-time Notifications via SignalR in ABP Project
We will implement a basic SignalR engine for real-time notifications in an ABP project. Thus, we will enable the server-side code to instantly send co... Read More

ABP Suite: How to Add the User Entity as a Navigation Property of Another Entity
How to add a user navigation property to your new entity using the ABP Suite. Read More