1-877-WEBUCATE
(1-877-932-8228)
info@webucator.com
 

"I was looking for an intensive Photoshop course on-line and am so happy that I found your site & Web..." More quotes

Microsoft Training
Java Training
XML Training
Database & SQL Training
PHP, Perl, ASP, Groovy, Grails, Ruby on Rails Training
HTML, JavaScript, Ajax & CSS Training
Adobe CS3 Training
◊ ONLINE VISUAL BASIC 2005 TRAINING

Save money by buying series in packages. This course series is included with the following package:

Packages include 24/7 access to subject matter experts.

Of course, you can buy this Visual Basic 2005 series individually as well. Just click on the "Register Now" button below.

Overview | Catalog | Benefits | FAQs | Try Free Course | Buy | Log in | Support

Online Visual Basic 2005 Training

Only $99.95
12-month subscription

This series introduces learners to the Microsoft .NET programming environment and teaches how to develop productive, useful applications with the new Visual Basic 2005 programming language, leveraging your existing knowledge of Visual Basic and applying that knowledge to the .NET environment.

Visual Basic 2005 Series (7 hours, 37 minutes)

ONLINE Visual Basic 2005 TRAINING FEATURES

  • Learn Visual Basic 2005 online with these interactive online Visual Basic 2005 courses.
  • Affordable Pricing (Only $99.95 for the complete series)
  • A full year to complete the Visual Basic 2005 courses
  • Retake the Visual Basic 2005 courses as many times as you like
  • Measure your progress with assessment tests after each course
  • Earn completion certificates after passing each assessment test

1. .NET Platform Architecture

Time: 0 hours, 44 minutes
This course provides an overview of the Visual Basic 2005 programming language, architecture and platform.

Objectives

  • Describe the remaining topics in the course
  • Describe an overview of the evolution of the .NET Platform
  • Describe and highlight key features of .NET from a developer's perspective

Topics

  • Organization of courses and preview of topics
  • Evolution of the .NET platform
  • .NET language features

2. Managed Type Fundamentals

Time: 1 hours, 6 minutes
This course provides information on how Visual Basic 2005 creates and manages data types, and how it maps those data types to an underlying common type system used by the .NET platform.

Objectives

  • Describe the Common Type System
  • Explain the mapping between Visual Basic 2005 types and the CTS
  • Define the workings of Visual Basic 2005 types
  • Describe how to navigate Visual Basic 2005 types
  • Create, recognize, and work with accessors
  • Create, recognize and work with indexers
  • Create, recognize and work with instance members
  • Create, recognize and work with static members
  • Create, recognize and work with interfaces
  • Create, recognize and work with base and derived classes

Topics

  • Common type system
  • Type navigation
  • Accessors and indexers
  • Instance members, static members and interfaces
  • Base and derived classes

3. Objects, Values, and Memory

Time: 0 hours, 53 minutes
This course provides information on how Visual Basic 2005 works with objects and values, and how those underlying objects and values are mapped to memory.

Objectives

  • Describe reference and value data types
  • Explain the mapping between Visual Basic 2005 types and the CTS
  • Define and use variables in Visual Basic 2005
  • Define and use parameters in Visual Basic 2005
  • Define and use fields in Visual Basic 2005
  • Explain how and when Visual Basic 2005 does cloning
  • Explain the differences between shallow and deep cloning
  • Define boxing and unboxing
  • Create, recognize and work with namespaces
  • Describe when garbage collection will be performed

Topics

  • Reference and value data types
  • Variables, parameters, and fields
  • Cloning and boxing
  • Namespaces and garbage collection

4. Reflection and Attributes

Time: 0 hours, 39 minutes
This course provides information on how Visual Basic 2005 works with attributes and reflection, how to create and work with custom attributes, and how to use binding flags to instantiate types from assemblies.

Objectives

  • Describe reference and value data types
  • Explain the mapping between Visual Basic 2005 types and the CTS
  • Define how reflection is used in Visual Basic 2005
  • Explain how to use reflection to search assemblies in Visual Basic 2005
  • Describe how to inspect type information in assemblies in Visual Basic 2005

Topics

  • Attributes
  • Reflection

5. Delegates and Events

Time: 0 hours, 37 minutes
This course provides information on how Visual Basic 2005 works with events, the behind-the-scenes delegate-handling mechanism, how delegates are used to work with events, and how programmers can use delegates to integrate their own events with the Windows event-handling mechanism.

Objectives

  • Define delegates
  • Explain the advantages, benefits and use of delegates
  • Describe how events are used in the .NET platform
  • Explain how delegates are used in Visual Basic 2005 to respond to events
  • Define how to create and work with delegates and events together

Topics

  • Delegates
  • Events

6. Asynchronous Execution

Time: 0 hours, 45 minutes
This course provides information on how Visual Basic 2005 works with threads and thread pooling, how to perform synchronous and asynchronous task execution using threads, how to marshal (pass) data across threads, and how to synchronize data across threads.

Objectives

  • Explain the benefits of threading in .NET
  • Define thread classes and thread pool classes in .NET
  • Describe threading methods in .NET
  • Describe how data are marshaled across threads in Visual Basic 2005
  • Explain how threads are pooled in Visual Basic 2005
  • Describe how to create and work with delegates and events together
  • Explain synchronous and asynchronous execution in Visual Basic 2005

Topics

  • Thread benefits, classes and methods
  • Thread data movement and pooling
  • Thread execution and synchronization

7. Assemblies

Time: 0 hours, 58 minutes
This course provides information on how Visual Basic 2005 works with assemblies, how to deploy them to the Global Assembly Cache (GAC), how to generate strong names for assemblies, and how to implement version and publisher policies for assemblies.

Objectives

  • Describe the fundamentals of assembly naming, loading and name resolution.
  • Explain how data are marshaled across threads in Visual Basic 2005
  • Explain how threads are pooled in Visual Basic 2005
  • Describe how to create and work with delegates and events together
  • Explain how to deploy assemblies
  • Define the implications of private assembly deployment
  • Explain the usage of the Global Assembly Cache (GAC)
  • Describe synchronous and asynchronous execution in Visual Basic 2005

Topics

  • Types, resolution and names
  • Encryption and keys
  • Deployment and the GAC
  • Version and publisher policies

8. Windows Forms

Time: 0 hours, 45 minutes
This course provides information on how Visual Basic 2005 eases the creation of Windows forms and custom controls, and how Windows eases the creation of threads and messages.

Objectives

  • Describe the fundamentals of creating custom Windows Forms
  • Explain how to design custom controls in Visual Basic 2005
  • Explain how inheritance simplifies design in Visual Basic 2005
  • Describe how to create and work with delegates and events together
  • Define how threads and messages are used to update custom forms and controls

Topics

  • Custom forms
  • Custom controls
  • Threads and messages

9. Code Access Security

Time: 1 hours, 10 minutes
This course provides information on how Visual Basic 2005 code interacts with the .NET code access features, how to create and modify code access security policies, and the differences between evidence-based and role-based security.

Objectives

  • Define the fundamentals of mobile code access issues
  • Describe access code security issues
  • Describe managed code issues
  • Explain how "evidence" works in code security
  • Describe how to design custom controls in Visual Basic 2005
  • Describe how inheritance simplifies design in Visual Basic 2005
  • Define how to create and work with delegates and events together
  • Explain how an administrator can create a permission set
  • Explain how to use a permission set to enforce a security policy
  • Describe how to write code that can be safely run in multiple locations
  • Describe how to write code that can interact with varying security policies

Topics

  • Custom forms
  • Code permissions
  • Enforcing security
  • Writing mobile code
home - onsite classes - instructor-led online courses - self-paced online courses - why webucator - partners - contact - sitemap
© 2008 Webucator. All rights reserved. info@webucator.com | Toll Free: 877-WEBUCATE (877-932-8228) | From Outside the USA: 315-849-2724 | Fax: 315-410-5320
Phoenix, AZ | Santa Clara, CA | Santa Clara, CA | Los Angeles, CA | Sacramento, CA | Washington, DC | Atlanta, GA | Chicago, IL | Indianapolis, IN | Muncie, IN
New Orleans, LA Boston, MA | Cambridge, MA | Charlestown, MA | Framingham, MA | Ipswich, MA | Lincoln, MA | Wellesley, MA | Worcester, MA | Bangor, ME | Detroit, MI
Raleigh, NC Winston-Salem, NC | Lincoln, NE | East Hanover, NJ | Eatontown, NJ | Madison, NJ | Parsippany, NJ | Trenton, NJ | Albany, NY | Buffalo, NY | Rochester, NY
New York City, NY | Syracuse, NY | West Babylon, NY | Dayton, OH | Bethlehem, PA | Philadelphia, PA | Pittsburgh, PA | Pittsburgh, PA | State College, PA
Middletown, RI | Rapid City, SD | Austin, TX | Dallas, TX | Houston, TX | Arlington, VA | McLean, VA | Seattle, WA | Toronto, Canada | Ottawa, Canada | Calgary, CA