Ilya ChumakovNested validation in .NETIn this blog’s opening post, I discuss the problem of validating nested Data Transfer Objects in modern .NET. Nesting simply means that…Jan 171Jan 171
Rob HuttonMastering LINQ: Tips and Tricks for Faster, More Scalable QueriesThis article covers best practices and advanced techniques to write efficient, high-performance LINQ queries in .NET applications.Jan 21Jan 21
Engr. Md. Hasan MonsurMiniProfiler for .NET: The Essential Tool for Identifying Performance BottlenecksIn “MiniProfiler for .NET: The Essential Tool for Identifying Performance Bottlenecks,” discover how this lightweight profiling library…Nov 1, 2024Nov 1, 2024
Milan JovanovićWorking with LLMs in .NET using Microsoft.Extensions.AII’ve been experimenting with different approaches to integrating LLMs into .NET apps, and I want to share what I’ve learned about using…Jan 116Jan 116
InCodeXbyAnton MartyniukHow To Improve Performance Of My ASP.NET Core Web API In 18x Times Using HybridCache In .NET 9After .NET 9 came out I was playing around with it and wanted to test the new HybridCache. So I decided to test how performant is one of…Dec 17, 20244Dec 17, 20244
InLevel Up CodingbyErhan BaştürkBuilding Dynamic Business Logic with JSON-based Rules Engine in .NETWhen developing software projects, we often want the project to exhibit different behaviors under different conditions. For example, in a…Dec 27, 20245Dec 27, 20245
Anderson GodoyManual vs. Automated Mapping in C#: Which Approach Is Best for Your Project?In C#, mapping between objects like entities and DTOs is a common practice to isolate data layers and abstract implementation details. This…Nov 10, 2024Nov 10, 2024
InCodeXbyAnton MartyniukHow To Be More Productive When Creating CRUD APIs in .NETExplore tools that allowed me to be more productive when creating CRUD APIs in .NETNov 5, 20241Nov 5, 20241
InDev GeniusbyGabriele TronchinC# .NET — Caching Requests With MediatR PipelineLearn to implement a caching pipeline with MediatR in .NET to reduce database load and optimize performance.Nov 27, 2024Nov 27, 2024
InCodeXbyAnton MartyniukThe Best Way To Validate Objects in .NET in 2024Explore what is the best way to validate objects in .NET in 2024Sep 6, 20245Sep 6, 20245
Pieter Linde.NetCore and Cloud FirestoreMost C# developers, including myself have been using SQL or some type relational type database for the last 10+ years. This tutorial will…Nov 20, 20202Nov 20, 20202
PlatoAngular Firebase Create and ReadRecently I’ve been using Firebase’s Cloud Firestore to create, read, update and delete data within my Angular web apps. I’ve had some…Jul 10, 2023Jul 10, 2023
Valentyn Osidach 📚JWT Token Authentication with AppUser in .NET 8Learn how to implement JWT authentication in .NET 8 with App UserOct 23, 2024Oct 23, 2024
Mesut AtasoyWriting Business Rules Using .NET Core and Design PatternsIn a complex business application, implementing business rules efficiently is crucial to maintain clean code, avoid duplication, and…Oct 17, 202422Oct 17, 202422
In.Net ProgrammingbyValentyn Osidach 📚The best dynamic LINQ library with Gridify in .NETIntroduction to Gridify with ExamplesAug 27, 20241Aug 27, 20241
Engr. Md. Hasan MonsurHandling Large Data in .NET Web API: Performance Tips and TechniquesIn this article, we explore essential performance tips and techniques for handling large data in .NET Web API. Learn how to optimize API…Oct 20, 20242Oct 20, 20242
Juldhais HengkyawanHow to Convert HTML to PDF in ASP .NET Core Web APIGenerating PDF documents is a common requirement in web applications, whether for invoices, reports, or other printable content. In this…Jun 13, 20242Jun 13, 20242
InDevOps.devbyKushan MadhusankaEffortless Authentication: Leveraging ASP.NET Core Identity in .NET 8Authentication is a critical aspect of any web application, ensuring that users can securely access resources and perform actions…Jun 17, 2024Jun 17, 2024