10

Lessons

31h

Duration

English

Language

OBJECTIVEs:

Course features:

PRE-REQUISITES:

Learning Path

  • Overview of .NET framework architecture
  • Common Language Runtime (CLR) and Common Type System (CTS)
  • Introduction to .NET languages (C#, VB.NET)
  • Basics of C# syntax and structure
  • Data types, variables, and constants
  • Control flow statements (if-else, switch)
  • Classes and objects
  • Encapsulation, inheritance, and polymorphism
  • Constructors and destructors
  • Arrays, Lists, and Dictionaries
  • Introduction to generics in C#
  • Handling exceptions using try-catch-finally
  • Custom exceptions
  • Reading and writing files
  • Working with streams in C#
  • Creating a basic Windows Forms application
  • Event-driven programming in Windows Forms
  • Overview of ASP.NET Core framework
  • Building a simple web application using ASP.NET Core
  • Connecting to databases using ADO.NET
  • Executing SQL commands and retrieving data
  • Basics of LINQ (Language Integrated Query)
  • Querying collections using LINQ