SYLLABUS OUTLINE
1) Module -1: Introduction To C#.Net
- a) History of .Net
- b) .Net Definition
- c) .Net Benefits over Java
- d) Assignments
- e) Mock Interview Questions
- a) Net with different languages
- b) .Net Features
- c) Introduction to Assemblies
- d) CLR
- e) BCL
- f) .Net Framework Architecture
- g) CTS
- h) MSIL
- i) JIT Compilers
- j) COM
- k) Web Services
- l) Assignments
- m) Mock Interview Questions
- a) Simple .Net Program
- b) Variables
- i) Pre-Defined Data Type
- ii) Derived Data Type
- iii) User Defined Data Type
- iv) Assignments
- d) Mock Interview Questions
- a) Boolean Data Type
- b) Integrals
- c) Floating and Decimal
- d) Strings
- e) Unary Operators
- f) Binary Operators
- g) Assignments
- h) Mock Interview Questions
- a) Single Dimension
- b) Multi Dimension
- c) Jagged Arrays
- d) Assignments
- e) Mock Interview Questions
- a) Value Type
- b) Reference Type
- c) Importance of Boxing and Unboxing
- d) Assignments
- e) Mock Interview Questions
- a) If Statement
- i) If-Else Statement
- ii) Nested If-Else Statement
- b) Switch Statement
- c) While
- d) Do While
- e) for loop
- f) for-each loop
- g) Assignments
- h) Mock Interview Questions
- a) Function Parameters
- b) Call-By-Value
- c) Call-By-Ref
- d) Static Function
- e) Assignments
- f) Mock Interview Questions
- a) Introduction To Structures
- b) Difference Between Structures and Classes
- c) Enum Definition
- d) Assignments
- e) Mock Interview Questions
- a) Constructors and Destructors
- b) Abstraction
- c) Encapsulation
- d) Constructor OverLoading
- e) Private Constructors
- f) Constructor Chaining
- g) Static Constructors
- h) Assignments
- i) Mock Interview Questions
- a) Single Inheritance
- b) Multi Level Inheritance
- c) Hierarchical Inheritance
- d) Assignments
- e) Mock Interview Questions
- a) Abstract Classes
- b) Interfaces
- c) Differences Between abstract Classes and Interfaces
- d) Multiple Inheritance
- e) Static Polymorphism
- f) Dynamic Polymorphism
- g) Assignments
- h) Mock Interview Questions
- a) Unhandled Exceptions
- b) Handled Exceptions
- c) Finally Block
- d) Importance of Finally Block
- e) Assignments
- f) Mock Interview Questions
- a) Multiple Catch Blocks
- b) Generic Exceptions
- c) User Defined Exceptions
- d) Namespace
- e) Importance of Namespace
- f) Assignments
- g) Mock Interview Questions
- a) Forms
- b) Form Properties
- c) Login Program
- d) Mouse Events
- e) Assignments
- f) Mock Interview Questions
- a) Run Time Controls
- b) Design Time Controls
- c) Button Controls
- d) Text Boxes
- e) Rich Text Boxes
- f) List Boxes
- g) Link Label
- h) Check Boxes
- i) Radio Buttons
- j) Differences Between Check Boxes and Radio Buttons
- k) Group Boxes
- l) Combo Box
- m) Tree View Control
- n) Tool Tip
- o) Error Provider
- p) Context Menus
- q) Color Dialog Box
- r) Assignments
- s) Mock Interview Questions
- a) Working with Files
- b) StreamReader and StreamWriter Class
- c) Create A File and Read from it
- d) Open Dialog Box
- e) Assignments
- f) Mock Interview Questions
- a) Introduction To Database
- b) Object Model
- c) Types of Databases
- d) Architecture of Object Model
- e) Differences Between Connected Architecture and Disconnected Architecture
- f) Assignments
- g) Mock Interview Questions
- a) Disconnected Database Connection
- b) ADO.Net Data Architecture
- c) DataSet
- d) Data Provider
- i) SQL Data Provider
- ii) OLEDB Data Provider
- iii) Connection Object
- iv) Command Object
- v) DataReader Object
- e) DataAdapter
- f) Assignments
- g) Mock Interview Questions
- a) Connection To SQL Server with wizard
- b) Connection To SQL Server through code
- c) Adding data to the database through Front End
- d) Deleting data in the database through Front End
- e) Working with DataSets
- f) Assignments
- g) Mock Interview Questions
- a) IL Code
- b) Manifest
- c) Private Assemblies
- d) Global Assemblies
- e) Satellite Assembly
- f) Strong Name Key
- g) Global Assembly Cache
- h) Assignments
- i) Mock Interview Questions
- a) Function Pointers
- b) Usage of Delegates
- c) Deployment
- d) Assignments
- e) Mock Interview Questions
- a) Event Handler Mechanism in .Net Framework
- b) Invoking an Event
- c) GUI Event Handling in C#
- d) Application of an Event Handler
- e) Assignments
- f) Mock Interview Questions
- a) Understanding Generics
- b) Generic Types and Classes
- c) Generic Constraints
- d) Stacks
- e) Queues
- f) Linked List
- g) Sorting Collections
- h) Assignments
- i) Mock Interview Questions
- a) What is a Thread?
- b) Working With Multi-Threads
- c) Applications Of Multi-Threading
- d) Life Cycle of a Thread
- e) Thread Priority
- f) Assignments
- g) Mock Interview Questions
- a) Introduction
- b) Types of LINQ
- c) LINQ To Objects
- d) Assignments
- e) Mock Interview Questions
- a) Using Attributes
- b) Why Attributes
- c) Attribute Basic
- d) Attribute Parameters
- e) Assignments
- f) Mock Interview Questions