This repository contains a collection of .NET sample codes for various use cases.
Demonstrates the use of ConfigureAwait in asynchronous programming to control context capturing.
Medium Article: ConfigureAwait Hangi Değeri (true/false) Almalı?
Demonstrates various Entity Framework Core (EF Core) concepts such as relationships, Fluent API configurations, keyless entities, owned entities, enum usage, and creating views through migrations.
Demonstrates event handling patterns and practices in .NET applications.
A demonstration of real-time communication using SignalR in .NET.