Microsoft .NET tutorials
Learn C# and ASP.NET with Free, Practical Tutorials
AspDotnetHelp.com has 190+ step-by-step tutorials on C#.NET, ASP.NET, .NET Core and Visual Studio, each with working code and real examples. Start with the basics, practice with real programs, or get ready for your next .NET interview.
C# tutorials ASP.NET tutorials
- 190+Free tutorials
- 18+ yearsHands-on .NET experience
- Since 2007Building with ASP.NET & C#
Browse by technology
C#.NET, ASP.NET, .NET Core & Visual Studio Tutorials
Pick a technology to see every tutorial in it, newest first.
-
179 tutorials
C#.NET
Syntax, OOP, collections, strings, files and practice programs.
View C#.NET tutorials -
9 tutorials
ASP.NET
GridView, OTP generation, jQuery popups, Log4Net and web apps.
View ASP.NET tutorials -
5 tutorials
Visual Studio
Install and set up VS Code, workspaces, console apps and Git.
View Visual Studio tutorials -
2 tutorials
.NET Core
.NET Core interview questions for freshers and experienced developers.
View .NET Core tutorials
Learn C# step by step
C# Tutorials by Topic, From Basics to Interviews
Each topic starts with one main tutorial, followed by the related lessons developers look for most.
Start here
What Is C#.NET? The Language and Its Ecosystem
Where C# fits in .NET, what you can build with it, and the building blocks every program uses.
Control flow
For Loop in C# with Practical Examples
Repeat code, make decisions and handle errors so your programs behave the way you expect.
Object-oriented C#
OOPS Concepts in C# with Real Examples
Classes, objects and the four pillars of object-oriented programming, explained with real code.
Beyond the basics
Delegates in C# with Real-Time Example
Delegates, events and other language features you will meet in real projects and interviews.
Collections
C# Array with Examples
Store and work with groups of values using arrays, lists, dictionaries and hashtables.
Strings
String vs StringBuilder in C#
Build, search, trim and reverse text the right way, with an example for every common task.
Files & Windows Forms
Folder Browser Dialog in C#
Create, browse and clean up files and folders, and build small Windows Forms desktop apps.
Practice programs
Write a C# Program to Print Fibonacci Series
Sharpen your logic with classic beginner programs, each with full code and sample output.
Interview prep
Top 51 C# Interview Questions for Freshers
Get ready for C# and .NET Core interviews with questions grouped by experience level.
Quick answers
How Do I… in C#? Common Coding Tasks
Short, focused answers to the everyday C# questions developers search for.
Conversions
Strings
Arrays
Naming conventions
Reader favorites
Popular ASP.NET & C# Tutorials
- Generate a One Time Password (OTP) in ASP.NETASP.NET
- GridView in ASP.NETASP.NET
- Implement Log4Net in an ASP.NET Core ApplicationASP.NET Core
- How to Use a jQuery Modal Popup in ASP.NETASP.NET
- Create a SOAP API Request with Username Token in .NETWeb services
- 75 C# Interview Questions for Experienced ProfessionalsInterview
- Try Catch in C#: Exception Handling with ExamplesC# basics
- How to Use Dictionary in C# with ExampleCollections
- How to Convert String to DateTime in C#Conversions
- How to Create a GUID in C#.NETC# how-to
- Generate Random Numbers in a Range Without RepeatingC# how-to
- Hide Minimize, Maximize and Close Buttons in Windows FormsWindows Forms