Module 01 - Framework Fundamentals
.
Framework Fundamentals
Value Types
User-Defined Types
Enumerations
Common Reference Types
Reference and Value Types
Built-in Reference Types
Arrays and Streams
Throw and Catch Exceptions
Constructing Classes
Interface
Process Diagrams
Demo - Fundamentals
Demo - Type Conversion
Demo - Safe Conversion
Module 1 Review
Module 02 - Input/Output (I/O)
Input/Output (I/O)
Converting Types
Navigating the File System
Reading and Writing Files
Compressing Streams
Isolated Storage
Demo - File I/O
Demo - File System Watcher
Demo - Binary Read and Write
Demo - Memory Stream
Demo - Compress and Decompress
Demo - Isolated Storage
Module 2 Review
Module 03 - Searching, Modifying, and Encoding Text
Searching, Modifying, and Encoding Text
Regular Expressions
Limitations
RegExp
Encoding & Decoding
Formats
System.Text Namespace
Demo - Regular Expressions
Demo - Encoding and Decoding
Module 3 Review
Module 04 - Collections and Generics
Collections and Generics
Collections
Collection Types
Sequential Lists
Working Dictionary
Generic Collections
Demo - Collections
Demo - Objects and Generics
Module 4 Review
Module 05 - Serialization
Serialization
Deserializing
Implementation
Serializable Attributes
Guidelines
XML Serialization
Limitations
Demo - Dictionary and Serialization
Demo - Serialization
Module 5 Review
Module 06 - Graphics
Graphics
System.Drawing Namespace
Graphics
Classes
Structures
Drawing lines and Shapes
Working with Pens
Methods
Images
Icons
Bitmaps
Text
Text Formatting
StringFormat Class
Formatting
Demo - Graphics
Module 6 Review
Module 07 - Threading
Threading
System.Threading Namespace
Main Thread
Threading Process
Thread Priority Enumerations
ParameterizedThreadStart
Stopping Threads
Critical Region
Run Method
Share and Lock Data
Thread State Diagram
Demo - Threads
Module 7 Review
Module 08 - Application Domains and Services
Application Domains and Services
Application Domain
userName
Isolate Tasks
Implementation
Loading Assemblies
Configure Application Domains
Application Domain Security
Application Domain Properties
Demo - Application Domain
Module 8 Review
|