Jan HestersHow to Set Up Next.js 15 for Production in 2024I’ve worked on Next.js applications that scaled to over 100k monthly active users and landing pages with millions of monthly visitors. In…Nov 19, 202417Nov 19, 202417
Dmytro KorolovMust-Know C# 13 and .NET 9 FeaturesExploring the Most Impactful Updates in .NET 9 and C# 13.Sep 29, 20247Sep 29, 20247
InCodeNxbyMerwan ChintaSearchValues in .NET 8 and .NET 9.NET continues to evolve, bringing with it tools that improve both performance and ease of use.Jul 31, 20241Jul 31, 20241
InDev GeniusbyMurat AslanApplying JWT Access Tokens and Refresh Tokens in ASP.NET Core Web APIAs a full-stack .NET developer, securing your APIs is a critical task. Utilizing JWT (JSON Web Tokens) for authentication and…Jul 5, 20243Jul 5, 20243
InCodeXbyAnton MartyniukMaster Configuration in ASP.NET Core With The Options PatternThis blog post explores the Options Pattern, its benefits, and how to implement it in your ASP.NET Core applications.Jun 29, 20243Jun 29, 20243
Behdad KardgarChannels In .NETA few days ago, I encountered an issue while working on a project where multiple endpoints were trying to access and read/write to a file…Jun 6, 20242Jun 6, 20242
InCodeNxbyMerwan ChintaRedis & .NET for Data DeduplicationRedis, although often used as a cache store, is a versatile data structure server and can efficiently handle tasks like data deduplication.Jun 1, 20242Jun 1, 20242
InMedialessonbyBEN ABTRefit .NET — my personal caller best practiseRefit is an open-source library for .NET developers that simplifies the process of making HTTP API calls. It allows developers to define a…May 21, 20243May 21, 20243
iamprovidenceEverything wrong with eShopOnContainersIn the dynamic realm of modern software development, the quest for building scalable, resilient, and efficient applications has led to the…Feb 27, 20246Feb 27, 20246
Trevor McCubbinHow to Make Your C# Code PrettierHow to use CSharpier to improve C# code readabilityFeb 15, 2024Feb 15, 2024
InLevel Up CodingbyDo TranOpenTelemetry with .NET Core: A definitive guideOpenTelemetry is a relatively new concept, and I’ve observed that it can be somewhat challenging for beginners to fully understand. While…Nov 15, 2023Nov 15, 2023
Kenji ElzermanTop 5 C# And .NET Tips & TricksIn this article, I share 5 C# and .NET tips & tricks that personally have helped me a lot. Maybe they can help you too.Nov 13, 20234Nov 13, 20234
InLevel Up CodingbySasha MarfutREPR Pattern for Designing Sexy API Endpoints in ASP.NETA new approach to API development.Feb 12, 20244Feb 12, 20244
Venky WritesC# Extension Methods that come in handy for an ASP.Net Projectextension methods serve as invaluable tools, empowering developers to enhance the expressiveness and efficiency of their codeFeb 4, 20246Feb 4, 20246
nicola_biadaTransactions in EF Core and DapperEntity Framework Core (EF Core) provides robust support for transactions, which are crucial for maintaining data integrity, especially in…Jan 22, 2024Jan 22, 2024
YazHow to avoid Dependency Injection constructor madness — .NETIf you are in the same boat as me, you might have come across the time when the number of injected dependencies grow exponentially, and…Dec 3, 20234Dec 3, 20234
InClearBankbyAndrew PooleAsync method chaining in C#TL/DR: We recently had a large amount of fairly procedural logic performing multiple tasks in an API request handler, we wanted a way to…Jul 19, 20233Jul 19, 20233
iamprovidenceHow to share appsettings.json within multiple microservices?One of the most annoying things about working with microservices is to properly configure each of them. While with a monolith app, you can…Aug 27, 20232Aug 27, 20232
Alex MaherElsa: A workflow engine for .NET Core you didn’t know you neededThe Workflow Engine Revolution for .NETAug 10, 20231Aug 10, 20231