Curso de Introduction to programming microsoft . Net applications with microsoft visual studio 2005

Contacta sin compromiso con CECODEEM

Para enviar la solicitud debes aceptar la política de privacidad

Galería de imágenes

Análisis de educaedu

José Cortes

José Cortes

Curso de Introduction to programming microsoft . Net applications with microsoft visual studio 2005

  • Modalidad de impartición
    El Curso de Introduction to programming microsoft . Net applications with microsoft visual studio 2005 se imaprte de forma presencial.
  • Número de horas
    Este Curso tiene una extensión de 5 días.
  • Titulación oficial
    Al finalizar el programa el alumno obtiene una certificación.
  • Valoración del programa
    El Curso de Introduction to programming microsoft . Net applications with Microsoft Visual Studio 2005 es una buena introducción para desarrolladores que no están familiarizados con Microsoft .Net Framework o Microsoft Visual Studio 2005; además el alumno aprenderá la implementación de herramientas básicas de Microsoft Visual Basic o Microsoft Visual c# como lenguaje de programación.
  • Precio del curso
    Consultar precio.
  • Dirigido a
    El Curso apunta a programadores novatos e intermedios con al menos tres meses de experiencia en programación.
  • Empleabilidad
    El campo laboral para egresados de este Curso es como Consultor / Desarrollador .Net, Microsoft Consultant and Solution Architect, etc.

Comentarios sobre Curso de Introduction to programming microsoft . Net applications with microsoft visual studio 2005 - Presencial - Tlalnepantla - Estado de México

  • Contenido
    about this course
    this five-day instructor-led course enables introductory-level developers who are not familiar with the microsoft . Net framework or microsoft visual studio 2005 to gain familiarity with the visual studio 2005 development environment. Students will also learn basic skills using either microsoft visual basic or microsoft visual c# as a programming language.

    audience profile
    the target audience for this course includes both novice programmers who have a minimum of three months’ programming experience and intermediate-level programmers who are otherwise new to . Net framework development, and want to learn how to use visual basic or c#.

    at course completion
    after completing this course, students will be able to:
    •describe the key features of the . Net framework and visual studio 2005.
    •create a simple windows forms application.
    •explain programming fundamentals.
    •create and use data types and variables.
    •control program execution by using conditional statements and loops.
    •explain the fundamentals of object-oriented programming.
    •create simple object-oriented applications.
    •develop the user interface in a visual studio 2005 application.
    •validate user input on a windows form.
    •implement debugging and exception handling in a visual studio 2005 application.
    •access data in a visual studio 2005 application.
    •create simple web applications and xml web services.
    •explain the key features of the . Net framework version 3. 0 technologies.
    •test and deploy microsoft . Net framework applications.

    module 1: getting started
    this module introduces the . Net framework and the software development life cycle. It also describes the key features of visual studio 2005.
    lessons
    •introduction to microsoft . Net and the . Net framework
    •introduction to the software development life cycle
    •exploring visual studio 2005
    lab : getting started
    •working in the development environment
    after completing this module, students will be able to:
    •describe microsoft . Net and the . Net framework.
    •describe the software development life cycle.
    •explain the key features of visual studio 2005.
    module 2: creating a simple windows forms application
    this module explains how to create a windows forms application, how to add controls to a form, and how to compile and run the application.
    lessons
    •creating a windows forms project
    •adding controls to a windows forms project
    •compiling and running a windows forms project
    lab : creating a simple windows forms application
    •creating a windows forms application
    •adding controls to the main form
    •compiling and testing the application
    after completing this module, students will be able to:
    •create a windows forms project.
    •add controls to a windows forms project.
    •compile and run a windows forms project.
    module 3: programming fundamentals
    this module explains important programming concepts and terminology. It also covers the main elements of a program and explains how to create and work with items such as functions, properties, and methods. Finally, this module provides guidelines on areas such as naming conventions and code documentation.
    lessons
    •understanding programming concepts
    •defining program structure and flow
    •styling and writing code
    lab : programming fundamentals
    •displaying the current date on a form
    •adding a new form to the application
    •adding controls to the new form
    after completing this module, students will be able to:
    •explain basic programming concepts.
    •define program structure and flow.
    •explain guidelines for styling and writing code.
    module 4: data types and variables
    this module introduces data types, variables, and constants and explains how to use them. It also explains how to use collections and data type conversion.
    lessons
    •introduction to data types
    •defining and using variables
    •defining and using collections
    •converting data types
    lab : data types and variables
    •implementing variables and constants
    •implementing arrays and enumerations
    after completing this module, students will be able to:
    •explain the main features of data types.
    •define and use variables.
    •define and use collections.
    •explain data type conversion.
    module 5: controlling program execution
    this module describes how to control program execution by writing expressions, conditional statements, and iteration statements.
    lessons
    •writing expressions
    •creating conditional statements
    •creating iteration statements
    lab : controlling program execution
    •checking user input
    •enabling and disabling controls
    after completing this module, students will be able to:
    •write expressions that contain operators.
    •create conditional statements.
    •create iteration statements.
    module 6: fundamentals of object-oriented programming
    this module introduces students to the concepts of object-oriented programming, defines important terminology, and shows the syntax for defining classes and creating instances.
    lessons
    •introduction to object-oriented programming
    •defining a class
    •creating a class instance
    lab : fundamentals of object-oriented programming
    •creating a salesperson class
    •creating and using a salesperson object
    after completing this module, students will be able to:
    •describe the essential features of object-oriented programming.
    •define a class.
    •create a class instance.
    module 7: creating object-oriented applications
    this module describes how to design classes by using the class designer tool in visual studio, and also describes how to use inheritance and interfaces.
    lessons
    •designing classes with the class designer tool
    •implementing inheritance
    •defining and implementing interfaces
    lab : creating object-oriented applications
    •creating a base class
    •creating derived classes
    after completing this module, students will be able to:
    •design classes with the class designer tool.
    •implement inheritance.
    •define and implement interfaces.
    module 8: building a user interface
    this module explains how to develop an application by using features such as modal and modeless forms, menus, toolbars, status bars, tool tips, and the helpprovider control.
    lessons
    •managing forms and dialog boxes
    •creating menus and toolbars
    •providing user assistance
    lab : building a user interface
    •adding a menu and a toolbar to an application
    •adding a status bar and tooltips to an application
    after completing this module, students will be able to:
    •manage forms and dialog boxes.
    •create menus and toolbars.
    •provide user assistance.
    module 9: validating user input
    this module explains how to restrict user input on a form, and how to use field-level and form-level validation.
    lessons
    •restricting user input
    •implementing field-level validation
    •implementing form-level validation
    lab : validating user input
    •adding an errorprovider component to a form
    •providing visual cues to the user by enabling an ok button
    after completing this module, students will be able to:
    •restrict user input.
    •implement field-level validation.
    •implement form-level validation.
    module 10: debugging and exception handling
    this module introduces students to the types of errors that can occur in an application, and describes how to use a combination of debugging and exception handling to detect and diagnose these errors.
    lessons
    •types of errors
    •debugging applications
    •handling exceptions in applications
    lab : debugging and exception handling
    •detecting logic errors
    •handling run-time errors
    after completing this module, students will be able to:
    •describe the types of errors that can occur in an application.
    •debug an application.
    •handle exceptions in an application.
    module 11: accessing data
    this module introduces students to data access in . Net framework applications, and shows how to access data both by using the visual studio integrated development environment (ide) and by writing code.
    lessons
    •overview of data access
    •accessing data by using the visual studio 2005 integrated development environment
    •programmatic access to data
    lab : accessing data
    •displaying data by using a datagridview control
    •access data programmatically by using ado. Net
    after completing this module, students will be able to:
    •describe the key features of data access in a . Net framework application.
    •access data by using tools in the visual studio 2005 ide.
    •access data programmatically by using ado. Net and the xmlreader class.
    module 12: creating web applications and xml web services
    this module introduces students to asp. Net, and describes how to create simple web applications and xml web services.
    lessons
    •creating web applications
    •creating and using xml web services
    lab : creating web applications and xml web services
    •creating a web application
    •creating and using an xml web service
    after completing this module, students will be able to:
    •create a web application in asp. Net.
    •create and use an xml web service in asp. Net.
    module 13: exploring . Net framework 3. 0 technologies
    this module introduces the new . Net framework 3. 0 technologies and explains how to create a windows presentation foundation application and a windows communication foundation service.
    lessons
    •introduction to the . Net framework 3. 0 technologies
    •introduction to windows presentation foundation
    •introduction to windows communication foundation
    lab : exploring . Net framework 3. 0 technologies
    •building a windows presentation foundation application
    •building a windows communication foundation service
    •accessing a windows communication foundation service from a windows presentation foundation client
    after completing this module, students will be able to:
    •describe the . Net framework 3. 0 technologies.
    •describe the main features of windows presentation foundation.
    •describe the main features of windows communication foundation.
    module 14: testing and deploying microsoft . Net framework applications
    this module provides an overview of software testing and explains how to use the object test bench (otb). It also explains how to deploy microsoft . Net framework applications by using both windows installer and clickonce.
    lessons
    •overview of testing
    •creating object test bench objects
    •deploying microsoft . Net framework applications
    lab : testing and deploying microsoft . Net framework applications
    •testing an application
    •deploying an application by using clickonce
    •deploying an application by using windows installer
    after completing this module, students will be able to:
    •describe the main features of application testing.
    •create object test bench objects.
    •deploy microsoft . Net framework applications

Últimas consultas al curso

"Me urge tomar un urso de Introduction to programming microsoft sabatinos, me podrían proporcionar precios, horarios y dirección."

Pamela para Curso de Introduction to programming microsoft . Net applications with microsoft visual studio 2005

México

Otra formación relacionada con visual studio

Este sitio utiliza cookies.
Si continua navegando, consideramos que acepta su uso.
Ver más  |