Tag: aspnet-core
All the articles with the tag "aspnet-core".
-
Implementing Memory Guard in ASP.NET Core API - Tips for Setting Optimal Thresholds
A practical guide to adding a custom Memory Guard middleware in ASP.NET Core APIs, with real‑world advice on choosing threshold values
-
ASP.NET Core 8 + IIS + EF Core: Proven Memory Management Practices for High‑Performance APIs
Learn proven memory management techniques for ASP.NET Core 8 APIs on IIS with EF Core to boost performance, prevent leaks, and cut hosting costs
-
Implement Real-Time Communication Using SignalR with Angular
Use SignalR with Angular for real-time communication - set up ASP.NET Core API, connect Angular for dynamic messaging in interactive apps
-
Step-by-Step: Google OAuth in ASP.NET with Angular and JWT Authentication
Learn how to implement Google OAuth in ASP.NET with Angular and JWT Authentication step-by-step for secure user verification
-
JWT authentication in ASP.NET Core Web API
Learn how to implement JWT authentication and role-based authorization in ASP.NET Core Web API with complete example code