PinnedPublished inCodeXThe Best Way To Map Objects in .Net in 2024Explore what is the best way to map objects in .NET in 2024Jun 2115Jun 2115
Published inCodeXGetting Started with FastEndpoints for Building Web APIs in .NETBuilding Web APIs with ASP.NET Core can involve a lot of boilerplate code, especially when dealing with controllers, routing, and model…4d ago4d ago
Published inCodeXHow To Be More Productive When Creating CRUD APIs in .NETExplore tools that allowed me to be more productive when creating CRUD APIs in .NETNov 51Nov 51
Published inCodeXHow To Increase EF Core Performance for Read Queries in .NETOptimizing read queries in EF Core can significantly enhance the performance of your .NET applications.Oct 303Oct 303
Published inCodeXHow To Manage EF Core DbContext LifetimeProper management of the DbContext lifecycle is crucial for application performance and stability.Oct 22Oct 22
Published inCodeXBest Practices When Working With MongoDb in .NETMongoDB is one of the most popular NoSQL databases, it allows building modern and scalable applications.Oct 15Oct 15
Published inCodeXHow To Simplify Assertions in Unit and Integration Tests with Verify in .NETWhen writing unit and integration tests, assertions are critical for verifying the expected behavior of your code. However, complex…Oct 8Oct 8
Published inCodeXHow To Test Integrations with APIs Using WireMock in .NETLearn how to write integration tests that integrate with APIs. Explore how you can use WireMock to mock API integrations.Oct 1Oct 1
Published inCodeXA Better Way to Handle Entity Identification in .NET with Strongly Typed IDsStrongly Typed IDs are custom types that are used to represent entity identifiers (IDs) in your application instead of using primitive…Sep 242Sep 242
Published inCodeXA Modern Way to Create Value Objects to Solve Primitive Obsession in .NETExplore why primitive obsession can lead to problems in your applications and how to address this issue using Value Objects in .NETSep 173Sep 173