Microsoft 10267 Training 70-515
Introduction to Web Development with Microsoft Visual Studio 2010
Microsoft Certified Technology Specialist (MCTS): Microsoft .NET Framework 4, Web Applications M10267 70-515
Course Title: Introduction to Web Development with
Microsoft Visual Studio 2010
Course Code: M10267
Version: A
Level: 100
Duration: 5 Days
Course Overview
The Introduction to Web Development with Microsoft Visual Studio 2010Target Audience
Candidates who should consider attending the M10267 Microsoft training course are beginner Web developers who have knowledge of Hypertext Markup Language (HTML) or Dynamic HTML (DHTML), along with some knowledge of a scripting language such as Visual Basic Scripting Edition or Microsoft Jscript. Candidates are required to be able to construct a simple Web page using a Microsoft or 3rd Party tool such as creating or customising a Web Page on a SharePoint site.Course Objectives
On successfully completing the M10267 course candidates will be able to:- Explore ASP.NET Web applications in Microsoft Visual Studio 2010
- Create Web applications by using Microsoft Visual Studio 2010 and Microsoft .NET-based languages
- Create a Microsoft ASP.NET Web Form
- Add functionality to a Microsoft ASP.NET Web Form
- Implement master pages and user controls
- Validate user input
- Debug Microsoft ASP.NET Web applications
- Manage data in an ASP.NET 3.5 Web application
- Manage data access tasks by using LINQ
- Manage data by using ASP.NET Dynamic Data
- Create a Microsoft ASP.NET AJAX application
- Consume and Windows Communication Foundation (WCF) services
- Manage state in Web applications
- Configure and deploy a Microsoft ASP.NET Web application
- Secure a Microsoft ASP.NET Web application
- Implement new technologies supported by Visual Studio 2010 for Web development
Course Prerequisites
Candidates attending the M10267 Microsoft training course should have at least one month of experience in .NET technologies. In addition to their professional experience candidates who should have the following technical knowledge: knowledge of HTML or DHTML, including tables, images and forms, and programming experience using Visual Basic .NET or Visual C# .NET, including declaring variables, using loops and conditional statements. Candidates are also required to have previously attended and completed course M2667, Introduction to Programming.Testing and Certification
The M10267 Microsoft training course is the recommended preparation for the 70-515 TS: Web Applications Development with Microsoft .NET Framework 4 exam.Course Content
Module 1: Exploring Microsoft ASP.NET Web Applications in Microsoft Visual Studio 2010In this module candidates will learn about key features of Microsoft .NET Framework and Microsoft ASP.NET. The module also helps candidates to view the complete Web application that they build in the labs throughout this course.
Lessons:
- Introduction to the .NET Framework
- Overview of ASP.NET
- Overview of the Lab Application
After completing this module, candidates will be able to:
- Describe the .NET Framework
- Describe ASP.NET
- Describe the Lab Application
Module 2: Creating Web Applications by Using Microsoft Visual Studio 2010 and Microsoft .NET-Based Languages
In this module candidates will learn about the different programming languages that are available when developing Microsoft .NET Framework applications. The module explains the fundamental aspects of writing code and creating components by using two of the .NET Framework-based languages, Microsoft Visual Basic and Microsoft Visual C#. The module also provides an overview of Microsoft Visual Studio 2010 and explains how to create a simple Web application.
Lessons:
- Choosing a Programming Language
- Overview of Visual Studio 2010
- Creating a Simple Web Application
- Creating an ASP.NET Web Site
- Adding and Configuring Server Controls in Web Forms
- Building and Deploying an ASP.NET Web Application
- Choose a programming language
- Describe Visual Studio 2010
- Create a simple Web application
Module 3: Creating a Microsoft ASP.NET Web Form
In this module candidates will learn how to create Web Forms and populate them with server controls.
Lessons:
- Creating Web Forms
- Adding and Configuring Server Controls in a Web Form
- Creating a Web Form
- Adding and Configuring Server Controls in a Web Form
- Create Web Forms
- Add and configure server controls in a Web Form
Module 4: Adding Functionality to a Microsoft ASP.NET Web Form
In this module candidates will learn the various methods that can be used to add code to a Microsoft ASP.NET Web application. The module explains how to use Web server controls, event handlers, code-behind files, and components. The module also explains how to use page events, especially the Page_Load event.
Lessons:
- Working with Code-Behind Files
- Handling Server Control Events
- Creating Classes and Components by Using Visual Studio 2010
- Handling Page Events
- Implementing Code in a Web Application
- Creating Event Procedures
- Creating an Entity Component
- Handling Page and Control Events
- Work with code-behind files
- Handle server control events
- Create classes and components by using Microsoft Visual Studio 2010
- Handle page events
Module 5: Implementing Master Pages and User Controls
In this module candidates will learn how to create and implement master pages and how to implement user controls in a Web application.
Lessons:
- Creating Master Pages
- Adding User Controls to an ASP.NET Web Form
- Adding and Applying a Master Page
- Converting Web Forms to Content Pages and User Controls
- Create master pages
- Add user controls to a Microsoft ASP.NET Web Form
Module 6: Validating User Input
In this module candidates will learn about user input validation. The module covers information on adding, positioning, configuring validation controls on a Web Form and validating Web Forms.
Lessons:
- Overview of User Input Validation
- ASP.NET Validation Controls
- Validating Web Forms
- Adding Validation Controls
- Configuring Validation Controls
- Adding Server-Side Validation
- Describe user input validation
- Implement Microsoft ASP.NET validation controls
- Validate Web Forms
Module 7: Troubleshooting Microsoft ASP.NET Web Applications
In this module candidates will learn the steps required to enable tracing and debugging, including how debugging can be used and tracing in a Web application.
Lessons:
- Debugging in ASP.NET
- Tracing in ASP.NET
- Debugging a Web Application
- Tracing a Web Application
- Perform debugging in Microsoft ASP.NET
- Perform tracing in ASP.NET
Module 8: Managing Data in an Microsoft ASP.NET 4.0 Web Application
In this module candidates will learn about Microsoft ADO.NET. The module explains how to programmatically work with data by using ADO.NET and how to create a connection to access the data stored in a Microsoft SQL Server database. In addition, the module explains how to use the DataSet and DataReader objects to support the local data storage and data manipulation requirements of Web Forms.
Lessons:
- 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
- Describe ADO.NET
- Connect to a database
- Manage data
Module 9: Managing Data Access Tasks by Using LINQ
In this module candidates will learn about what LINQ is and how it can be used to manage both XML data and Microsoft SQL Server data in a Microsoft ASP.NET Web application by using Web Server controls and code.
Lessons:
- Overview of LINQ
- Managing XML Data by Using LINQ to XML
- Managing SQL Data by Using LINQ to SQL and LINQ to Entities
- Loading Data by Using the XmlDataSource Control
- Displaying Data by Using LINQ to XML
- Saving Data by Using LINQ to Entities
- Describe language-integrated query (LINQ)
- Manage XML data by using LINQ to XML
- Manage SQL data by using LINQ
Module 10: Managing Data by Using Microsoft ASP.NET Dynamic Data
In this module candidates will learn about Microsoft ASP.NET Dynamic Data. The module also covers information on applying ASP.NET Dynamic Data and explains how to customise ASP.NET Dynamic Data applications.
Lessons:
- Overview of ASP.NET Dynamic Data
- Applying ASP.NET Dynamic Data
- Customising ASP.NET Dynamic Data Applications
- Adding Dynamic Data to an Existing Web Site
- Registering LINQ to Entities by Using Dynamic Data
- Map, Clean and Test Solution
- Describe ASP.NET Dynamic Data
- Apply ASP.NET Dynamic Data
- Customise ASP.NET Dynamic Data applications
Module 11: Creating a Microsoft ASP.NET Ajax-enabled Web Forms Application
In this module candidates will learn about Microsoft ASP.NET AJAX and how to create an ASP.NET AJAX application. The module also introduces the ASP.NET AJAX Control Toolkit, and explains how to install the toolkit and add controls from the toolkit to a Web application.
Lessons:
- Introduction to Ajax
- Creating an ASP.NET Ajax Application by Using the Ajax Features for ASP.NET
- Extending an ASP.NET Web Forms Application by Using the Ajax Control Toolkit
- Creating a Modal About Box
- Customising Dynamic Data Field Templates with Ajax Server Controls
- Adding the Country Import Progress Indicator
- Describe ASP.NET AJAX
- Create an ASP.NET AJAX application by using the ASP.NET AJAX extensions
- Extend an application by using the ASP.NET AJAX Control Toolkit
Module 12: Consuming Microsoft Windows Communication Foundation Services
In this module candidates will learn about Windows Communication Foundation services. The module also describes how to call a Windows Communication Foundation (WCF) service directly by using a browser and a proxy from a Web application.
Lessons:
- Overview of Windows Communication Foundation Services
- Calling Windows Communication Foundation Services
- Working with WCF Data Services
- Creating a WCF Service Reference Proxy
- Calling a WCF Service Method from a Web Form
- Implementing WCF Data Services
- Describe WCF services
- Call WCF services
- Consume Windows Communication Foundation services
Module 13: Managing State in Web Applications
In this module candidates will learn how to manage state in a Microsoft ASP.NET Web application.
Lessons:
- State Management
- ASP.NET Profiles
- ASP.NET Caching
- Examining the View State
- Caching Countries
- Displaying Visitors Counter on Default Page
- Describe state management
- Describe Microsoft ASP.NET Profiles
- Describe ASP.NET Caching
Module 14: Configuring and Deploying a Microsoft ASP.NET Web Application
In this module candidates will learn how to configure and deploy a Microsoft ASP.NET Web application by using the machine.config and web.config files.
Lessons:
- Configuring an ASP.NET Web Application
- Deploying an ASP.NET Web Application
- Configuring the List View Page Size and Enabling the Save Countries Button
- Configuring the Visitor Counter
- Deploying the Web Application
- Configure an ASP.NET Web application
- Deploy an ASP.NET Web application
Module 15: Securing a Microsoft ASP.NET Web Application
In this module candidates will learn about the various Web application security functionalities. The module also covers information on the infrastructure to build and deploy various Web application security functionalities.
Lessons:
- Overview of Web Application Security
- Declaratively Configuring Authentication and Authorisation
- Working Programmatically with Authentication and Authorisation
- Enabling Forms Authentication
- Implementing Authorisation
- Protecting Configuration File
- Describe Web application security
- Describe how to declaratively configure authentication and authorisation
- Work programmatically with authentication and authorisation
Module 16: Implementing Advanced Technologies Supported by Microsoft Visual Studio 2010 for Web Development
In this module candidates will learn about the new Visual Studio 2010 and .NET Framework 4 functionalities, changes, and enhancements for improved Web development. The module also covers how Microsoft ASP.NET MVC 2 and Microsoft Silverlight 4 fit in with .NET Framework 4 and Visual Studio 2010.
Lessons:
- Working with the ASP.NET MVC 2 Framework
- Working with Silverlight 4
- Implementing a Silverlight Application
- Work with ASP.NET MVC 2
- Work with Silverlight 4
