Skip Navigation Links

Course Length:
5 Days
Course Description:
This five-day instructor-led course enables developers who are migrating from a different development language, an earlier version of Visual Basic .NET or Visual C#, or who have completed entry-level training and experience using Microsoft Visual Studio 2005, to gain in-depth guidance on programming the Microsoft .NET Framework versions 2.0 and 3.0 with Visual Studio 2005.
Who Should Attend:
The target audience for this course is developers who already have professional programming experience in C, C++, earlier versions of Visual Basic .NET or Visual C#, Java, or another programming language, and who plan to use Visual Studio 2005 to develop enterprise business solutions.
Benefits of Attendance:
Upon completion of this course, students will be able to:
  • Describe the .NET Framework.
  • Create applications with Visual Studio 2005.
  • Describe Visual Basic .NET and Visual C# language and syntax features.
  • Use essential object-oriented programming features.
  • Use advanced object-oriented programming features.
  • Explain security in the .NET Framework.
  • Access data by using ADO.NET.
  • Build Windows Presentation Foundation applications.
  • Describe distributed applications, and create distributed applications with Windows Communication Foundation.
  • Monitor .NET Framework applications by using instrumentation.
  • Compile, test, and deploy .NET Framework applications.
  • Interoperate with unmanaged code (optional).
  • Describe software design and development (optional).
Prerequisites:
Before attending this course, students must have professional experience with programming in C, C++, earlier versions of Visual Basic or C#, Java, or another programming language. Students must also have familiarity with the Microsoft .NET Framework strategy and the .NET Framework versions 2.0 and 3.0.
Course Outline:
  • Overview of the Microsoft .NET Framework
    1. Introduction to the .NET Framework
    2. .NET Framework 3.0 Technologies
    3. Lab 1: (There is no lab for this module)
  • Creating Applications with Visual Studio 2005
    1. Introduction to Visual Studio 2005
    2. Managing Solutions and Projects
    3. Managing the Integrated Development Environment
    4. Writing Code with Visual Studio 2005
    5. Lab 2: Creating Applications with Visual Studio 2005
    6. Creating a Windows Forms Application by Using Visual Studio 2005
    7. Locating and Fixing Errors by Using the Error List Window
    8. Creating and Using Code Snippets
  • Examining Language and Syntax Features
    1. Syntax Basics
    2. Language Enhancements
    3. Lab 3: Examining Language and Syntax Features
    4. Using Essential Language Constructs
    5. Handling Run-Time Errors
    6. Using Generic Collection Classes
  • Essentials of Object-Oriented Programming
    1. Object-Oriented Programming Concepts
    2. Defining a Class
    3. Creating a Class Instance
    4. Lab 4: Essentials of Object-Oriented Programming
    5. Creating a SalesPerson Class
    6. Creating and Using a SalesPerson Instance
  • Advanced Object-Oriented Programming
    1. Advanced Object-Oriented Programming Concepts
    2. Implementing Inheritance
    3. Defining and Implementing Interfaces
    4. Creating and Using Delegates and Events
    5. Lab 5: Advanced Object-Oriented Programming
    6. Creating a Base Class
    7. Creating Derived Classes
    8. Implementing an Interface
    9. Defining and Using Delegates and Events
  • Security in the .NET Framework
    1. Security Overview
    2. Implementing Code Access Security
    3. Implementing Role-Based Security
    4. Using Cryptographic Services
    5. Lab 6: Security in the .NET Framework
    6. Implementing Code Access Security
    7. Implementing Role-Based Security
  • Accessing Data by Using ADO.NET
    1. Overview of Data Access
    2. Reading and Writing Relational Data
    3. Reading and Writing XML Data
    4. Lab 7: Accessing Data by Using ADO.NET
    5. Creating and Running Simple Commands
    6. Creating and Running Query Commands
    7. Binding Data to Controls in a Form
    8. Reading and Writing a DataSet as XML Data
  • Building Windows Presentation Foundation Applications
    1. Introduction to Windows Presentation Foundation
    2. Introduction to XAML
    3. Programming Windows Presentation Foundation Applications
    4. Lab 8: Building Windows Presentation Foundation Applications
    5. Creating a Windows Presentation Foundation Application
    6. Implementing the Code-Behind for the Application
    7. Testing the Application
  • Creating Distributed Applications
    1. Overview of Distributed Applications
    2. Creating and Consuming XML Web Services
    3. Building Windows Communication Foundation Services and Clients
    4. Lab 9: Creating Distributed Applications
    5. Creating and Consuming an XML Web Service
    6. Building a Windows Communication Foundation Service
    7. Building a Client for a Windows Communication Foundation Service
  • Monitoring .NET Framework Applications by Using Instrumentation
    1. Introduction to Instrumentation
    2. Code Tracing and Debugging
    3. Performance Counters
    4. Event Logs
    5. Lab 10: Monitoring .NET Framework Applications by Using Instrumentation
    6. Adding Tracing to an Application
    7. Testing the Tracing Statements
    8. Adding Event Logging to an Application
  • Compiling, Testing, and Deploying .NET Framework Applications
    1. Introduction to Assemblies
    2. Overview of the Microsoft Build Engine (MSBuild)
    3. Testing .NET Framework Applications
    4. Deploying .NET Framework Applications by Using ClickOnce
    5. Deploying .NET Framework Applications by Using Windows Installer
    6. Lab 11: Compiling, Testing, and Deploying .NET Framework Applications
    7. Delay Signing a Component Assembly
    8. Creating a Merge Module Project
    9. Deploying an Application by Using Windows Installer
    10. Installing and Testing the Application
  • Interoperating with Unmanaged Code (Optional)
    1. Overview of Interoperability
    2. Calling Unmanaged Functions by Using Platform Invoke
    3. Calling COM Objects from Managed Code
    4. Lab 12: Interoperating with Unmanaged Code
    5. Calling a Windows API from Managed Code
    6. Calling a COM Object from Managed Code
  • Software Design and Development (Optional)
    1. Introduction to the Software Development Life Cycle
    2. Introducing the Microsoft Solutions Framework
    3. Developing Applications with the Capability Maturity Model Integration
    4. Introducing Agile Software Development
    5. Lab 13: Software Design and Development
    6. Managing a Software Development Process
    7. Discussion