C-Sharp: Master C# in 30 Hours for just ₹4999
Trained by working IT professionals from leading companies
30 HOUR C-SHARP SYLLABUS
Learn modern C# step by step using Visual Studio. Start with language fundamentals—syntax, variables,
data types, operators, control flow, loops, and arrays—then master OOP (classes, objects, constructors,
inheritance, polymorphism, abstraction, encapsulation). Work with collections, strings, math and DateTime,
handle exceptions, files, and databases. Go further with delegates, lambda expressions, LINQ, and threads.
A solid, hands-on foundation to build real-world C# applications.
Fee: ₹4999
Training Mode: Instructor-led live class
Duration: 30 hours
Next Batch: Loading...
What you will learn from this course?
- C-Sharp
- Introduction
- Visual Studio Installation
- Features of C#
- Structure of a C# Program
- Variables & Data Types
- Variables
- Rules to Declare Variables
- Data Types
- Nullable Types
- Enumeration Types
- Dynamic Types
- Type Casting (with examples)
- Operators
- Arithmetic Operators
- Assignment Operators
- Comparison Operators
- Relational Operators
- Logical Operators
- Control Flow
- Conditional Statements in C#
- Methods
- Loops
- Arrays
- Single Dimensional Array
- Two-Dimensional Array
- Multi-Dimensional Array
- Jagged Array
- Anonymous type arrays
- Core Libraries
- String Handling
- Math Functions
- DateTime functions
- Collections
- Generic & Non-Generic Collections
- ArrayList()
- List<T>
- SortedList<TKey, TValue>
- Dictionary<TKey, TValue>
- Hashtable
- Stack
- Queue
- Tuple
- HashSet
- LinkedList
- SortedSet
- OOPS (Object Oriented Programming)
- OOP Concepts
- Class
- Objects
- Constructor
- Inheritance
- Polymorphism
- Abstraction
- Encapsulation
- Exception Handling
- try { }
- catch( ) { }
- finally { }
- throw
- IO & Data
- File Handling
- Database Operations
- Advanced C#
- Delegates
- Lambda Expressions
- LINQ
- Threads