Microsoft - MCTS .NET 4 Data Access, Web and Service Communication Applications

Duration

Duration:

Only 9 Days

Method

Method:

Classroom / Online / Hybrid

Next date

Next date:

24/6/2024 (Monday)

Overview

The Microsoft MCTS .NET 4 Data Access, Web and Service Communication Applications certification is designed to teach you the following:

  • Developing Data Access Solutions with Microsoft Visual Studio 2010
  • Developing Web Applications with Microsoft Visual Studio 2010
  • Developing Windows Communication Foundation Solutions with Microsoft Visual Studio 2010

You will be tested on the following exams:

  • Exam 70-516 - TS: Accessing Data with Microsoft .NET Framework 4
  • Exam 70-515 - TS: Web Applications Development with Microsoft .NET Framework 4
  • Exam 70-513 - TS: Windows Communication Foundation Development with Microsoft .NET Framework 4

Why .Net 4.0?

Microsoft is positioning Visual Studio 2010 as its tool platform to support Windows 7, Windows Server 2008 R2, Azure, SQL Server, Office 2010 and SharePoint 2010. The suite includes new drag and drop bindings for Silverlight and Windows Presentation Foundation; interoperability with the ASP.Net model view controller (MVC), better multicore support and UML support.

Below is a detailed list of new enhancements:

Visual Studio 2010

  • Code Snippets
  • New Profiles
  • Generate from Usage
  • Multi-Trageting
  • Multi-Monitor
  • Code Navigation in Class Files
  • IntelliSense Improvements
  • Enable Persisted Selection
  • Add Reference Dialog
  • Dynamic Lookup

C#

  • Optional Parameters in C#
  • Named Parameters in C#

ASP.NET 4.0

  • Compressing Session Values
  • Web.Config Transformation
  • URL Routing
  • Meta Tags
  • Generating Client IDs
  • Permanent Redirects
  • New Browser Definitions
  • New Publishing Project Interface

WCF 4.0

  • Simple Configuration

Windows Applications 4.0

  • Inclusion of WPF in the Windows Applications Exam

ADO.NET 4.0

  • Foreign Keys in the Conceptual Model
  • Self-Tracking Entities for N-Tier Application Development
  • New Methods for N-Tier Application Development
  • EntityDataSource Support for the QueryExtender Control
  • Testability with IObjectSet
  • Direct Execution of Store Commands
  • Persistence-Ignorant Objects
  • Lazy Loading of Related Objects
  • Functions in LINQ to Entities Queries
  • OrderBy Improvements in LINQ to Entities
  • Customized Object-Layer Code Generation
  • Model-First Support
  • Complex Type Support
  • Improved Model Browser Functionality

You will get answers to these questions:

  • How is ASP.NET MVC different from building WebForms-based web applications?
  • How does Entity Framework 4.0 help me build n-tier applications?

You will learn how to:

  • Decouple your entity model from the data using Plain Old CLR Objects (POCOs).
  • Write classes that can track changes to their own state for n-tier development with Entity Framework.
  • Simplify your service deployment with zero config services with WCF 4.0.
  • Write rich web applications that are simpler to unit test.
  • Create REST based services based on the ASP.NET infrastructure

Benefits

Seven reasons why you should sit your course with Firebrand Training

  1. Two options of training. Choose between residential classroom-based, or online courses
  2. You'll be certified fast. With us, you’ll be trained in record time
  3. Our course is all-inclusive. A one-off fee covers all course materials, exams**, accommodation* and meals*. No hidden extras.
  4. Pass the first time or train again for free. This is our guarantee. We’re confident you’ll pass your course the first time. But if not, come back within a year and only pay for accommodation, exams and incidental costs
  5. You’ll learn more. A day with a traditional training provider generally runs from 9 am – 5 pm, with a nice long break for lunch. With Firebrand Training you’ll get at least 12 hours/day of quality learning time, with your instructor
  6. You’ll learn faster. Chances are, you’ll have a different learning style to those around you. We combine visual, auditory and tactile styles to deliver the material in a way that ensures you will learn faster and more easily
  7. You’ll be studying with the best. We’ve been named in the Training Industry’s “Top 20 IT Training Companies of the Year” every year since 2010. As well as winning many more awards, we’ve trained and certified over 135,000 professionals
  • * For residential training only. Doesn't apply for online courses
  • ** Some exceptions apply. Please refer to the Exam Track or speak with our experts

Curriculum

Modeling data

  • Map entities and relationships by using the Entity Data Model
  • Map entities and relationships by using LINQ to SQL
  • Create and customize entity objects
  • Connect a POCO model to the Entity Framework
  • Create the database from the Entity Framework model
  • Create model-defined functions

Managing Connections and Context

  • Configure connection strings and providers
  • Create and manage a data connection
  • Secure a connection
  • Manage the DataContext and ObjectContext
  • Implement eager loading
  • Caching data
  • ADO.NET Data Services

Querying data

  • Execute a SQL query
  • Create a LINQ query
  • Create an Entity SQL (ESQL) query
  • Handle special data types
  • Query XML data
  • Query data using ADO.NET Data Services

Manipulating data

  • Create, update, or delete data by using SQL statements
  • Create, update, or delete data by using DataContext
  • Manage Transactions
  • Create disconnected objects

Developing and Deploying Reliable Applications

  • Monitor and collect performance data
  • Handle exceptions
  • Protect data
  • Synchronize data
  • Deploy ADO.NET components

Developing and Using Web Forms Controls

  • Validating user input
  • Creating the page layout
  • Implementing user controls
  • Implementing server controls
  • Code-behind in user controls

Developing Web Forms Pages

  • Configuring Web Forms pages
  • Implementing master pages and themes
  • Globalization and Localization
  • Page life cycle events
  • Caching
  • Managing State

Implementing Client-Side Scripting and AJAX

  • Add dynamic features to a page using JavaScript
  • Alter a page dynamically by manipulating the DOM
  • Handle JavaScript Events
  • Implement ASP.NET AJAX
  • Implement AJAX using jQuery

Enhancing the Functionality and Usability of a Solution

  • ASP.NET Providers
  • Authentication and Authorization
  • HttpHandlers and HttpModules
  • Initialization and error handling
  • Reference and configure ASMX and WCF services
  • Configure projects and solutions, and reference assemblies
  • Debug a web application
  • Deploy a web application

Displaying and Manipulating Data

  • Implement data-bound controls
  • Implement DataSource controls
  • Query and manipulate data using LINQ
  • Create and consume a data service
  • Create and configure a Dynamic Data project

Developing a Web Application by Using ASP.NET MVC 2

  • Create custom routes
  • Create custom controllers and actions
  • Structure and ASP.NET MVC application
  • Create and customize MVC views

Creating Services

  • Create service and operation contracts
  • Create data contracts
  • Create message contracts
  • Implement generic message handling
  • Implement RESTful services
  • Create and configure a Routing service
  • Create and configure a Discovery service

Hosting and Configuring Services

  • Create and configure endpoints
  • Configure behaviors
  • Implement self hosting
  • Implement web server hosting

Consuming Services

  • Create a service proxy
  • Configure client endpoints
  • Invoke a service
  • Consume RESTful services
  • Implement service discovery

Securing Services

  • Secure bindings
  • Message security
  • Authentication
  • Authorization
  • Impersonation
  • Security auditing

Manage the Service Instance Life Cycle

  • Service Instances
  • Sessions
  • Transactions
  • Concurrency
  • Manage consistency between instances, sessions, transactions and concurrency

Monitoring and Troubleshooting Distributed Systems

  • Configure message logging
  • Configure diagnostics
  • Debug client-service interactions

Exam Track

You will take the following exams as part of the course:

  • Exam 70-516 - TS: Accessing Data with Microsoft .NET Framework 4
  • Exam 70-515 - TS: Web Applications Development with Microsoft .NET Framework 4
  • Exam 70-513 - TS: Windows Communication Foundation Development with Microsoft .NET Framework 4

What's Included

Microsoft Official Curriculum

  • MOC 10265A: Developing Data Access Solutions with Microsoft Visual Studio 2010
  • MOC 10264A: Developing Web Applications with Microsoft Visual Studio 2010
  • MOC 10263A: Developing Windows Communication Foundation Solutions with Microsoft Visual Studio 2010

Your accelerated course includes:

  • Accommodation *
  • Meals, unlimited snacks, beverages, tea and coffee *
  • On-site exams **
  • Exam vouchers **
  • Practice tests **
  • Certification Guarantee ***
  • Courseware
  • Up-to 12 hours of instructor-led training each day
  • 24-hour lab access
  • Digital courseware **
  • * For residential training only. Accommodation is included from the night before the course starts. This doesn't apply for online courses.
  • ** Some exceptions apply. Please refer to the Exam Track or speak with our experts
  • *** Pass first time or train again free as many times as it takes, unlimited for 1 year. Just pay for accommodation, exams, and incidental costs.

Prerequisites

This course is for developers who:

  • Want to gain experience of the new features of the .NET platform as soon as possible
  • Want to plan how .NET 4.0 will affect their applications and what new features can be used

Students successful on this course have:

  • Solid understanding of the .NET Framework
  • Six months' experience in Visual Studio
  • Minimum one to two years' experience developing application components that interact with a variety of data sources
  • Thorough understanding of relational database concepts
  • Minimum one to two years' experience using a relational database management system
  • Fundamental Knowledge of .NET programming languages (C# or VB.NET)
  • One year's experience developing Windows and web applications
  • Experience in creating data-driven web applications
  • Reasonable understanding of Web technologies (HTTP/HTTPS, HTML, CSS, JavaScript)
  • Experience in creating data-driven user interfaces
  • Working knowledge of setup and deployment projects

Unsure whether you meet the prerequisites? Don’t worry. Your training consultant will discuss your background with you to understand if this course is right for you.

Reviews

Here's the Firebrand Training review section. Since 2001 we've trained exactly 134561 students and asked them all to review our Accelerated Learning. Currently, 96.41% have said Firebrand exceeded their expectations.

Read reviews from recent accelerated courses below or visit Firebrand Stories for written and video interviews from our alumni.


"eXcellentooo...... eXcellent Instructor. eXcellent Course. eXcellent Study Material. "
Anonymous (26/3/2012 (Monday) to 3/4/2012 (Tuesday))

"This is my second time at Firebrand Training. I came before to do a set of dot net 2 courses and loved every second of it. This time I attended to take part in the dot net 4 set of courses. Again I loved every minute of these courses too. Firebrand however is not for the faint hearted people who do not like pressure! Every day being around 14 hours classroom time and then personal study time after that for around 4 hours the days are very long and the learning pase is very very fast indeed!! If you are used to working in a high pressure environment (which lets face it, everyone in IT does!) then you should enjoy the pace of the course. The only thing I would say is that you should have some grounding on the subject material BEFORE you attend one of these courses. Without using the products and having some basic understanding before you attend the courses you more than likely will not pass the exams. The courses at firebrand however are very very good for giving you exposure to the whole subject material and the instructors have a massive amount of knowledge on the subject material (you could relate them to Jedis, lol). Had a great experience, the instructor has a massive amount of knowledge about the subject, a great fun personality and he loves Dragons, lol. if you see him ask him about the fairies and dragons :O) Thanks again Firebarnd for another lovely experience!"
Guy Pearce. (16/1/2012 (Monday) to 24/1/2012 (Tuesday))

"I have just passed the 3rd and final exam that I studied for at Firebrand. Please pass on my thanks to the instructor, without whom I would have had no chance! He was knowledgeable, helpful and very patient."
Martin Davies, NLIAH NHS. (28/11/2011 (Monday) to 6/12/2011 (Tuesday))

"The course is intense but definitely worthwhile if you're willing to in put the effort and the long hours."
M.D, NHS. (28/11/2011 (Monday) to 6/12/2011 (Tuesday))

"Its hard work but you will never learn so much in such a short time anywhere else."
Steve Lamacq, Natoli Consulting. (1/8/2011 (Monday) to 9/8/2011 (Tuesday))

Course Dates

Start

Finish

Status

Location

Book now

19/2/2024 (Monday)

27/2/2024 (Tuesday)

Finished - Leave feedback

-

 

24/6/2024 (Monday)

2/7/2024 (Tuesday)

Wait list

Nationwide

 

5/8/2024 (Monday)

13/8/2024 (Tuesday)

Limited availability

Nationwide

 

16/9/2024 (Monday)

24/9/2024 (Tuesday)

Open

Nationwide

 

28/10/2024 (Monday)

5/11/2024 (Tuesday)

Open

Nationwide

 

9/12/2024 (Monday)

17/12/2024 (Tuesday)

Open

Nationwide

 

Latest Reviews from our students