InCodeXbyJustin MuenchBuilding a Real-Time Stock Market Bot with .NET and SignalR 📈💹With the power of SignalR in .NET, you can build real-time applications that deliver updates as they happen. A perfect use case is a stock…Nov 11, 20241Nov 11, 20241
InHexaworks-PapersbyMehmed Ali ÇalışkanManaging User Authentication and Authorization in Microservices ArchitecturesIn microservices architectures, user authentication and authorization play pivotal roles, often leveraging a range of technologies. This…Jan 31, 20243Jan 31, 20243
InLCW DigitalbyTurgay Kaya“Mikroservisler İçin Saga Pattern: Koreografi ve Orkestrasyon Yöntemleri Arasındaki Farklar”Bu yazımızda küçük bir örnekle saga pattern’ini ele alıyoruz. Saga pattern, karmaşık ve uzun süren işlemleri yönetmek için kullanılan bir…Jun 23, 2024Jun 23, 2024
InHangiKredibyFatih GÜRDALOcelot Gateway Nedir? (ASP.NET Core Kurulum ve Örnek Proje)Ocelot Gateway Nedir?Feb 18, 2024Feb 18, 2024
Stanley OkpalaDynamic Service Discovery in Microservices with Eureka: A .NET Core TutorialIntroductionMay 17, 2023May 17, 2023
Niraj RanasingheUnderstanding Concurrency in C# with Threads, Tasks and ThreadPoolConcurrency in C# involves the simultaneous execution of tasks within a program, using features like threads and tasks. It’s like having…Dec 7, 2023Dec 7, 2023
Rishi BharadwajTricky C# questions for Senior developer [Part 2]If you have followed my part 1 of tricky questions for senior developers, you know simple questions turn out to be really complex at…May 13, 202411May 13, 202411
InCodeNxbyMerwan ChintaBuilding a Blockchain in .NETBlockchain technology, a revolutionary concept, has rapidly evolved from its inception in cryptocurrencies to becoming a cornerstone for…May 20, 2024May 20, 2024
Edson MartinezImplementing the CQRS and Mediator pattern in a .NET 8 Web APISpanish version / Versión en españolMay 11, 20247May 11, 20247
In.Net ProgrammingbySukhpinder Singh | C# .Net24 Essential Async/Await Best Practices for Basic to Advanced C# DevelopersFrom ValueTask Efficiency to Parallel Loops & BeyondApr 4, 20243Apr 4, 20243
InDev GeniusbyCan SenerPerformance Optimization in .NET Core: 10 Advanced Techniques1.Utilize Span<T> for Memory Efficiency: Span<T> provides a high-performance, low-allocation alternative to array slicing and manipulation…Feb 28, 20246Feb 28, 20246
Lukas KuppersHow to Handle Async Events in C# and Unity using PromisesA basic Promise implementation in C# can help avoid callback hell and maintain async codeNov 29, 20232Nov 29, 20232
Gabriele TronchinC# .NET 8 — MediatR PipelinesHow to use MediarR Pipelines in C# .NET 8.May 5, 20244May 5, 20244
InCodeNxbyMerwan ChintaYARP - .NET Core Reverse ProxyYARP (Yet Another Reverse Proxy) is an open-source reverse proxy toolkit designed for .NET applications. It functions as an intermediary…Jan 25, 20245Jan 25, 20245
InLevel Up CodingbySasha MarfutHow to Structure .NET Project with Clean Architecture?Clean Architecture in Practice.Mar 10, 20246Mar 10, 20246
InDev GeniusbyJiyan EpözdemirC#’s Yield Return StatementIn almost every project, there is a piece of code like below. You have to create a list, add items to it, and then return the result list…Mar 19, 2024Mar 19, 2024
In.Net ProgrammingbyBen WittImplementing the Cached Repository Pattern in C#Photo by Tianyi Ma on UnsplashFeb 27, 20244Feb 27, 20244
InStackademicbyCan SenerUnderstanding the Difference Between Async Coding and Thread Usage in C#In the world of modern software development, creating responsive and efficient applications is crucial. One common approach to achieving…Oct 29, 20231Oct 29, 20231
Ken FedorovStack vs. Heap: Mastering Memory Management in C#When diving into the world of C# programming, it’s impossible to avoid encountering the concepts of stack and heap memory. These two types…Mar 7, 20244Mar 7, 20244