Resources
  • Introduction
  • ASP.NET
    • F#
    • C#
    • .NET Core
    • MSBuild
    • Tools
  • (T-)SQL
    • Snippets
  • Typescript
  • Javascript
    • Angular
    • React - Redux
    • Stats
  • Progressive Web Apps
  • Design and UX
    • HTML
    • CSS - Cascading Style Sheets
  • Computer Science
    • Architecture and Patterns
    • Database
  • Security
  • Testing
  • Hacking and Tinkering
  • Tools
  • CLI Cheat Sheets
    • Git
    • Dotnet core
    • Docker for Windows
    • Powershell
  • Progressive Web Apps
  • Miscellaneous
Powered by GitBook
On this page
  • Authentication
  • Andrew Lock's serie on authentication and authorisation
  • Caching
  • Services, DI and Configuration
  • Docker
  • Testing
  • Miscellaneous

Was this helpful?

  1. ASP.NET

.NET Core

PreviousC#NextMSBuild

Last updated 4 years ago

Was this helpful?

Authentication

Andrew Lock's serie on authentication and authorisation

Caching

Services, DI and Configuration

Docker

Testing

Miscellaneous

Using Cookie Middleware without ASP.NET Core Identity on Microsoft Docs
ASP.NET Core Cookie Middleware & Policy Based Authorization by Arif Yayalar
Introduction to Authentication with ASP.NET Core
Exploring the cookie authentication middleware in ASP.NET Core
A look behind the JWT bearer authentication middleware in ASP.NET Core
An introduction to OAuth 2.0 using Facebook in ASP.NET Core
An introduction to OpenID Connect in ASP.NET Core
Introduction to Authorisation in ASP.NET Core
Custom authorisation policies and requirements in ASP.NET Core
Modifying the UI based on user authorisation in ASP.NET Core
Resource-based authorisation in ASP.NET Core
Adding Cache-Control headers to Static Files in ASP.NET Core by Andrew Lock
Implement HTTP Cache (ETag) in ASP.NET Core Web API on StackOverflow
Configuring environment specific services for dependency injection in ASP.NET Core by Andrew Lock
Configuring environment specific services in ASP.NET Core - Part 2 by Andrew Lock
Self-contained .NET Core Applications by Scott Hanselman
Building DockNetFiddle using Docker and .NET Core by Daniel Jimenez Garcia
Painless Integration Testing with ASP.NET Core Web API by Mark Macneil
How to get ASP.NET Core logs in the output of xUnit tests by Gérald Barré
A mapping between project.json and csproj properties on Microsoft Docs
Building Single Page Applications on ASP.NET Core with JavaScriptServices by Jeffrey T. Fritz on MSDN
POST-REDIRECT-GET using TempData in ASP.NET Core by Andrew Lock
How to Send Email using .NET Core