Posted in.NET C# Enhancing ASP.NET Core Minimal APIs with Dependency Injection and Swagger Posted by Emir December 21, 2021 In our previous post, we introduced Minimal APIs in .NET 6 — a new way to build…
Posted in.NET C# Getting Started with ASP.NET Core Minimal APIs in .NET 6 Posted by Emir December 1, 2021 As .NET 6 was released in November 2021, one of the most exciting additions was Minimal…
Posted in.NET C# Building RESTful APIs with .NET Core and OpenAPI Posted by Emir November 6, 2020 November 6, 2020 When building modern web services, providing clear and accessible API documentation is…
Posted in.NET C# Exploring the Mediator Pattern in .NET Core Posted by Emir August 23, 2020 August 23, 2020 When working with complex applications, it's common to encounter scenarios where multiple…
Posted in.NET C# Using Redis for Distributed Caching in .NET Core Posted by Emir August 5, 2020 August 5, 2020 In today’s high-performance web applications, caching plays a critical role in reducing…
Posted in.NET C# Advanced Security Practices for .NET Core Posted by Emir July 24, 2020 July 24, 2020 As security continues to be a major concern in today’s web development…
Posted in.NET C# Implementing Domain-Driven Design (DDD) in .NET Core Posted by Emir June 27, 2020 June 27, 2020 As software applications grow in size and complexity, maintaining clear boundaries and…
Posted in.NET C# Advanced Performance Optimization in .NET Core Posted by Emir May 4, 2020 May 4, 2020 As your .NET Core applications grow in size and complexity, optimizing performance…
Posted in.NET C# Dependency Injection in Complex Applications Posted by Emir February 23, 2020 February 23, 2020 Dependency Injection (DI) is one of the fundamental pillars of .NET Core,…
Posted in.NET C# Deep Dive into ASP.NET Core 5.0: What’s New Posted by Emir January 15, 2020 January 15, 2020 As ASP.NET Core 5.0 was released, it brought with it significant updates…