Learning Objectives: In this module, you will learn about Understand C#.NET program structure followed by writing programs, C#.NET compiler, Data types, Control structures, C#.NET built in classes, struct, etc., Console Application, Arrays in detail. Understand OOPs concepts and implementation using C#.NET. Understand how to handling exceptions, Working with .NET Concepts properties, indexers, delegates, Understand DataObjects in System.Data namespace.
Topics:
- C# Language Basics (Syntax, keywords, operators, data types).
- Importing Namespace.
- Create Console Application.
- Using Convert, String, DateTime, Arrays, etc in-detail OOPS in C#.NET.
- Create and Implement Class, Object, Method.
- Polymorphism Inheritance.
- Abstract Class.
- Interface.
- Exception Handling.
- Properties and Indexers.
- Delegates.
- Data Objects.