From antondevtips.com
0 1
Explore all main new features in C# 13 that was released on November 12, 2024.
on Tue, 10AM
From antondevtips.com
How To Improve Performance Of My ASP.NET Core Web API In 18x Times Using HybridCache In .NET 9
0 0
Explore how you can increase the performance of ASP.NET Core Web API using EF Core, Dapper, HybridCache and Redis in .NET 9
on Dec 17
From antondevtips.com
How To Replace Exceptions with Result Pattern in .NET
0 0
Learn how to replace exceptions with Result pattern in .NET, enhancing code readability, maintainability, performance and testability of your projects
on Dec 10
From antondevtips.com
How To Write Better and Cleaner Code in .NET
0 0
Learn simple and easy tips to write a much better code that is easy to read and maintain
on Dec 3
From antondevtips.com
How to Create Command Line Console Applications in .NET
0 0
Learn how to create console command-line applications with Cocona Nuget Package that simplifies splitting and validating command line arguments, provides automatic help messages
on Nov 26
From antondevtips.com
Productive Web API Development with FastEndpoints and Vertical Slice Architecture in .NET
0 0
Learn how to be more productive in development of Web APIs using FastEndpoints and Vertical Slice Architecture in .NET
on Nov 19
From antondevtips.com
Getting Started with FastEndpoints for Building Web APIs in .NET
0 0
Explore how to create API endpoints, handle requests, responses and add validation with FastEndpoints in ASP.NET Core
on Nov 13
From antondevtips.com
How To Manage EF Core DbContext Lifetime
0 0
Learn how to use AddDbContext, AddDbContextFactory, AddDbContextPool, AddPooledDbContextFactory
on Oct 26
From antondevtips.com
How To Test Integrations with APIs Using WireMock in .NET
0 0
Learn how to write reliable and robust integration tests for testing APIs in .NET with WireMock library
on Oct 7
From antondevtips.com
A Modern Way to Create Value Objects to Solve Primitive Obsession in .NET
0 0
Explore a modern way to create value objects in .NET that solve the primitive obsession problem
on Sep 22
From antondevtips.com
Implementing Unit of Work Pattern in EF Core
0 0
The Unit of Work pattern in EF Core is a design pattern that allows managing multiple operations that should be treated as a single transaction
on Sep 13
From antondevtips.com
How to Implement Multitenancy in ASP.NET Core with EF Core
0 0
Multitenancy is a software architecture that allows a single instance of a software application to serve multiple customers, called tenants
on Aug 27
From antondevtips.com
Vertical Slice Architecture: The Best Ways to Structure Your Project
0 1
Explore what are the best ways to structure your code when using Vertical Slice Architecture in .NET
on Aug 15
From antondevtips.com
Use MassTransit To Implement OutBox Pattern with EF Core and MongoDB
0 1
Explore the OutBox pattern - a powerful solution for maintaining data consistency and integrity in distributed event-driven systems
on Jul 30
From antondevtips.com
How to Implement Structured Logging and Distributed Tracing for Microservices with Seq
0 0
Learn how to enhance the observability of your microservices by implementing structured logging and distributed tracing using Seq
on Jul 24
From antondevtips.com
The Best Way To Map Objects in .Net in 2024
0 0
Learn how to map objects in .NET using various techniques and libraries and explore what is the best way to map objects in .NET in 2024
on Jun 26