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…
Posted in.NET C# API Versioning in .NET Core Posted by Emir June 26, 2018 26 June 2018 API versioning is a fundamental concept in the development of RESTful APIs.…
Posted in.NET C# Advanced Routing and Customizing Action Results Posted by Emir May 2, 2018 2 May 2018 Routing in .NET Core Web API is a powerful mechanism that allows…
Posted in.NET C# Using LINQ in .NET Core for Data Queries Posted by Emir April 6, 2018 6 April 2018 Language-Integrated Query (LINQ) is one of the most powerful features of .NET,…
Posted in.NET C# Deep Dive into Entity Framework Core (EF Core) Migrations Posted by Emir March 10, 2018 10 March 2018 Entity Framework Core (EF Core) has quickly become one of the most…
Posted in.NET C# Asynchronous Programming in .NET Core Posted by Emir February 12, 2018 Date: 12 February 2018 Asynchronous programming is a cornerstone of modern .NET applications, allowing you…
Posted in.NET C# Advanced Dependency Injection in .NET Core Posted by Emir January 5, 2018 5 January 2018 In the early posts of this series, we’ve already covered the basics…