Posts tagged "Core"

3 articles on AJ's Tech Notes tagged with Core.

  1. Securing .NET Core Applications: A Guide to Modern Authentication and Authorization Patterns

    Meta Description: Learn how to secure .NET Core apps with modern authentication & authorization patterns. Explore best practices, OIDC, JWT, and role-based access control....

    By Ajith joseph · Sun Aug 24 2025 · #net #core #options #authentication #authorization

  2. Entity Framework Core 9: New Features and Performance Boosts You Need to Know

    Meta Description: Discover Entity Framework Core 9's latest features, performance improvements, and optimizations to enhance your .NET development workflow....

    By Ajith joseph · Thu Aug 21 2025 · #performance #core #query #new #features

  3. Understanding the Request Pipeline in ASP.NET Core: A Step-by-Step Guide

    Learn how the ASP.NET Core request pipeline works, its middleware components, and how to customize it for optimal performance and functionality.

    By Ajith joseph · Sat Aug 16 2025 · #middleware #request #pipeline #core #app