Curso de Developing web applications using microsoft visual studio 2008

Solicitar información

Analisis de educaedu

José Cortes

Curso de Developing web applications using microsoft visual studio 2008

  • Modalidad de impartición El Curso de Developing web applications using microsoft visual studio 2008 se imparte de forma presencial.
  • Número de horas El programa tiene una duración de 35 horas.
  • Titulación oficial Al finalizar el alumno obtiene un certificado.
  • Valoración del programa El Curso de Developing web applications using microsoft visual studio 2008 introduce a los Desarrolladores Web los principios básicos del desarrollo de aplicaciones así como en las mejores prácticas del desarrollo en Microsoft web incluyendo asp. Net 3. 5, asp. Net extensiones Ajax y Silverlight. El programa del Curso se enfoca en el desarrollo con Microsoft Visual Studio 2008 y con Microsoft Net Framework 3.5 con la finalidad de crear aplicaciones dinámicas en un sitio web.
  • Precio del curso Consultar precio.
  • Dirigido a El Curso se dirige a Desarrolladores web principiantes con conocimientos de hypertext markup language (html) o dynamic html (dhtml).
  • Empleabilidad El egresado puede dedicarse al Desarrollo de apps, Analista/Programador Freelance o para Empresas, Database and desktop application development, entre otros.

Curso de Developing web applications using microsoft visual studio 2008

  • Contenido duración: 35hrs.

    about this course
    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.
    audience profile
    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.
    at course completion
    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.

    module 1: overview of the microsoft . Net framework
    this module describes the key features of the microsoft . Net framework and asp. Net.
    lessons
    •introduction to the . Net framework
    •overview of asp. Net
    •overview of the lab application
    •resources
    after completing this module, students will be able to:
    •explain the advantages of using the . Net framework.
    •describe the key functionality and purpose of asp. Net in developing web applications.
    •describe the basic functionality of the web site that students will build in the labs in course 2310c.
    •list resources for web application development with visual studio 2008.
    module 2: creating web applications by using microsoft visual studio 2008 and microsoft . Net-based languages
    this module explains how to create a web application by using visual studio 2008. It also describes how to create a component by using visual basic or c#.
    lessons
    •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
    after completing this module, students will be able to:
    •navigate the visual studio 2008 integrated development environment (ide).
    •create, build, and view an asp. Net web application project.
    •identify the languages that support the . Net framework and choose an appropriate development language for your needs.
    •create a component by using microsoft visual basic or microsoft visual c#.
    module 3: creating a microsoft asp. Net web form
    this module describes how to create a microsoft asp. Net web form that contains server controls and uses a master page.
    lessons
    •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
    after completing this module, students will be able to:
    •add a web form to an asp. Net web application project.
    •add server controls to a web form by using the microsoft visual studio 2008 toolbox.
    •create a web form that uses a master page.

    module 4: adding code to a microsoft asp. Net web form
    this module explains how to add functionality to server controls that are on an asp. Net web form.
    lessons
    •implementing code-behind pages
    •adding event procedures to web server controls
    •handling page events
    lab : adding functionality to a web application
    •creating a page_load event procedure
    •creating a click event procedure
    •(if time permits): implementing a component in a user control
    after completing this module, students will be able to:
    •implement code-behind pages in a web application.
    •create event procedures for web server controls.
    •handle page events in a web application.
    module 5: tracing in microsoft asp. Net web applications
    this module explains how to view runtime information about a web application by using the trace and debug objects.
    lessons
    •tracing and the trace object
    •remote debugging
    lab : tracing in microsoft asp. Net web applications
    •implementing trace statements
    •tracing into a component
    after completing this module, students will be able to:
    •view runtime information about a web application by using the trace object.
    •view runtime information about a web application by using the debug object.
    module 6: validating user input
    this module explains how to validate user input by using validation controls.
    lessons
    •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
    after completing this module, students will be able to:
    •identify when input validation is appropriate in web forms.
    •verify user input on a web form by using input validation controls.
    •verify that all validation controls on a page are valid.
    module 7: creating and implementing user controls
    this module explains how to create and implement a user control.
    lessons
    •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
    after completing this module, students will be able to:
    •add a user control to a microsoft asp. Net web form.
    •create a user control.
    module 8: accessing data with microsoft ado. Net and visual studio 2008
    this module explains how to access data by using microsoft ado. Net 3. 5 and the built-in data access tools available in visual studio 2008.
    lessons
    •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
    after completing this module, students will be able to:
    •describe the key features of ado. Net.
    •create a connection to a database by using ado. Net.
    •access data from a sql server database by using a dataset and datareader.
    •store multiple tables of data in a dataset object and then display that data in gridview controls.
    module 9: accomplishing complex data access tasks
    this module explains how to call stored procedures from an asp. Net web application. It also covers how to access data from a database by using linq to sql.
    lessons
    •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
    after completing this module, students will be able to:
    •explain what a stored procedure is and the reasons for using stored procedures when accessing a database.
    •call stored procedures.
    •query and update data in a sql server database by using linq to sql.
    module 10: reading and writing xml data
    this module explains how to access and manipulate data that was stored by using extensible markup language (xml).
    lessons
    •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
    after completing this module, students will be able to:
    •describe xml architecture in microsoft asp. Net.
    •read and write xml data into a dataset object.
    •store, retrieve, and transform xml data by using xmldatadocument and xsltransform objects.
    •display, load, and save xml data by using the xml web server control.
    module 11: creating an asp. Net ajax application
    this module explains how to create and extend an asp. Net ajax application.
    lessons
    •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
    lab : creating an asp. Net ajax application
    •implementing partial page rendering with the updatepanel control
    •installing and using the ajax control toolkit
    after completing this module, students will be able to:
    •explain the purpose of asp. Net ajax and list its key components.
    •create an asp. Net ajax application by using the asp. Net ajax extensions.
    •extend an asp. Net ajax application by using the asp. Net ajax control toolkit.
    module 12: delivering dynamic content with microsoft silverlight
    this module explains how to create a microsoft silverlight-based application that delivers dynamic content.
    lessons
    •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
    after completing this module, students will be able to:
    •describe the purpose and features of microsoft silverlight.
    •create a silverlight-based application by using visual studio 2008.
    module 13: consuming and creating xml web services
    this module explains how to call a web service from an asp. Net web application and incorporate the returned data into a web application.
    lessons
    •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 getalldentists xml web service method
    •consuming the getdentistsbypostalcode xml web service method
    after completing this module, students will be able to:
    •describe the purpose and process behind calling an xml web service from a web form.
    •call an xml web service directly from a browser by using http and call a web method from a web form.
    •create an xml web service by using the templates in visual studio 2008.
    module 14: managing state
    this module explains how to store asp. Net web application and session data by using a variety of methods.
    lessons
    •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
    after completing this module, students will be able to:
    •describe state management and the options that are available to manage state in an asp. Net web application.
    •manage state in an asp. Net web application by using application and session variables.
    •manage state in an asp. Net web application by using cookies and cookieless sessions.
    module 15: configuring, optimizing, and deploying a microsoft asp. Net web application
    this module explains how to configure and deploy an asp. Net web application.
    lessons
    •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
    after completing this module, students will be able to:
    •store information by using the cache object.
    •store web pages and web page fragments by using asp. Net output caching.
    •configure an asp. Net web application by using the machine. Config and web. Config files.
    •deploy an asp. Net web application.
    module 16: securing a microsoft asp. Net web application
    this module explains how to secure an asp. Net web application by using a variety of technologies, including authentication and authorization.
    lessons
    •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
    after completing this module, students will be able to:
    •describe the asp. Net and iis authentication methods.
    •secure an asp. Net web application by using windows-based authentication.
    •secure an asp. Net web application by using forms-based authentication.

Últimas consultas al curso

"Necesito que uno de nuestros ejecutivos, aprenda a programar en Visual Basic 2008; es Ingeniero en Sistemas. ¿Éste Curso de Visual studio 2008: ado. Net 3. 5 es el adecuado?"

Patricia para Curso de Developing web applications using microsoft visual studio 2008

Distrito Federal

Otra formación relacionada con visual studio

  • Curso - Word

  • Centro: TEI - Tecnologíoa en Informática
  • Solicitar información
  • Curso - Excel avanzado Empresarial

  • Centro: TEI - Tecnologíoa en Informática
  • Solicitar información
  • Curso - Excel Básico Empresarial

  • Centro: TEI - Tecnologíoa en Informática
  • Solicitar información
  • Curso excel sabatino/Dominical

  • Centro: Ti Global Mx
  • Solicitar información
  • Ingeniería en Tecnologías de la Información y Comunicación

  • Centro: Instituto Tecnológico de Tlalnepantla (ITTLA)
  • Solicitar información
  • Maestría en Tecnologías de la Información

  • Centro: Instituto Tecnológico de Tlalnepantla (ITTLA)
  • Solicitar información
  • Curso de Aspel SAE Complemento de Recepción de Pagos

  • Centro: Capacitación Integral Aspel
  • Solicitar información