Central to ASP.NET Core is the collection of objects that give you access to ASP.NET Core functionality. Here's how to access it, how to add to it, and an example of how to use this technology with ...
Practical ASP.NET Configuring Your Application-Wide Objects in ASP.NET Core ASP.NET Core's support for sharing objects defined at startup is great ... but what if you need to set options on those ...
Take advantage of anti-forgery tokens in ASP.NET Core to protect users of your applications against cross site request forgery exploits. Cross-site request forgery (CSRF) is an attack that tricks an ...
Take advantage of resource-based authorization in ASP.NET Core to provide fine-grained access to resources in scenarios not supported by attribute-based authorization. When implementing authorization ...