Enter your keyword

(MCTS) Web Certification

MCTS: NET Framework 4.0 ASP .NET Applications certification
Web Certification Exams • MCTS Certification Exam 70-515 TS: Web Applications Development with Microsoft .NET Framework 4.0
• MCTS Certification Exam 70-513 TS: Windows Communication Foundation Development with Microsoft .NET Framework 4.0
• MCTS Certificaiton Exam 70-516 TS: Accessing Data with Microsoft .NET Framework 4.0

MCTS 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

MCTS 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

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