Posted in.NET C# SignalR in .NET Core: Real-Time Web Applications Posted by Emir December 21, 2019 December 21, 2019 In modern web applications, providing real-time communication can significantly enhance the user…
Posted in.NET C# Introduction to GraphQL in .NET Core Posted by Emir October 27, 2019 October 27, 2019 In modern web development, GraphQL has become one of the most popular…
Posted in.NET C# Building an Event-Driven Architecture with .NET Core Posted by Emir April 25, 2019 April 25, 2019 In modern software development, building scalable and loosely-coupled systems is a top…
Posted in.NET C# Authentication with IdentityServer4 in .NET Core Posted by Emir January 14, 2019 14 January 2019 When building secure applications, one of the most important aspects to consider…
Posted in.NET C# Implementing MediatR for CQRS and Command-Query Separation Posted by Emir January 6, 2019 6 January 2019 In a previous post, we explored the CQRS (Command Query Responsibility Segregation)…
Posted in.NET C# Introduction to CQRS Pattern in .NET Core Posted by Emir December 21, 2018 21 December 2018 Command Query Responsibility Segregation (CQRS) is an architectural pattern that separates the…
Posted in.NET C# Building a Microservice Architecture with .NET Core Posted by Emir November 11, 2018 11 November 2018 Microservices architecture has become one of the most popular architectural patterns for…
Posted in.NET C# Using Unit Tests in .NET Core Posted by Emir October 5, 2018 5 October 2018 Unit testing is a critical practice in modern software development that ensures…
Posted in.NET C# Introduction to the Repository Pattern in .NET Core Posted by Emir September 8, 2018 8 September 2018 In any application that requires data access, it’s crucial to have a…
Posted in.NET C# Caching Strategies in .NET Core Posted by Emir July 19, 2018 19 July 2018 In today’s web development, performance is a critical factor for delivering fast…