PinnedPublished inCodeXThe Best Way To Map Objects in .Net in 2024Explore what is the best way to map objects in .NET in 2024Jun 21, 2024A response icon17Jun 21, 2024A response icon17
Published inCodeXThe 3 C# PDF Libraries Every Developer Must KnowCreating and managing PDF documents is a common and crucial requirement for many applications built with C# and .NET. You may need to…Oct 7Oct 7
Published inStackademicLoad Testing Microservices With C# and NBomberI have been working with microservices for 7+ years. Without load tests, problems often show up in production when it is too late and too…Sep 9A response icon2Sep 9A response icon2
Published inCodeXSpecification Pattern in EF Core: Flexible Data Access Without RepositoriesAs your .NET projects grow, handling data gets more and more complicated. Many teams start with the Repository Pattern, wrapping their EF…Sep 2A response icon2Sep 2A response icon2
Published inCodeXBoost Your EF Core Productivity in PostgreSQL With Entity DeveloperModel-First approach: instead of hand-writing your models and configurations, you design them visually.Aug 20A response icon1Aug 20A response icon1
Published inCodeXRefactoring A Modular Monolith Without MediatR in .NETMediatR is one of my favourite libraries in .NET, I have been using it for 5+ years in production. Now I am removing it from my projectsAug 12A response icon2Aug 12A response icon2
Published inCodeXBuilding High-Performance .NET Apps With C# ChannelsBuilding reliable, scalable, and high-performance .NET applications often comes down to how you handle concurrency and data processing…Aug 5A response icon5Aug 5A response icon5
Published inCodeXHow To Implement Offset and Cursor-Based Pagination in EF CoreEfficient pagination is crucial for enhancing application performance and user experience, particularly when working with large datasets…Jul 29A response icon2Jul 29A response icon2
Published inCodeXReal-Time Server-Sent Events in ASP.NET Core and .NET 10The coolest feature in ASP .NET Core 10 yet! Server-Sent Events. it’ a simpler alternative to SignalRJul 22A response icon5Jul 22A response icon5
Published inCodeXLogging Requests and Responses for API Requests and HttpClient in ASP.NET CoreLogging HTTP requests and responses helps developers quickly troubleshoot issues, monitor performance and health, and audit user…Jul 15A response icon3Jul 15A response icon3