|
Microsoft MCTS VB.NET 2.0 Developers Training Suite
The Microsoft Certified Technology Specialist credential enables professionals to target specific technologies and
distinguish themselves by demonstrating in-depth knowledge and expertise in their specialized technologies.
Technology Specialist: .NET Framework 2.0 Web Applications
You will have the skills necessary to build interactive, data-driven Web applications that use ASP.NET 2.0 for both intranet and Internet uses.
Technology Specialist: .NET Framework 2.0 Windows Applications
You will have the skills necessary to create rich client applications that target the Windows Forms platform using the Microsoft .NET Framework 2.0.
Technology Specialist: .NET Framework 2.0 Distributed Applications
You will have the skills necessary to develop, implement, and deploy XML Web services, .NET Framework remoting, Enterprise Services, and Message Queuing technology.
Our Training Course on CD-ROMS
Our Developers Training Suite is designed to teach Web, Windows, and Distributed Application Developers how to
build interactive, data-driven middle-tier and client applications, targeting the Windows Forms platform using the .NET
Framework 2.0, produce intranet and Internet Web applications that use ASP.NET 2.0, and develop business and data
layer applications that use such technologies as Web Services, Remoting, Enterprise Services, and Queuing
|
Multi Media
|
Our training is done in a full multi-media flash format. Easy navigational interface allows you to find any subject matter in seconds.
|
|
Learn and Do
|
Labs and interactive exercises are first shown to you and then allows you to perform them
|
|
Review
|
Our Training comes with printable transcripts -allowing easy review of any topic. Review questions throughout the training are used to test your level of
comprehension
|
|
Exam Preps
|
Online Simulated Certification Exams- Our test preps are online providing you the most updated questions possible.
|
|
Mentoring
|
Instructors available 24 x 7 online to answer any of your training questions
|
|
Course Hours
|
This courses has over 56 hours of instructional lessons.
|
|
Pass
|
Our Guarantee to Pass. Call for details
|
|
Testimonials
|
List of Testimonials and Customers
|
|
Your will learn the following:
NET Framework 2.0 Development Fundamentals
- Developing applications that use system types and collections
- Embedding configuration, diagnostic, management, and installation features into a .NET Framework application
- Implementing serialization and input/output functionality in a .NET Framework application
- Improving the security of .NET Framework applications by using the .NET Framework 2.0 security features
- Implementing interoperability, reflection, and mailing functionality in a .NET Framework application
- Implementing globalization, drawing, and text manipulation functionality in a .NET Framework application
Web Forms Applications
- Creating and Programming a Web Application
- Integrating Data in a Web Application by Using ADO.NET, XML, and Data-Bound Controls
- Creating Custom Web Controls
- Tracing, Configuring, and Deploying Applications
- Customizing and Personalizing a Web Application
- Implementing Authentication and Authorization
- Creating ASP.NET Mobile Web Applications
Windows Forms Applications
- Creating a UI for a Windows Forms Application by Using Standard Controls
- Integrating Data in a Windows Forms Application
- Implementing Printing and Reporting Functionality in a Windows Forms Application
- Enhancing Usability
- Implementing Asynchronous Programming Techniques to Improve the User Experience
- Developing Windows Forms Controls
- Configuring and Deploying Applications
Distributed Applications
- Creating and Accessing XML Web Services
- Configuring and Customizing a Web Service Application
- Creating, Configuring, and Deploying Remoting Applications
- Implementing Asynchronous Calls and Remoting Events
- Implementing Web Services Enhancements (WSE) 3.0
- Creating and Accessing a Serviced Component and Using Message Queuing
Developers Suite Training Packages
VB.NET Developers Suite
|
|
Course
|
Exam
|
Price
|
|
VB.NET Foundation Course
|
70-536
|
$395.00
|
|
VB.NET Web Applications Course
|
70-528
|
$395.00
|
|
VB.NET Windows Application Course
|
70-526
|
$395.00
|
|
VB.NET Distributed Applications
|
70-529
|
$395.00
|
|
Total Training Hours 56
|
|
Total $1580.00
|
|
CDs Item skvnetds
|
Sale $795.00
|
|
|
Online Item skvnetdso One Year Access
|
Sale $745.00
|
|
|
or
C and VB.NET Developer's Suite Bundle
|
|
Course
|
Exam
|
Price
|
|
C.NET Foundation Course
|
70-536
|
$395.00
|
|
C.NET Web Applications Course
|
70-528
|
$395.00
|
|
C.NET Windows Application Course
|
70-526
|
$395.00
|
|
VB.NET Foundation Course
|
70-536
|
$395.00
|
|
VB.NET Web Application Course
|
70-528
|
$395.00
|
|
VB.NET Windows Application Course
|
70-526
|
$395.00
|
|
VB.NET Distributed Application Course
|
70-529
|
$395.00
|
|
Total Hours 101
|
|
Total $2765.00
|
|
Online Item skcvbdsc One Year Access
|
Sale $1095.00
|
|
|
CDs Item skcvbdsc
|
Sale $1195.00
|
|
|
Course Training Content
Foundation
System Types and Collections
- Recognize basic object-oriented programming procedures in VB.NET 2005, given a scenario.
- Create types and classes in a given scenario.
- Define types and classes in a given scenario.
- Use interfaces in a given scenario.
- Use classes in the System.Collections namespace.
- Use interfaces and classes in a given scenario.
- Create generic types and interfaces in a given scenario.
- Create generic classes and enumerators in a given scenario.
- Create generics in a given scenario.
Serialization and I/O
- Implement an IDserializationCallback interface and an ISerializable interface in a given scenario.
- Use XML serialization and deserialization and the ObjectManager and SerializationInfo classes, given appropriate scenarios.
- Serialize and deserialize objects in SOAP format and binary format, given a scenario.
- Use serialization in a given scenario.
- Implement streams in a given scenario.
- Implement file management and isolated storage in a given scenario.
- Use stream, isolated storage, and file management classes in a given scenario.
- Determine how to improve application performance using serialization and I/O.
Security
- Implement evidence-based security in a given scenario.
- Implement role-based security in a given scenario.
- Implement .NET and IIS security in a given scenario.
- Implement file security and authentication in a given scenario.
- Implement code access permissions in a given scenario.
- Implement file security, authentication, and code access permissions in a given scenario.
- Implement symmetric and asymmetric cryptography in a given scenario.
- Use hash algorithms and the Data Protection API in a given scenario.
- Use cryptography in a given scenario.
Threading, Service Processing, and Application Domains
- Implement threading in a given scenario.
- Implement thread event handling in a given scenario.
- Use special classes, threading, and enumerations in a given scenario.
- Develop threading in a given scenario.
- Implement a basic Windows Service in a given scenario.
- Implement advanced Windows Services in a given scenario.
- Implement Windows Services in a given scenario.
- Create an application domain in a given scenario.
- Configure an application domain in a given scenario.
- Determine how to improve system operation using threading, service processing, and application domains.
Diagnostics and Management
- Program configuration data in a given scenario.
- Program custom installers for components, given a scenario.
- Program configuration data and installers for components in a given scenario.
- Use event logs and system processes in a given scenario.
- Manage event logs and system processes in a given scenario.
- Determine how to manage configuration, custom installation, and system processes.
- Debug and trace an application in a given scenario.
- Retrieve system information in a given scenario.
- Debug an application and manage system information in a given scenario.
Web Application
XML and Mobile Web Applications
- Identify the code used to read data with the XmlReader and XmlTextReader classes.
- Identify the classes and code used to read node trees, validate XML data, and write XML data.
- Identify the classes and code to read XML data into the XML Document Object Model (DOM) and work with nodes in an XML document.
- Identify the code to write data in XML format from the XML Document Object Model (DOM), to handle DOM events, and to modify XML declarations.
- Read XML data, validate XML data, load data into the XML Document Object Model (DOM), and handle DOM events.
- Create a new mobile web-application project.
- Customize mobile web applications.
- Create a mobile web application that is customized to display controls differently for specific device types.
Web-form Creation
- Create a basic web form and distinguish between the two models used to manage web-form components.
- Add HTML and ASP.NET server controls to a web form, given a scenario.
- Identify the code for key event handlers used in web forms.
- Add and configure ASP.NET server controls and add event handling to a web form in a given scenario.
- Identify the situations in which different client-based state-management options are used in web forms.
- Identify the situations in which different server-based state management options are used in web forms.
- Configure web application and system settings, and redirect users to other web pages.
- Optimize web pages, given a scenario.
- Determine the most appropriate state-options to use, and complete to code to redirect users to another web page, given a scenario.
- Add navigation controls to web forms, implement globalization, and create accessible web pages.
- Add user-input and program validation to web forms.
- Add navigation controls, implement globalization, and add validation controls to a .NET 2.0 web form, given a scenario.
Web-application Deployment, Optimization, and Customization
- Configure deployment properties for web-setup projects, to use the Copy Web tool, and to use the Publish Web Site utility, given a scenario.
- Use performance counters and caching in a web application.
- Identify the code used to implement ASP.NET health monitoring in web applications.
- Use ASP.NET tracing in web forms.
- Copy a web application to a target server, to add and retrieve cache items, and to use tracing for a web application, given a scenario.
- Complete the code to run a custom performance counter, given a scenario.
- Create master pages for web applications.
- Apply web-page themes.
- Identify how to use the WebPartManager, WebPartConnection, and WebPartZone classes in web forms, given a scenario.
- Identify how to use CatalogPart and EditorPart controls to make Web Parts available to users, given a scenario.
- Complete the code to create a master page with content, apply themes, and customize Web Parts for web-application users, given a scenario.
Data Integration
- Identify the role of the key data-source controls and data-bound controls used in web forms.
- Set up data access and data binding in web forms.
- Set up a web form to bind an XmlDataSource Control to a TreeView control.
- Connect a web application to a database, given a scenario.
- Identify the code used to handle database-connection exceptions and to enforce security in web forms.
- Identify how to use the key objects for connected environments in web forms.
- Identify how to use the key objects for disconnected environments in web forms.
- Configure a connection between a web application and a SQL Server database with exception handling, security
capabilities, and the capability to function in a disconnected environment using DataTables and DataSets.
Custom Controls and Security
- Create and customize user controls in web forms.
- Create and configure custom web controls.
- Complete the customization of a user control and web control in a web application, given a scenario.
- Identify how key attributes are used to set authentication in single or across multiple web applications.
- Identify the code used to configure authorization in web forms.
- Identify the code used to add login controls to web forms.
- Configure authentication settings, configure URL authorization, and add a login control to a web form, given a scenario.
Windows Application Details
Distributed Application Details
|