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
/
.NET
.NET menu
.NET Tutorial
Microsoft's cross-platform runtime for building modern applications with C#.
Start the .NET tutorial →
What you'll learn
1. .NET Introduction
What .NET is, the CLR, JIT and BCL, plus the difference between .NET Framework, .NET Core and modern .NET.
2. C# & .NET Project Basics
Project structure, the .csproj file, NuGet packages, and how the C# language relates to the .NET platform.
3. Dependency Injection in .NET
The built-in DI container, constructor injection, and the real difference between Singleton, Scoped and Transient.
4. Testing with xUnit
A complete xUnit test class with [Fact] and [Theory], and mocking dependencies with Moq.
5. Performance & Memory Management
Value vs reference types for performance, Span<T> for allocation-free slicing, and GC generations conceptually.
6. .NET Interview Questions
Commonly asked .NET interview questions with clear, practical answers.