[Course 2310C] - Developing Web Applications Using Microsoft Visual Studio 2008
Code: |
MSD2310 |
Type: |
IT InstructorLed Courses |
Category: |
Microsoft Visual Studio
|
|
This course will teach introductory-level Web developers the fundamentals of Web application development and best practices for Microsoft Web development technologies, including ASP.NET 3.5, ASP.NET AJAX Extensions, and Silverlight. This course focuses on using the Microsoft Visual Studio 2008 development environment and the Microsoft .NET Framework 3.5 to create a Web application that delivers dynamic content to a Web site.
|
|
|
Duration: |
35 hours |
Location: |
EDITC & MMC Conference Center, 16 Imvrou Street, 1055 Nicosia |
Language: |
Greek |
Attendance: |
4-16 |
|
|
|
|
|
|
|
Topics
Module 1: Overview of the Microsoft .NET Framework Module 2: Creating Web Applications by Using Microsoft Visual Studio 2008 and Microsoft .NET-Based Languages Module 3: Creating a Microsoft ASP.NET Web Form Module 4: Adding Code to a Microsoft ASP.NET Web Form Module 5: Tracing in Microsoft ASP.NET Web Applications Module 6: Validating User Input Module 7: Creating and Implementing User Controls Module 8: Accessing Data with Microsoft ADO.NET and Visual Studio 2008 Module 9: Accomplishing Complex Data Access Tasks Module 10: Reading and Writing XML Data Module 11: Creating an ASP.NET AJAX Application Module 12: Delivering Dynamic Content with Microsoft Silverlight Module 13: Consuming and Creating XML Web Services Module 14: Managing State Module 15: Configuring, Optimizing, and Deploying a Microsoft ASP.NET Web Application Module 16: Securing a Microsoft ASP.NET Web Application
Who Should Attend
1.IT Manager 2.IT Professional, IT Technician 3.IT Administrator 4.Web Server Administrator 5.Web Based Application Developer 6.ASP.Developers
Purpose
This course will teach introductory-level Web developers the fundamentals of Web application development and best practices for Microsoft Web development technologies, including ASP.NET 3.5, ASP.NET AJAX Extensions, and Silverlight. This course focuses on using the Microsoft Visual Studio 2008 development environment and the Microsoft .NET Framework 3.5 to create a Web application that delivers dynamic content to a Web site.
Objectives
After completing this course, students will be able to: •Describe the key features of the Microsoft .NET Framework and ASP.NET. •Create a component by using Visual Basic or Visual C#. •Create a Microsoft ASP.NET Web Form that contains server controls. •Add functionality to server controls that are on an ASP.NET Web form. •View runtime information about a Web application by using the Trace and Debug objects. •Validate user input by using validation controls. •Create and implement a user control. •Access data by using Microsoft ADO.NET 3.5 and the built-in data access tools available in Visual Studio 2008. •Accomplish complex data access tasks from an ASP.NET Web application. •Access and manipulate data that was stored by using Extensible Markup Language (XML). •Create and extend an ASP.NET AJAX application. •Create a Microsoft Silverlight-based application that delivers dynamic content. •Call a Web service from an ASP.NET Web application and incorporate the returned data into a Web application. •Store ASP.NET Web application and session data by using a variety of methods. •Configure and deploy an ASP.NET Web application. •Secure an ASP.NET Web application by using a variety of technologies, including authentication and authorization
Prerequisites
Before attending this course, students must have: -Knowledge of HTML or DHTML, including: Tables Images Forms -Programming experience using Microsoft Visual Basic or Microsoft Visual C# , including: Declaring variables ,Using loops ,Using conditional statements -The completion of Course 4994, Introduction to Programming Microsoft .NET Framework Applications with Microsoft Visual Studio 2005, satisfies the preceding prerequisite skills requirements for Visual Basic and Visual C#.
Methodology
1. Training 2.Discusions 3. Labs 4.Exercises
Equipment
1.Microsoft Official training material in english language 2. Personal Computers 3.Video Projector 4. Printer 5. Whiteboard and flip charts
TimeTable
DAY 1
Module 1: Overview of the Microsoft .NET Framework •Introduction to the .NET Framework •Overview of ASP.NET •Overview of the Lab Application •Resources
Module 2: Creating Web Applications by Using Microsoft Visual Studio 2008 and Microsoft .NET-Based Languages •Overview of Visual Studio 2008 •Creating an ASP.NET Web Application Project •Overview of the Microsoft .NET-Based Languages •Creating a Component by Using Visual Studio 2008
Lab : Creating Web Applications by Using Microsoft Visual Studio 2008 and Microsoft .NET-Based Languages •Creating an ASP.NET Web Site •Creating a Class •Calling the Component
Module 3: Creating a Microsoft ASP.NET Web Form •Creating Web Forms •Adding Server Controls to a Web Form •Creating Master Pages
Lab : Creating a Microsoft ASP.NET Web Form •Creating the Default.aspx Web Form •Creating the benefitsMaster Master Page •Creating the Life.aspx Web Form
Day 2 Module 4: Adding Code to a Microsoft ASP.NET Web Form •Implementing Code-Behind Pages •Adding Event Procedures to Web Server Controls •Handling Page Events
Lab : Adding Functionality to a Web Application •Creating a Click Event Procedure •(If Time Permits): Implementing a Component in a User Control
Module 5: Tracing in Microsoft ASP.NET Web Applications •Tracing and the Trace Object •Remote Debugging
Lab : Tracing in Microsoft ASP.NET Web Applications •Implementing Trace Statements •Tracing into a Component
Module 6: Validating User Input •Overview of User Input Validation •Validation Controls •Page Validation
Lab : Validating User Input •Implementing RequiredFieldValidator Controls •Implementing the ValidationSummary Control •Implementing the CompareValidator Control •Implementing the RegularExpressionValidator Control
DAY 3 Module 7: Creating and Implementing User Controls •Adding User Controls to an ASP.NET Web Form •Creating User Controls
Lab : Creating and Implementing User Controls •Creating a User Control •Implementing a User Control
Module 8: Accessing Data with Microsoft ADO.NET and Visual Studio 2008 •Overview of ADO.NET •Connecting to a Database •Accessing Data •Accessing Multiple Tables
Lab : Accessing Data with Microsoft ADO.NET and Visual Studio 2008 •Connecting to the Doctors Database •Paging and Selection in a GridView Control •Implementing a SqlDataReader •(If Time Permits) Viewing Doctors from All Cities
Module 9: Accomplishing Complex Data Access Tasks •Overview of Stored Procedures •Calling Stored Procedures •Data Access with LINQ to SQL
Lab : Accomplishing Complex Data Access Tasks •Get Unique City Names •Get Doctor Specialties •Get Doctor Specialties by Using LINQ to SQL
DAY 4 •Module 10: Reading and Writing XML Data •Overview of XML Architecture in ASP.NET •XML and the DataSet Object •Managing XML Data •Accessing XML Data by Using the XML Web Server Control
Lab : Reading XML Data •Reading a List of Mutual Funds from an XML File •Reading, Transforming, and Displaying XML •(If Time Permits): Nested Data
Module 11: Creating an ASP.NET AJAX Application •Introduction to ASP.NET AJAX •Extending an Application by Using the ASP.NET AJAX Control Toolkit
Lab : Creating an ASP.NET AJAX Application •Implementing Partial Page Rendering with the UpdatePanel Control •Installing and Using the AJAX Control Toolkit
DAY 5 Module 12: Delivering Dynamic Content with Microsoft Silverlight •Overview of Microsoft Silverlight •Creating Silverlight-Based Applications with Visual Studio 2008
Lab : Delivering Dynamic Content with Microsoft Silverlight •Creating a Microsoft Silverlight-Based Application •Adding Dynamic Content to a Microsoft Silverlight Application
Module 13: Consuming and Creating XML Web Services •Overview of Using XML Web Services •Calling an XML Web Service •Creating an XML Web Service
Lab : Consuming and Creating XML Web Services •Creating the Dentist XML Web Service and the GetAllDentists XML Web Service Method •Creating the GetDentistsByPostalCode XML Web Service Method Consuming the GetDentistsByPostalCode XML Web Service Method
Module 14: Managing State •State Management •Application and Session Variables •Cookies and Cookieless Sessions
Lab : Storing Application and Session Data •Implementing Session Variables •Implementing Cookies •Implementing Application Variables •Storing Session Variables in a Database
Module 15: Configuring, Optimizing, and Deploying a Microsoft ASP.NET Web Application •Implementing the Cache Object •ASP.NET Output Caching •Configuring an ASP.NET Web Application •Deploying an ASP.NET Web Application
Lab : Configuring, Optimizing, and Deploying a Microsoft ASP.NET Web Application •Caching a DataSet by Using the Cache Object •Reducing Response Times by Using the Page Output Cache •Partial Page Caching •Implementing Dynamic Properties •Deploying Your Site
Module 16: Securing a Microsoft ASP.NET Web Application •Web Application Security Overview •Windows-Based Authentication •Forms-Based Authentication
Lab : Securing a Microsoft ASP.NET Web Application •Securing Your Web Site by Using Windows-Based Authentication •Securing Your Web Site by Using Forms-Based Authentication •Registering New Users
|