Posted inC# Design Patterns Leveraging Behavioral Design Patterns: The Strategy Pattern in C# Posted by Emir December 22, 2017 22 December 2017 Introduction In the previous post, we explored the Observer Pattern, where multiple…
Posted inC# Design Patterns Leveraging Behavioral Design Patterns: The Observer Pattern in C# Posted by Emir December 12, 2017 12 December 2017 Introduction After exploring creational design patterns like Singleton and Factory, we now…
Posted in.NET Design Patterns Mastering the Factory Pattern in C#: A Flexible Design Pattern for Object Creation Posted by Emir November 29, 2017 29 November 2017 Introduction After diving into the Singleton Pattern in the previous post, I…
Posted inC# Design Patterns Mastering the Singleton Pattern in C#: A Key Design Pattern for Scalable Applications Posted by Emir November 17, 2017 16 November 2017 Introduction After nearly a year of focusing exclusively on .NET Core, I…
Posted in.NET C# Introduction to Logging in .NET Core Posted by Emir November 6, 2017 6 November 2017 Logging is an essential part of any software application, and in modern…
Posted in.NET C# Best Practices for Exception Handling in .NET Core Posted by Emir October 17, 2017 17 October 2017 Exception handling is a critical aspect of building robust and reliable applications.…
Posted in.NET C# Using AppSettings for Configuration in .NET Core Posted by Emir September 3, 2017 3 September 2017 In this post, we will explore how to manage configuration in .NET…
Posted in.NET C# Authentication and Authorization in .NET Core Posted by Emir July 1, 2017 1 July 2017 In this post, we'll dive into two crucial concepts for building secure…
Posted in.NET C# Building a CRUD Application with .NET Core and EF Core Posted by Emir June 9, 2017 9 June 2017 In this post, we will build a simple CRUD (Create, Read, Update,…
Posted in.NET C# Introduction to Entity Framework Core (EF Core) Posted by Emir May 25, 2017 25 May 2017 Entity Framework Core (EF Core) is an object-relational mapper (ORM) that allows…