Course Overview
Course Content
- 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.
- Hands-On
- Ado.NET Architecture and ADO.NET Library
- Creating and Establish database connectivity
- Connection vs Disconnection Model
- CRUD operations using Connection Oriented Model with SqlCommand and SqlDataReader
- Navigation of data in data objects using Disconnection oriented model with SqlDataAdapter DataSet, DataTable, etc
- Hands-On