Microsoft.NET MCPD MCTS C.NET 2.0 VB.NET 2005 Training 70-536 70-528 70-526 > Microsoft Certification CD-ROM Visual Basic Online >

Computer Training Courses CDs and Videos
Home Page Training
MCPD MCTS Microsoft.NET
MCTS Requirements
C#.NET Foundation MCTS
C#.NET Web Application MCTS
C#.NET Windows Appl. MCTS
VB.NET Foundation  70-536
VB.NET Web Application 70-528
VB.NET Windows App 70-526
VB.NET Distributed App 70-529
MCPD Requirements
MCPD C#.NET Web Developer
MCPD VB.NET Web Developer
C#.NET Developer Suite
VB.NET Developer Suite
Microsoft.NET
MCTS Certifications
C#.NET Demo
VB.NET Demo MCTS

Microsoft MCPD C.NET 2.0 Certification Training

mcts mcpd certification Training Microsoft .NET

The Microsoft Certified Professional Developer: Web Developer (MCPD: Web Developer) certification demonstrates that you have the comprehensive skills that are required to build interactive, data-driven Web applications that use ASP.NET 2.0 for both intranet and Internet uses.

MCPD: Web Developer candidates must first complete the requirements for the MCTS: .NET Framework 2.0 Web Applications certification C.NET (two exams). After earning this certification, candidates may earn their MCPD: Web Developer by passing one additional required exam.

If you are a Microsoft Certified Application Developer (MCAD), you can upgrade to the MCPD: Web Developer certification by taking one upgrade exam, –Exam 70551: UPGRADE: MCAD Skills to MCPD: Web Developer by Using the Microsoft .NET Framework. By passing this upgrade exam, you will automatically obtain the relevant MCTS prerequisite, MCTS: .NET Framework 2.0 Web Applications.

If you are a Microsoft Certified Solutions Developer (MCSD) on Microsoft .NET and have passed –Exam 70553: UPGRADE: MCSD Microsoft .NET Skills to MCPD: Enterprise Application Developer by Using the Microsoft .NET Framework: Part 1, you may obtain the MCPD: Web Developer certification by passing the following additional exam:

  • Exam 70–547: PRO: Designing and Developing Web Applications by Using the Microsoft .NET Framework

Our Microsoft C.NET 2.0 MCTS/MCPD Training Course Online Or CD-ROM

Ace your preparation for the skills measured by C.NET MCTS Microsoft Exam 70-536 and Web Application 70-528 Exam. Work at your own pace through a series of lessons and reviews that fully cover each exam objective. Then, reinforce what you've learned by applying your knowledge to real-world case scenarios and labs.

You will be learning about:

FREE DEMO C#.NET
Email:  
For Email Marketing you can trust
 

  • System Types and Collections
  • Serialization and I/O
  • Customized Programming
  • Security
  • Threading, Service Processing, and Application Domains
  • Diagnostics and Management
  • Web-form Creation
  • Data Integration
  • Custom Controls and Security
  • Web-application Deployment, Optimization, and Customization
  • XML and Mobile Web Applications

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 50 hours of instructional lessons.

Pass
 

Our Guarantee to Pass. Call for details

Testimonials
 

List of Testimonials and Customers

Inquire about our Microsoft C.NET Developer Suite

Online Microsoft C.NET MCPD Web Application 70-528 with 70-536 Foundation One Year Access with MS Press 70-547 Study Guide

skmcpdwo

$545.00

CD-ROMS Microsoft C.NET MCPD Web Application 70-528 with 70-536 Foundation with MS Press 70-547 Study Guide

skmcpdwc

$645.00

Course Training Content

MCTS Web Application Certification Exam 70-528

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-management options to use, and complete the 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.

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 RecordSets.

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.

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 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.
  • Determine how to run performance counters and interpret their results, given a scenario.
  • Create master pages for web applications.
  • Apply web-page themes.
  • Identify how to use the WebPartManager, WebPartConnection, and WebPartZones 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.

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.
     

MCTS Foundation Course 70-536

System Types and Collections

  • Recognize basic object-oriented programming procedures in C 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.

MCPD Self-Paced Microsoft Press Training Kit (Exam 70-547): Designing and Developing Web-Based Applications Using the Microsoft .NET Framework (Hardcover)

Maximize your performance on the exam by learning to:MCPD Microsoft Press Guide

  • Evaluate Web application requirements and build a validation prototype
  • Use style sheets, master pages, Web parts, and user controls for a consistent UI
  • Design, develop, and implement application components
  • Develop mechanisms for data access, exception handing, event logging, and application feedback
  • Define, assess, and implement a testing strategy
  • Validate a deployment plan and determine readiness

Your Microsoft Press kit includes:

  • 15% exam discount from Microsoft. Offer expires 12/31/11. Details inside.
  • Official self-paced study guide.
  • Practice tests with multiple, customizable testing options and a learning plan based on your results.
  • 375+ practice and review questions.
  • Case scenarios and lab exercises.
  • Microsoft Visual Basic and Visual C code samples on CD.
  • 90-day evaluation version of Microsoft Visual Studio 2005 Professional Edition.
  • Fully searchable eBook of this guide.

This Study guide and/or material is not sponsored by, endorsed by or affiliated with Cisco Systems, Inc. Cisco®, Cisco Systems®, CCDA™, CCNA ™, CCDP™, CCNP ™, CCIE™, CCSI™, the Cisco Systems logo and the CCIE logo are trademarks or registered trademarks of Cisco Systems, Inc.

CDi

sales@cdicomp.com
webmaster@netwind.com
Copyright  © CDi Communications Inc. 1996-2008

*30-Day Guarantee applies only if products purchased are returned with 50% of product unopened. For example if product purchased contains 6 videos, 3 must remain unopened.