Articles

NET8

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...

EF Core 8 - Enhancements to JSON column mapping

In this article, we will examine the enhancements introduced in EF Core 8 for the JSON column feature, building upon the foundation laid by JSON colum...

ASP.NET 8: What's New About Authentication and Authorization

In ASP.NET 8, the concept of authentication and authorization is undergoing a transformation. Specifically, ASP.NET Core Identity is transitioning fro...

net8 aspnet-core

Upgrade Your Existing Projects to .NET 8 & ABP 8.0

A new .NET version was released on November 14, 2023, and ABP 8.0 RC.1 shipped based on .NET 8.0 just after Microsoft's .NET 8.0 release. Therefore, i...

net8 abp8

ASP.NET Core Metrics with .NET 8.0

In this article, I'll show you the new built-in metrics of .NET 8, which are basically numerical measurements reported over time in your application a...

New Minimal APIs features in ASP.NET Core 8.0

In this article, we will see the new features of Minimal APIs in ASP.NET Core 8.0.

net8 aspnet-core

Using Complex Types as Value Objects with Entity Framework Core 8.0

I introduce the new Complex Types feature of Entity Framework Core 8.0 and show some examples of how you can use it in your projects built with ABP Fr...

New Raw SQL queries for unmapped types with EF Core 8.0

I would love to talk about the new feature in EF Core 8.0, specifically the raw SQL queries for unmapped types.

Native AOT Compilation in .NET 8

Native AOT (Ahead-of-Time) compilation is a feature that allows developers to create a self-contained app compiled to native code that can run on mach...

net8 aot

Changes with Containers in NET 8.0.

This article will show the the changes of container images with NET 8.0.