8" :class="scrolled && 'is-scrolled'">
NOA
Labs
Tutorials
Courses
Skill Forge
Explore
Labs
Hands-on live sessions
Mentors
Meet the senior engineers
Projects
Real portfolio-ready builds
Talent Directory
Public student profiles
Mock Interview
Practice with real feedback
ATS Resume Checker
Free instant resume scoring
Search docs
Ctrl K
Login
Join Free
Artificial Intelligence
LangChain
LLMs
Machine Learning
Prompt Engineering
RAG (Retrieval-Augmented Generation)
AJAX
GraphQL
Apache Kafka
Microservices
Node.js
RabbitMQ
REST API
WebSockets
Algorithms
Data Structures
Angular
Bootstrap
CSS
HTML
jQuery
Next.js
Nuxt.js
React
Svelte
Tailwind CSS
Vue.js
ASP.NET Core
Django
.NET
Entity Framework Core
FastAPI
Flask
Gin
gRPC
Hibernate
Laravel
NestJS
Spring
Spring Boot
Spring Cloud
Spring Data JPA
Spring MVC
Spring Security
AWS
Azure
CI/CD
Docker
Git
Kubernetes
Linux
Nginx
Terraform
C
C++
C#
Dart
Go
Java
JavaScript
Kotlin
PHP
Python
Ruby
Rust
Swift
TypeScript
Database Design
MongoDB
MySQL
Oracle Database
PostgreSQL
Redis
SQL
System Design
↑↓ navigate
↵ open
esc close
Tutorials
/
ASP.NET Core
ASP.NET Core menu
ASP.NET Core Tutorial
Building web apps and APIs on .NET — middleware, MVC, minimal APIs and DI.
Start the ASP.NET Core tutorial →
What you'll learn
1. ASP.NET Core Introduction
What ASP.NET Core is, the middleware pipeline, and the minimal hosting model in Program.cs.
2. Building a Web API
A complete example using both minimal APIs and controller-based [ApiController] routing.
3. Middleware & Configuration
Writing custom middleware, appsettings.json, IConfiguration, and environment-specific config.
4. Authentication & Authorization In Depth
Cookie auth vs JWT bearer auth, [Authorize] with roles and policies, and a complete example.
5. Production Deployment & Hosting
Kestrel behind Nginx/IIS, environment-based configuration, and health check endpoints.
6. ASP.NET Core Interview Questions
Commonly asked ASP.NET Core interview questions with clear, practical answers.