ASP.NET - techniq/wiki GitHub Wiki
ASP.NET
ASP.NET Core
- https://docs.microsoft.com/en-us/aspnet/core/
- https://docs.microsoft.com/en-us/aspnet/core/getting-started
- https://github.com/dotnet/core/blob/master/release-notes/download-archives/2.0.0-download.md
- https://github.com/tintoy/msbuild-project-tools-vscode
- How to create your own templates for dotnet new
Diagnostics
Authentication
General
- Docs
- Which OpenID Connect/OAuth 2.0 Flow is the right One?
- Identity vs Permissions
- ASP.NET Core 2.0 Authentication and Authorization System Demystified
Azure Active Directory
Third party
Tools
Authorization
General
- Docs
- ASP.NET Core Authorization Lab - A workshop for moving through the various new pieces in ASP.NET Core Authorization
- Policy-based authorization in ASP.NET Core -How do you create a custom AuthorizeAttribute in ASP.NET Core?