Get In Touch
Overview of Microsoft .Net 3.5
- Concept of Microsoft .Net Framework(2.0,3.0,3.5)
- 2- Tier, 3-Tier and N-Tier Asp.Net
- Platform Requirements
- Components of .Net Framework (CCR,CTS,CLS)
- JIT (Just-In- Time) complier
Data Type, Syntax, Loop and Operators
- Value Type, Reference Type
- About Heap and Stack Memory
- Operators & Keywords
- Syntax of C#
- Control Structure and Loops
- Boxing and Unboxing
- Introduction to Array
Fundamental of Classes and Object
- Constructor and Destructor
- Type of classes
- Method declaration and its type
- Method and Constructor Overloading
- Property Declaration and Types
- Object Creation
- Namespace Mechanism
Property
- About Getter and Setter Method of Property
- Implementation of Property
- Type of Property
- Property
Inheritance
- Type of Inheritance
- Implementation of Different Inheritance
- Method Overloading, Method Hiding and
Virtual Function
- Using of Base Keyword
- Sealed Class and Method
- Abstract classes and Methods
- Concrete versus abstract classes
- Class Access Modifier
Interface
- Declaration of Interface
- Interface versus Abstract class
Structure
- Declaration of structure
- Structure versus Class
- Structure and Inheritance
- Constructor of Structure
Arrays
- One dim Array
- 2 dim array
- Multi dim array
- Jagged Array
- Array class and its property
Generic Collection
- Overview of Collections
- Arrays versus Collections
- Different Collection Classes and
Their Property
- Array List
- Hash Table
- Sorted List
- Stack
- Queue
- Bit Array
- Collection Versus Generic Collection
File Handling
- File Class
- Stream Reader and Stream writer
- Binary Reader and Binary Writer
- Reading and writing File
Exceptions Handling
- Error Versus Exception
- Exception Classes
- Handling Exception
- Using Try, Catch, Finally Block
- Throw Exception