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…
Posted in.NET C# Routing in .NET Core: Understanding the Basics Posted by Emir April 3, 2017 3 April 2017 Routing is a key concept in web development, especially when building Web…
Posted in.NET C# Understanding Middleware in .NET Core Posted by Emir March 17, 2017 17 March 2017 In .NET Core, middleware plays a crucial role in the request processing…
Posted inC# .NET Core Web API Basics: Building Your First API Posted by Emir February 1, 2017 1 February 2017 In this post, we'll explore how to build a simple RESTful Web…
Posted inC# Introduction to .NET Core Projects and Solutions Posted by Emir January 24, 2017 24 January 2017 As you start your journey with .NET Core, one of the first…
Posted in.NET C# Understanding Cross-Platform Development with .NET Core14 January 2017 Posted by Emir January 14, 2017 14. January 2017 One of the most significant advantages of .NET Core is its ability…