|
|
Title |
Duration |
|
|
|
|
00:42:40 |
|
|
|
|
01:03:18 |
|
|
|
|
00:41:41 |
|
|
|
Object Oriented Programming Primer
Freshen up on the basics of Object Oriented Programming -- OOP is the foundation of a well architected application, see the new graphical tools Visual Studio has to simplify modeling our application infrastructure.
|
00:49:04 |
|
|
|
Creating and Using Generics
Standardize code by creating and using Generics -- learn about a significant new feature to the .NET 2.0 framework. Generics allow us to improve performance, reduce code and increase flexibility by "generalizing" our code classes.
|
00:24:32 |
|
|
|
Manipulating Text
Manipulate various forms of textual data -- search, extract, format, twist and turn string-based objects and their data using different technologies and techniques.
|
00:42:17 |
|
|
|
Implementing I/O Functionality
Implement input/output operations on the file system -- learn how to create, edit and manipulate files along with their content using different I/O techniques.
|
00:39:27 |
|
|
|
Implementing Serialization
Implement serialization operations on objects -- understand how and why we use serialization to simplify persisting object state.
|
00:33:33 |
|
|
|
Implementing Threading
Implement threaded application operations -- learn how to build multi-threaded applications to enhance user-friendliness and improve performance through asynchronous operations.
|
00:45:09 |
|
|
|
Handling Exceptions
Handle application bugs and potential issues -- learn how to use structured exception handling to trap expected and unexpected errors so we can make decisions on how the application reacts.
|
00:35:46 |
|
|
|
Integrating Diagnostics
Integrate diagnostic tools and functionality -- trace code paths to monitor performance and troubleshoot application issues.
|
00:43:10 |
|
|
|
Data Access with ADO.NET
Implement input/output operations on a database -- use ADO.NET 2.0 to read, write and manipulate data from a SQL Server database all while using a WinForms application to interact with the data.
|
00:56:02 |
|
|
|
Working with Assemblies
Work with assembly files and assembly metadata -- see the role and makeup of assemblies in .NET 2.0 and how we can tweak them to fit our application needs.
|
00:41:15 |
|
|
|
Working with Reflection
Work with reflection classes -- see how and why we use reflection to dynamically work with our objects and code to save time.
|
00:32:17 |
|
|
|
Interoperating with Legacy Code
Interoperate with code constructed in older technologies -- learn how to Work with code and applications that were built with COM based languages prior to the .NET framework.
|
00:19:27 |
|
|
|
Building Windows Services
Build Windows serviced applications -- see a real world example of how to build, install and update a Windows service application and also how to interact with a continuously running application.
|
00:43:07 |
|
|
|
Application, User and Data Security
Work with the .NET security architecture -- understand the different layers of security and how to use them in the .NET 2.0 framework, we'll cover everything from code security to data encryption.
|
00:49:51 |
|
|
|
Using .NET Mail
Using .NET SMTP Mail -- see how to use the new email features of .NET 2.0 by creating and sending secure SMTP based email and using alternate views to support a wide variety of email clients.
|
00:34:52 |
|
|
|
Deploying Applications
Deploy .NET applications for installation -- see the different methods used for creating setups and deploying applications to a production environment, you'll see the new ClickOnce deployment technology and features new to the .NET 2.0 framework.
|
00:31:21 |
|
|
|
Sample Application Overview - GoogleIT!
An overview of the sample GoogleIT! WinForms application -- A run through of the sample .NET 2.0 application written in VB.NET, see concepts and techniques we've covered in this exam pack and much more wrapped into a working example.
|
00:38:28 |