Enter your keyword

MCPD Web Certification

Microsoft Certified Professional Developer (MCPD Web)
Web Applications Certification Exams • MCPD Certification Exam 70-515 TS: Web Applications Development with Microsoft .NET Framework 4
• MCPD Certification Exam 70-513 TS: Windows Communication Foundation Development with Microsoft .NET Framework 4
• MCPD Certificaiton Exam 70-516 TS: Accessing Data with Microsoft .NET Framework 4
• MCPD Certificaiton Exam 70-519: PRO: Designing and Developing Web Applications Using Microsoft .NET Framework 4

MCPD Certification Exam 70-515
TS: Web Applications Development with Microsoft .NET Framework 4.0

Web Application Design
• IIS 7.0, Overview of ASP.NET 4.0, Underlying architecture, New Features, MVC Framework and .Net Framework, ASP.NET Pages, Request Life Cycle, Web Forms page, Comparing Web Forms and MVC

Designing a Web Application
• Web Applications: Case Studies, Web Application Design Essentials, Guidelines for Determining When to Use Web Forms and MVC, Adding MVC Capabilities, Visual Studio 2010 Tools and Technologies for Web Application Design, Visual Studio 2010 Simple Programming

MVC Models
• Exploring Ways to Create MVC Models, Creating a Data Repository

Creating a Microsoft ASP.NET Web Form
• Creating a Web Form, Adding and Configuring Server Controls in a Web Form, Working with Code-Behind Files, Handling Server Control Events, Creating Classes and Components by Using Visual Studio 2010, Handling Page Events, ASP.NET Validation Controls, Validating Web Forms

Adding Functionality to a Microsoft ASP.NET Web Form
• Implementing Code in a Web Application, Event Procedures, Entity Component, code-behind files

Managing Data in an Microsoft ASP.NET 4.0 Web Application
• Overview of ADO.NET, Connecting to a Database, Managing Data, Connecting to a Data Source, Binding a Server Control to a Data Source, Modifying a Data Source

Managing Data Access Tasks by Using LINQ
• Loading Data by Using the XmlDataSource Control, Displaying Data by Using LINQ to XML, Saving Data by Using LINQ to Entities

Developing MVC Controllers
• MVC Controllers, Creating Action Methods, Creating an MVC Controller, Adding Code to List the Blog Entries, New Blog Entry, Edit Blog entry, Delete Blog Entry

Developing MVC Views
• Implementing MVC Views, Implementing Strongly-Typed MVC Views, Partial MVC Views, Develop a List, Detail, Create, Edit, Delete MVC View

Designing for Discoverability
• Overview of Search Engine Optimization, Creating the Robots and Sitemap Files, ASP.NET Routing, Create robots.txt and sitemap.xml files, ASP.NET with Web Forms and MVC pages.

Writing Server-Side Code for Web Forms
• Overview of the Structure of a Web Application
• Writing Server-Side Code for Web Forms
• Controlling ViewState, Localizing a Web Application
• Persisting Data on a Web Forms Page, Validating User Input

Optimizing Data Management for Web Forms
Managing Data by Using LINQ to Entities, Using Data Source Controls
• Using ASP.NET Dynamic Data, Optimizing Data Management for Web Forms
• Managing Data by Using LINQ to Entities, GridView, ListView, DetailsView | Charts, ASP.NET Dynamic Data

Ensuring Quality by Debugging, Unit Testing, and Refactoring
• Debugging and Refactoring Code, Unit Testing Code, Debugging Code, Unit Test
• Processing Unhandled Exceptions, Test Driven Development

Securing a Web Application
• Configuring Authentication and Authorization, Configuring ASP.NET Membership
• Managing Authorization by Using ASP.NET Roles

Applying Master Pages and CSS
• Applying, Modify Master Pages , Create Nested MasterPage, Control Skins, Styles, Themes

Developing Client Side Scripts and Services
• Developing Client-Side Scripts, Implementing AJAX, WCF Service, Implement advanced JQuery

Implementing Advanced AJAX in a Web Application
• Implementing Ajax in ASP.NET MVC Pages Using Microsoft Ajax
• Implementing Ajax in ASP.NET MVC Pages Using jQuery
• Working With jQuery and Ajax Events

Deploying a Web Application
• Web Application Deployments, Web Site Deployments , One-Click Publish, Web Site Tool, Web Site Utility

Developing a Web Application by Using Silverlight
• Introduction to Rich Internet Applications
• Overview of Silverlight, Silverlight Project, Silverlight Application, Silverlight, its architecture, and the use of XAML for developing Silverlight applications

MCPD Exam 70-513
TS: Windows Communication Foundation Development with Microsoft .NET Framework 4

 

Service-Oriented Architecture
• Introduction to SOA, Benefits of SOA, Scenarios and Standards, SOA Technologies, Map SOA tenets to equivalent WCF concepts

Getting Started with Microsoft Windows Communication Foundation Development
• Service Contract and Implementation, Hosting WCF Services, WCF Behaviors, Consuming WCF Services, Consuming the Service Using Channel Factories

Hosting Microsoft Windows Communication Foundation Services
• WCF Service Hosts, ServiceHost, IIS, WAS, and AppFabric, WCF Hosts, Windows Server AppFabric,

Defining and Implementing Microsoft Windows Communication Foundation Contracts
• Introduction Contract, Contract Types, Messaging Patterns, Designing WCF Contracts, Implementing Message Exchange

Endpoints and Behaviors
• Multiple Endpoints and Interoperability, WCF Discovery, WCF Default Endpoints, Instancing and Concurrency, Exposing Multiple Endpoints, Using Queued Services, Using Transactions, Using Reliable Messaging,

Testing and Troubleshooting Microsoft Windows Communication Foundation Services
• Errors and Symptoms, WCF Faults, Debugging and Diagnostics Tools, Runtime Governance, Viewing Unplanned SOAP Faults

Security
• Introduction to Application Security, WCF Security Model, Transport and Message Security, Authentication and Authorization, Claim-Based Identity

Introduction to Advanced Microsoft Windows Communication Foundation Topics
• The Asynchronous Invocation Pattern, Extending WCF, Routing, Workflow Services, Message Inspectors and Behaviors, Configuring and Use Routing, Workflow Services

MCPD Exam 70-516:
TS: Accessing Data with Microsoft .NET Framework 4.0

 

Architecture and Data Access Technologies
• Data Access Technologies, Data Access Scenarios

Building Entity Data Models
• Introduction to Entity Data Models, Modifying the Entity Data Model, Generate Database Wizard, Mapping Entities to Multiple Tables, Using Stored Procedures,

Querying Entity Data
• Retrieving Data by Using LINQ to Entities, Using Entity SQL, Using EntityClient Provider, Using Stored Procedures, Create unit tests for their data access code.

Creating, Updating, and Deleting Entity Data
Understanding Change Tracking in the Entity Framework
• Modifying Data in an Entity Data Model, Contact and Reward Data

Handling Multi-User Scenarios by Using Object Services
• Handling Concurrency of Rewards Claimed Data
• Updating the RewardsClaimed and ArchivedRewardsClaimed Information by Using a Transaction

Building Optimized Solutions by Using Object Services
• The Stages of Query Execution, Change Tracking and Object Materialization, Using Compiled Queries, Monitoring Performance, Performing Asynchronous Data Modifications, Performance of Query Operations, Entity Framework executes queries, use compiled queries, monitor query performance

Customizing Entities and Building Custom Entity Classes
• Overriding Generated Classes, Templates to Customize Entities, Creating and Using Custom Entity Classes
• Using a Template to Add Custom Functionality to Entity Classes, Create and use templates to customize code generation, Creating Custom Entity Classes,

Using POCO Classes with the Entity Framework
• Requirements for POCO Classes, POCO Classes and Lazy Loading, POCO Classes and Change Tracking

Building an N-Tier Solution by Using the Entity Framework
• Designing an N-Tier Solution, Defining Operations and Implementing Data Transport Structures
• Protecting Data and Operations, Handling Updates in the Data Access Tier, Managing Exceptions in an N-Tier Solution, Detecting and Handling Order Conflicts

Building Occasionally Connected Solutions
• Offline Data Caching by Using XML, Application to Synchronize Locally Cached Data
• Using the Sync Framework, Cache data in local XML files by using LINQ to XML

Querying Data by Using WCF Data Services
• Introduction to WCF Data Services, Creating a WCF Data Service, Consuming a WCF Data Service, Protecting Data and Operations in a WCF Data Service

Updating Data by Using WCF Data Services
• Creating, Updating, and Deleting Data in a WCF Data Service
• Preventing Unauthorized Updates and Improving Performance
• Using WCF Data Services with Nonrelational Data, Restricting Create, Update, and Delete Requests
• Updating Data by Using WCF Data Services
• Updating Entities by Using a WCF Data Service, Creating and Deleting Entities by Using a WCF Data Service

Using ADO.NET
• Retrieving and Modifying Data by Using ADO.NET Commands, Data by Using DataSets, Managing Transactions and Concurrency in Multiuser Scenarios, Retrieving and Modifying

Using ADO.NET
• Using ADO.NET to Retrieve Read-Only Information Quickly and Perform Simple Data Modifications
• Developing the Product List Web Application, ADO.NET commands and stored procedures, Using DataSet objects, Enabling Data Modifications, Retrieve and update data

Using LINQ to SQL
• Implementing a Logical Data Model by Using LINQ to SQL
• Managing Performance and Handling Concurrency, LINQ to SQL to Build a Data Access Layer, Database by Using Stored Procedure, using LINQ to SQL, handle concurrency.

MCPD Exam 70-519:
PRO: Designing and Developing Web Applications Using Microsoft .NET Framework 4.0

 

Designing the Application Architecture
• Plan the division of application logic. Choosing between client-side and server side processing, planning separation of concern, (for example, partitioning functionality between controllers and evaluating business and data service consumption), planning for long-running processes (for example, synchronous vs. asynchronous)
• Analyze requirements and recommend a system topology. Designing interaction between applications, mapping logical design to physical implementation, validating nonfunctional requirements and cross-cutting concerns (for example, communications, operations management, and security), evaluating baseline needs (for example, scale and quality of service)
• Choose appropriate client-side technologies, JavaScript, ASP.NET AJAX, jQuery, Microsoft Silverlight
• Choose appropriate server-side technologies, User controls, server controls, partials, custom HtmlHelper extensions, Web parts, inheriting controls, dynamic data controls

Design state management, Designing an application for the proper use of application state, session state, and request state, Designing the User Experience
• Design the site structure. Designing application segmentation for manageability and security (for example, using areas, shared views, master pages, and nested master pages), appropriate use of style sheets, client-side scripting, themes, client ID generation, rendering element modes, routing engine
• Plan for cross-browser and/or form factors, Evaluating the impact on client side behaviors, themes, bandwidth, style sheets (including application design – task based or scaled rendering of existing page), when to apply Browsers file, structural approaches, user agents, different platforms (mobile vs. desktop)
• Plan for globalization, designing to support local, regional, language, or cultural preferences, including UI vs. data localization (for example, implementing at database level or resource level), when to use CurrentCulture vs. CurrentUICulture, globalization rollout plan (for example, setting base default language, planning localization), handling Unicode data (for example, what fields to include, request encoding), right-to-left support, vertical text and non-Latin topographies, calendars, data formatting, sorting

Designing Data Strategies and Structures
• Design data access, choosing data access technologies such as ADO.NET Data Services, Entity Framework, Windows Communications Foundation (WCF), and ASP.NET Web Services
• Design data presentation and interaction.
pulling data from data layer and binding into views, pages, and controls, and pulling data back to data layer by using ModelBinders, data source controls, and HtmlHelper extensions, or programmatically
• Plan for data validation, Contextual validation vs. data integrity, where to validate data, synchronization between UI and data layer, data annotations

Designing Security Architecture and Implementation
• Plan for operational security, Approaches for process- and resource-level security, including local and remote resources, Code Access Security (CAS), including trust level, process identity, application pool, and identity tag
• Design an authentication and authorization model, Authentication providers, including WindowsForms, and custom user identity flowthrough (for example, trusted subsystem), role management, membership providers, URL authorization (for example, AuthorizationAttribute), file authorization, Authorization Manager (AzMan)
• Plan for minimizing attack surfaces, Input validation, throttling inputs, request filtering, where to use Secure Sockets Layer (SSL)

Preparing For and Investigating Application Issues
• Choose a testing methodology, Black box, white box, integration, regression, coverage, API testing, performance testing, security testing, load testing, Web testing, unit testing
• Design an exception handling strategy, HandleError attribute in MVC, common error pages, post-error processing, global vs. page level
• Recommend an approach to debugging, tools and approaches for a given scenario (for example, memory dumps, DebuggingAttributes, crashes vs. hangs, deadlocks, assembly binding), when to attach to process (Visual Studio Development Server vs. IIS vs. Internet Explorer), root cause analysis
• Recommend an approach to performance issues, which instrumentation to watch or create (including performance counters and event tracing) to analyze performance issues, page and fragment caching

Designing a Deployment Strategy
• Design a deployment process, Windows Installer (MSI) vs. xcopy vs. Web Deployment Tool, scaling, rolling deployments
• Design configuration management, using the ConfigSource attribute (for example, connection strings), staging vs. production vs. development, topologies, machine.config vs. web.config, using IIS vs. Visual Studio Development Server during development, application pools, configuration inheritance
• Plan for scalability and reliability, scaling up, scaling out, at physical level and at architectural level, impact of offloading technologies on load balancing, including state, synchronizing machine and encryption keys

Need Help? Chat with us