Elnoor MammadliSetting up and customizing minimal Identity API in .NET 9Here is Microsoft documentation page for Introduction to Identity on ASP.NET Core. While I was going through those docs I found some of…9h ago
InThe Tech CollectivebyNathanPart #3: Using Interceptors With Entity Framework CoreCreate an audit table & build the interceptorMay 22
Vlad GanușceacLow-level Validations in .NET Minimal APIsHave you ever thought about what the most low-level validations in an API are?Nov 17Nov 17
Umair RasheedMastering Serilog with .NET Core 8 Minimal APIs: A Step-by-Step GuideLogging is a fundamental aspect of any application, providing insights into the application’s behavior, diagnosing issues, and auditing…Aug 21Aug 21
Pardeep KumarThe Evolution of APIs: Enter the Minimal API EraOnce upon a time in the world of .NET development, building APIs meant navigating a maze of boilerplate code, dependency injection setups…Nov 15Nov 15
Elnoor MammadliSetting up and customizing minimal Identity API in .NET 9Here is Microsoft documentation page for Introduction to Identity on ASP.NET Core. While I was going through those docs I found some of…9h ago
InThe Tech CollectivebyNathanPart #3: Using Interceptors With Entity Framework CoreCreate an audit table & build the interceptorMay 22
Vlad GanușceacLow-level Validations in .NET Minimal APIsHave you ever thought about what the most low-level validations in an API are?Nov 17
Umair RasheedMastering Serilog with .NET Core 8 Minimal APIs: A Step-by-Step GuideLogging is a fundamental aspect of any application, providing insights into the application’s behavior, diagnosing issues, and auditing…Aug 21
Pardeep KumarThe Evolution of APIs: Enter the Minimal API EraOnce upon a time in the world of .NET development, building APIs meant navigating a maze of boilerplate code, dependency injection setups…Nov 15
Sheldon CohenBuilding Resilient HTTP Apps using Microsoft.Extensions.Http.Resilience with .NET 8Gracefully handle transient faultsJul 1
SerkantokgozUsing Localized & Centralized Errors With Result Object Pattern on .NET Minimal APIIn this article; Generic Result Pattern, which has become popular recently and has both advantages and disadvantages, will be shared…Nov 1
Pasindu PrabhashithaStructuring .NET Minimal APIs in a cleaned and well maintainable wayIn the .NET world, a minimal API is a simplified way to create web services with less code and complexity. With minimal APIs, developers…Apr 19