Posted in.NET C# Building Serverless .NET Core Applications with AWS Lambda Posted by Emir January 14, 2024 Serverless architectures continue to reshape how developers build scalable, event-driven applications. With the rise of…
Posted in.NET C# Cloud-Native Applications with .NET Core on AWS and Azure Posted by Emir December 2, 2023 As cloud adoption continues to accelerate, building and deploying cloud-native applications with .NET Core has…
Posted in.NET C# Advanced Identity Management with IdentityServer5 Posted by Emir May 21, 2023 In today’s evolving landscape of web applications and APIs, managing authentication and authorization securely and…
Posted in.NET C# Event-Driven Architectures with Event Sourcing in .NET Core Posted by Emir February 1, 2023 Event-driven design has gained tremendous popularity for building scalable, maintainable, and resilient systems. Event Sourcing is a…
Posted in.NET C# Implementing Command and Query Responsibility Segregation (CQRS) in .NET Core with MediatR Posted by Emir November 6, 2022 In modern scalable applications, separating commands (operations that change state) from queries (operations that read state) is a proven…
Posted in.NET C# UI Testing with Playwright in .NET Core Projects: A Practical and Detailed Guide Posted by Emir May 3, 2022 When building web applications with .NET Core, ensuring your app behaves as expected across browsers…
Posted in.NET C# UI Testing with Playwright in .NET Core Projects: A Practical Guide Posted by Emir April 2, 2022 End-to-end UI testing is crucial to ensure your application works correctly from the user’s perspective.…
Posted in.NET C# Advanced Testing Strategies in .NET Core Posted by Emir March 2, 2022 As .NET Core continues to mature, testing strategies must evolve to keep pace with growing…
Posted in.NET C# Implementing GraphQL with HotChocolate in .NET Core Posted by Emir February 19, 2022 GraphQL is rapidly becoming the go-to approach for flexible, efficient APIs — letting clients specify…
Posted in.NET C# 🔒 Adding Authentication and Authorization to ASP.NET Core Minimal APIs Posted by Emir January 14, 2022 Minimal APIs in .NET 6 bring a fresh, lightweight way to build HTTP services —…