Subscribe
FastEndpoints is a modern, lightweight alternative in .NET. Its adherence to the REPR pattern ensures maintainable and modular development with minimal boilerplate.
With the release of .NET 9, HybridCache has been introduced, seemingly aiming to replace the older interfaces.
.NET 9 brings performance boosts, LINQ optimizations, exception handling improvements, Time-Ordered GUIDs, feature switches, and more for better efficiency.
Whether you’re iterating with indices, performing grouped aggregations or counting occurrences, these methods will enhance readability.
Implementing JWT auth is an effective method for securing APIs and protecting sensitive data. JWTs are compact, digitally signed tokens, which makes them well-suited for stateless API communication.
Result Pattern is influenced by functional programming and represents an interesting alternative to exceptions. In today's blog, we will explore both custom and third-party solutions.
BenchmarkDotNet is an invaluable tool with its high precision, customizability and straightforward implementation.
Feature flags are a powerful tool for managing the development and deployment of new features. They allow you to enable or disable specific features or parts of your code without redeploying the application.