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
/
C#
C# menu
C# Tutorial
A modern, type-safe language powering .NET applications, games and services.
Start the C# tutorial →
What you'll learn
1. C# Introduction
What C# is, how it relates to .NET, installing the .NET SDK, and top-level statements hello world.
2. C# Syntax and Variables
Value vs reference types, var, nullable reference types, string interpolation and control flow.
3. OOP in C#
Classes, records for immutable data, interfaces, inheritance, and properties with get/set and auto-properties.
4. Exception Handling in Depth
try/catch/finally, catching specific exception types, custom exceptions, and exception filters with when.
5. Advanced C#
LINQ queries and deferred execution, async/await with Task, generics, and delegates and events.
6. Collections and LINQ in Depth
List<T> and Dictionary<K,V> deep dive, GroupBy and Join, and deferred execution pitfalls.
7. Testing with xUnit
A complete xUnit test class, Assert.Throws, and data-driven tests with Theory and InlineData.
8. C# Interview Questions
Real C# interview questions and answers covering record vs class, value vs reference types, async/await and LINQ.