Tag: C++
Environment Configuration in ASP.NET Core
Use Development/Staging/Production with appsettings.{Env}.json.
Introduction to ASP.NET Core
Build modern cross-platform web apps and APIs with ASP.NET Core.
ASP.NET Core Project Structure
Know Program.cs, Controllers/Pages, wwwroot, and appsettings*.json.
MVC Performance Optimization
Cache aggressively where safe; reduce allocations and queries.
Custom Filters in MVC
Implement IActionFilter or ActionFilterAttribute for reusable logic.