Core .NET
C# Fundamentals
Essential syntax, data types, control flow, and object-oriented programming concepts in C#.
View Details.NET Core Basics
Key features, project structure, and common commands for .NET Core development.
View DetailsAsync/Await Patterns
Understanding and implementing asynchronous operations with async and await.
View DetailsWeb Development (.NET)
ASP.NET Core MVC
Core concepts, routing, controllers, views, and model binding in ASP.NET Core MVC.
View DetailsASP.NET Core Web API
Building RESTful services with ASP.NET Core, including routing, controllers, and HTTP verbs.
View DetailsData Access
Entity Framework Core
Common operations, querying, and migrations with Entity Framework Core.
View DetailsADO.NET Essentials
Working with databases using ADO.NET: connections, commands, and data readers.
View Details