2310C - Developing Web Applications Using Microsoft Visual Studio 2008

Curso

Em Cerqueira César

Preço para verificar

Descrição

  • Tipologia

    Curso

  • Local

    Cerqueira césar

  • Horário de aulas

    40h

Elements of this syllabus are subject to change.This five-day instructor-led 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 t.. Dirigido a: This course is intended for introductory-level 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.This course is also appropriate for Microsoft Visual Basic 6.0, Microsoft Visual Basic for Applications (VBA) or classic ASP developers who want...

Instalações

Localização

Início

Cerqueira César (São Paulo)
Ver mapa
Av. Paulista 2073 - Ed. Horsa 2 - 1º E 2º Andares - Cerqueira César Cep 01311-300 - São Paulo - Sp, 01311-300

Início

Consultar

A ter em conta

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 statementsThe completion of Course 4994, Introduction to Programming Microsoft .NET Framework Applications with Microsoft Visual Studio 2005, satisfie...

Perguntas & Respostas

Adicione sua pergunta

Nossos conselheiros e outros usuários poderão responder a você

Quem você quer que lhe responda?

Digite seus dados para receber uma resposta

Publicaremos apenas seu nome e pergunta

Opiniões

Programa

Idioma: Inglês

Fornecedor: Microsoft

Carga Horária
40 horas
Pré-requisitos
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 statementsThe 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#.
Objetivos
Elements of this syllabus are subject to change.This five-day instructor-led 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.
A quem se destina
This course is intended for introductory-level 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.This course is also appropriate for Microsoft Visual Basic 6.0, Microsoft Visual Basic for Applications (VBA) or classic ASP developers who want to learn ASP.NET 3.5 and other Microsoft Web development technologies.


Não há informações cadastradas para este tópico.

Não há informações cadastradas para este tópico.

Não há informações cadastradas para este tópico.


Módulos do Curso
  • Modulo 1

    Module 1: Overview of the Microsoft .NET Framework

    • »Introduction to the .NET Framework
    • »Overview of ASP.NET
    • »Overview of the Lab Application
    • »Resources
  • Modulo 2

    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
  • Modulo 3

    Module 3: Creating a Microsoft ASP.NET Web Form

    • »Creating Web Forms
    • »Adding Server Controls to a Web Form
    • »Creating Master Pages
  • Modulo 4

    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
  • Modulo 5

    Module 5: Tracing in Microsoft ASP.NET Web Applications

    • »Tracing and the Trace Object
    • »Remote Debugging
  • Modulo 6

    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
  • Modulo 7

    Module 9: Accomplishing Complex Data Access Tasks

    • »Overview of Stored Procedures
    • »Calling Stored Procedures
    • »Data Access with LINQ to SQL
  • Modulo 8

    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
  • Modulo 9

    Module 11: Creating an ASP.NET AJAX Application

    • »Introduction to ASP.NET AJAX
    • »Creating an ASP.NET AJAX Application by Using the ASP.NET AJAX Extensions
    • »Extending an Application by Using the ASP.NET AJAX Control Toolkit
  • Modulo 10

    Module 12: Delivering Dynamic Content with Microsoft Silverlight

    • »Overview of Microsoft Silverlight
    • »Creating Silverlight-Based Applications with Visual Studio 2008
  • Modulo 11

    Module 13: Consuming and Creating XML Web Services

    • »Overview of Using XML Web Services
    • »Calling an XML Web Service
    • »Creating an XML Web Service
  • Modulo 12

    Module 14: Managing State

    • »State Management
    • »Application and Session Variables
    • »Cookies and Cookieless Sessions
  • Modulo 13

    Course OutlineModule 1: Overview of the Microsoft .NET Framework

    • »Introduction to the .NET Framework
    • »Overview of ASP.NET
    • »Overview of the Lab Application
    • »Resources
  • Modulo 14

    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
  • Modulo 15

    Module 3: Creating a Microsoft ASP.NET Web Form

    • »
    • »Creating Web Forms
    • »Adding Server Controls to a Web Form
    • »Creating Master Pages
  • Modulo 16

    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
  • Modulo 17

    Module 5: Tracing in Microsoft ASP.NET Web Applications

    • »Tracing and the Trace Object
    • »Remote Debugging
  • Modulo 18

    Module 6: Validating User Input

    • »Overview of User Input Validation
    • »Validation Controls
    • »Page Validation
  • Modulo 19

    Module 7: Creating and Implementing User Controls

    • »Adding User Controls to an ASP.NET Web Form
    • »Creating User Controls
  • Modulo 20

    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
  • Modulo 21

    Module 9: Accomplishing Complex Data Access Tasks

    • »Overview of Stored Procedures
    • »Calling Stored Procedures
    • »Data Access with LINQ to SQL
  • Modulo 22

    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
  • Modulo 23

    Module 11: Creating an ASP.NET AJAX Application

    • »Introduction to ASP.NET AJAX
    • »Creating an ASP.NET AJAX Application by Using the ASP.NET AJAX Extensions
    • »Extending an Application by Using the ASP.NET AJAX Control Toolkit
  • Modulo 24

    Module 12: Delivering Dynamic Content with Microsoft Silverlight

    • »Overview of Microsoft Silverlight
    • »Creating Silverlight-Based Applications with Visual Studio 2008
  • Modulo 25

    Module 13: Consuming and Creating XML Web Services

    • »Overview of Using XML Web Services
    • »Calling an XML Web Service
    • »Creating an XML Web Service
  • Modulo 26

    Module 14: Managing State

    • »State Management
    • »Application and Session Variables
    • »Cookies and Cookieless Sessions
  • Modulo 27

    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
  • Modulo 28

    Module 16: Securing a Microsoft ASP.NET Web Application

    • »Web Application Security Overview
    • »Windows-Based Authentication
    • »Forms-Based Authentication
  • Modulo 29

    Module 6: Validating User Input

    • »Overview of User Input Validation
    • »Validation Controls
    • »Page Validation
  • Modulo 30

    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
  • Modulo 31

    Module 16: Securing a Microsoft ASP.NET Web Application

    • »Web Application Security Overview
    • »Windows-Based Authentication
    • »Forms-Based Authentication
  • Modulo 32

    Module 7: Creating and Implementing User Controls

    • »Adding User Controls to an ASP.NET Web Form
    • »Creating User Controls


2310C - Developing Web Applications Using Microsoft Visual Studio 2008

Preço para verificar