VB.NET/C# .NET Syllabus
VB.NET Basics
- Visual Studio basics
- .NET framework
- Developing Console
Application
- Entry point method
- Main.
- Command Line Parameters
- Compiling and Building Projects
- Language Basics
- Variables and Data Types
- String & StringBuilder.
- Boxing and Unboxing
- Operators
- Control Statements
- Arrays and Strings
- Functions
- Enum
- Constructors
- Essentials of Object-Oriented
Programming
- Object and Class Definition
- Understanding Identity,
State, and Behavior
- Using encapsulation to
combine methods and data in a single class
- Inheritance and
Polymorphism.
- Working with Classes and
Objects
- Adding Variables and Methods
- Properties and Indexers
- Constructors and Destructors
- Memory Management and
Garbage Collection
- Shared / Static Members
- Events and Delegates
- Anonymous Methods
- Partial Classes
- Operator Overloading
- Inner Classes
- Attributes and their Usage
- Inheritance, Interface and
Polymorphism
- Deriving classes
- Calling base class
constructor
- Overloading & Overriding
Methods
- Non-Inheritable Classes.
- Abstract Class
- Interface Inheritance
|
Advance Language
Features and Base Class API
- Working
With Collections
- List and Dictionary
- ArrayList and HashTable
- Generic Classes
- IComparable and Sorting.
- IEnumerable and IEnumerator
- Exception
Handling
- Handling Exceptions using
try and catch
- Raising Exceptions using
throw
- Pre-defined Exception
classes
- Custom Exception classes
- Using Statement
- Byte Streams
- Readers and Writers.
- Binary Streams
- Console and File I/O
- Serialization &
Deserialization
- Working
with Components / Assemblies
- Creating a Simple .NET
Framework Component
- Private and Shared Assemblies
- Singing Assemblies with
Strong Names
- DLL Hell
- Side-by-side versioning
- Deploying .NET Assemblies in
Global Assembly Cache
- Multithreading
- Introduction
- Application Domains
- Creating and Managing
Threads
- Threads Priority
- Thread States
- Thread Synchronization &
Inter-thread Comm.
- Using Monitor.
- Data
Access using ADO.NET
- ADO.NET Concepts and
Overview
- Working with Connection,
Command, DataReader
- Working with Prepared
Statements and Stored Procedures.
- Working with DataSet
- Adding, Deleting and
Modifying records in a Dataset
- Data Tables, Data Columns
and DataRows , Constraints
- Wording with DataGridView.
|
Comments
Post a Comment