.Net Framework
- What is .NET Framework?
- Component of .NET – CLR and Library
- Introduction to Visual Stdio.NET
C# Language
- C# Language elements
- Object oriented programming with C# - Encapsulation, Inheritance, Polymorphism
- Properties and indexers
- Automatically implemented properties
- Interfaces, Structures, Enumeration
- Assemblies, Namespaces and Access specifiers
- Partial classes
- Partial methods
- Exception Handling
- Operator overloading
- Conversion operators
- Extension methods
- Delegates
- Lamda expressions
- Events
- Generic classes and methods
- Dynamic lookup
- Multithreading
- Creating Attributes
Windows Applications
- What is a windows application?
- Using Textbox, Button, CheckBox, RadioButtons
- Using ComboBox, GroupBox etc.
- Event handling
- Handling mouse and keyboard events
- Using menus and multiple windows
.NET Library
- Standard types such as Object, String, StringBuilder, DateTime etc.
- IO Streams – Stream, FileStream, StreamReader, File, Directory etc.
- Serialization of Objects
- Collection Classes – ArrayList, HashTable etc.
- Generic based collections – List, Dictionary etc.
- Network classes – TCPListener etc.
- Reflection – Type, Assembly etc.
Advanced .Net
- Structure of Assembly
- Creating class libraries – Private assembly
- Creating Global assemblies and GAC
- Building distributed application using .Net Remoting
- Building distributed application using WCF
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.