Close
Contact Us sales.europe@learnquest.com

??WelcomeName??
??WelcomeName??
« Important Announcement » Nous contacter +33 1 8564 0137 | USA Flag
Close
Close
Close
photo

Thank you for your interest in LearnQuest.

Your request is being processed and LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

photo

Thank you for your interest in Private Training.

We look forward to helping you develop the perfect training solution to help you meet your company's goals.

For immediate assistance, speak with one of our representatives using the chat module below. Otherwise, LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

Close
photo

Thank you for your interest in LearnQuest!

Now, you will be able to stay up-to-date on our latest course offerings, promotions, and training discounts. Watch your inbox for upcoming special offers.

title

Date: xxx

Lieu: xxx

Heure: xxx

Prix: xxx

Veuillez prendre un moment pour remplir ce formulaire. Nous vous répondrons dès que possible.

Tous les champs signalés par un astérisque sont obligatoires.

Introduction to Web Development with Microsoft® Visual Studio® 2010

Prix
2 620 EUR
5 Days
MOC-10267-DE-CH
Classroom Training, Online Training
Microsoft
Prices reflect a 22.5% discount for IBM employees (wherever applicable).
Prices reflect a 24% discount for Kyndryl employees (wherever applicable).
Prices reflect the Accenture employee discount.
Prices shown are the special AWS Partner Prices.
Prices reflect the Capgemini employee discount.
Prices reflect the UPS employee discount.
Prices reflect the ??democompanyname?? employee discount.
GSA Private/Onsite Price: ??gsa-private-price??
For GSA pricing, please go to GSA Advantage.

Calendrier des sessions

Formats de classe

Trier les résultats

Filtrer la formation

Sessions garanties

Modalité

Lieu

Langue

Date

  • Date: 6-May-2024 to 10-May-2024
    Heure: 10:00-17:00 Geneva Time
    Lieu: Virtual
    Langue: German
    Livraison par: LearnQuest
    Price: 2 620 EUR
  • Date: 6-May-2024 to 10-May-2024
    Heure: 09:00-17:00 Bern Time
    Lieu: Virtual
    Langue: English
    Livraison par: LearnQuest
    Price: 2 620 EUR
Voir le calendrier global

Description de la formation

Résumé

In this course, students will be introduced to ASP.NET Web development using ASP.NET Web Forms and supporting Microsoft technologies.This course focuses more on server-side programming and data access/management rather than client-side programming. AJAX is covered at a beginner level. Additional Web development models such as Silverlight and ASP.NET MVC are demonstrated for students but will not be covered in any significant detail.
 

Objectifs

This five-day instructor-led course provides knowledge and skills on developing Web applications by using Microsoft Visual Studio 2010.

 

Public

This course is intended for Web developers who are beginners and 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.
Students are required to have the following skills:
  • Ability to construct a simple Web page using a Microsoft or 3rd Party tool. For example, create or customize a Web Page on a SharePoint site.

 

Prérequis

    Before attending this course, students must have at least one month of experience in .NET technologies. In addition to their professional experience, students who attend this training should have the following technical knowledge:
    • Knowledge of HTML or DHTML, including:
      • Tables
      • Images
      • Forms
    • Programming experience using Visual Basic .NET or Visual C# .NET, including:
      • Declaring variables
      • Using loops
      • Using conditional statements
    The completion of Course 2667, Introduction to Programming, satisfies the preceding prerequisite programming skills requirement.

     

Contenu

Course OutlineModule 1: Exploring Microsoft ASP.NET Web Applications in Microsoft Visual Studio 2010This module explains the key features of Microsoft .NET Framework and Microsoft ASP.NET. It helps you view the complete Web application that you build in the labs throughout this courseLessons
  • Introduction to the .NET Framework
  • Overview of ASP.NET
  • Overview of the Lab Application
Lab : There are no labs for this module
After completing this module, students 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
This module describes the different programming languages that are available when you develop Microsoft .NET Framework applications. It 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#. It provides an overview of Microsoft Visual Studio 2010. It also explains how to create a simple Web application.
Lessons
  • Choosing a Programming Language
  • Overview of Visual Studio 2010
  • Creating a Simple Web Application
Lab : Creating Web Applications by Using Microsoft Visual Studio 2010 and Microsoft .NET- Based Languages
After completing this module, students will be able to:
  • Choose a programming language.
  •  Describe Visual Studio 2010.
  •  Create a simple Web application.
Module 3: Creating a Microsoft ASP.NET Web Form
This module explains how to create Web Forms and populate them with server controls.
Lessons
  • Creating Web Forms
  • Adding and Configuring Server Controls in a Web Form
Lab : Creating a Microsoft ASP.NET Web Form
After completing this module, students will be able to:
  • Create Web Forms.
  • Add and configure server controls in a Web Form.
Module 4: Adding Functionality to a Microsoft ASP.NET Web Form
This module describes the various methods that you can use to add code to your Microsoft ASP.NET Web application. It explains how to use Web server controls, event handlers, code-behind files, and components. In addition, it 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
Lab : Adding Functionality to a Microsoft ASP.NET Web Form
After completing this module, students will be able to:
  • 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 ControlsThis module explains 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
Lab : Implementing Master Pages and User Controls
After completing this module, students will be able to:
  • Create master pages.
  • Add user controls to a Microsoft ASP.NET Web Form.
Module 6: Validating User Input
This module provides an overview of user input validation. It covers information on adding, positioning, and configuring validation controls on a Web Form. In addition, it covers information on validating Web Forms.
Lessons
  • Overview of User Input Validation
  • ASP.NET Validation Controls
  • Validating Web Forms
Lab : Validating User Input
After completing this module, students will be able to:
  • Describe user input validation
  • Implement Microsoft ASP.NET validation controls
  • Validate Web Forms
Module 7: Troubleshooting Microsoft ASP.NET Web Applications
This module describes the steps required to enable tracing and debugging, including how you can use debugging and tracing in a Web application.
Lessons
  • Debugging in ASP.NET
  • Tracing in ASP.NET
Lab : Debugging Microsoft ASP.NET Web Applications
After completing this module, students will be able to:
  • Perform debugging in Microsoft ASP.NET
  • Perform tracing in ASP.NET
Module 8: Managing Data in an Microsoft ASP.NET 4.0 Web Application
This module provides an overview of Microsoft ADO.NET. It 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, it 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
Lab : Managing Data in an ASP.NET 4.0 Web Application
After completing this module, students will be able to:
  • Describe ADO.NET.
  •  Connect to a database.
  •  Manage data.
Module 9: Managing Data Access Tasks by Using LINQ
This module explains what LINQ is and how you can use LINQ 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
Lab : Managing Data Access Tasks by Using LINQ
After completing this module, students will be able to:
  • 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 DataThis module provides an overview of Microsoft ASP.NET Dynamic Data. It also covers information on applying ASP.NET Dynamic Data. In addition, it explains how to customize ASP.NET Dynamic Data applications.Lessons
  • Overview of ASP.NET Dynamic Data
  • Applying ASP.NET Dynamic Data
  • Customizing ASP.NET Dynamic Data Applications
Lab : Managing Data by Using ASP.NET Dynamic Data
After completing this module, students will be able to:
  • Describe ASP.NET Dynamic Data
  • Apply ASP.NET Dynamic Data
  • Customize ASP.NET Dynamic Data applications
Module 11: Creating a Microsoft ASP.NET Ajax-enabled Web Forms Application
This module provides an overview of Microsoft ASP.NET AJAX and explains how to create an ASP.NET AJAX application. It 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
Lab : Creating a Microsoft ASP.NET Ajax-Enabled Web Forms Application
After completing this module, students will be able to:
  • 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
This module provides an overview of Windows Communication Foundation services. In addition, this module 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
Lab : Consuming Windows Communication Foundation Services
After completing this module, students will be able to:
  • Describe WCF services.
  • Call WCF services.
  • Consume Windows Communication Foundation services.
Module 13: Managing State in Web Applications
This module explains how to manage state in a Microsoft ASP.NET Web application.
Lessons
  • State Management
  • ASP.NET Profiles
  • ASP.NET Caching
Lab : Managing State in Web Applications
After completing this module, students will be able to:
  • Describe state management.
  • Describe Microsoft ASP.NET Profiles.
  • Describe ASP.NET Caching.
Module 14: Configuring and Deploying a Microsoft ASP.NET Web Application
This module explains 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
Lab : Configuring and Deploying a Microsoft ASP.NET Web Application
After completing this module, students will be able to:
  • Configure an ASP.NET Web application.
  • Deploy an ASP.NET Web application.
Module 15: Securing a Microsoft ASP.NET Web ApplicationThis module explains the various Web application security functionalities. It 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 Authorization
  • Working Programmatically with Authentication and Authorization
Lab : Securing a Microsoft ASP.NET Web Application
After completing this module, students will be able to:
  • Describe Web application security.
  •  Describe how to declaratively configure authentication and authorization.
  •  Work programmatically with authentication and authorization.
Module 16: Implementing Advanced Technologies Supported by Microsoft Visual Studio 2010 for Web DevelopmentThis module describes 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 2010Lessons
  • Working with the ASP.NET MVC 2 Framework
  • Working with Silverlight 4
Lab : Implementing Advanced Technologies Supported by Microsoft Visual Studio 2010 for Web Development
After completing this module, students will be able to:
  • Work with ASP.NET MVC 2.
  • Work with Silverlight 4.

 
2023 Top 20 Training Industry Company - IT Training

Besoin d'aide ou si vous êtes en situation de handicap?

Si vous êtes en situation de handicap, ou si vous avez besoin d'aide, dites-nous comment nous pouvons vous aider, appelez-nous au +33 1 8564 0137 ou envoyez-nous un e-mail à info@learnquest.com

Solutions personnalisées

Besoin d'une solution personnalisée pour votre formation? Contactez-nous, et un de nos conseillers en formation vous aidera à trouver la meilleure solution.

Nous contacter

Besoin d'aide ou si vous êtes en situation de handicap?

Avez-vous une question sur les formations, les instructions ou les matériaux couverts? Avez-vous besoin d'aide pour trouver le formations qui vous convient le mieux? Nous sommes ici pour vous aider!

Parlez-nous

20% Off All AI Training Courses

Achieve more with AI-powered tools and strategies.

PROMO CODE: AI20
VALID THROUGH APRIL 30, 2024

20% Off All AI Training Courses

Self-Paced Training Info

Learn at your own pace with anytime, anywhere training

  • Same in-demand topics as instructor-led public and private classes.
  • Standalone learning or supplemental reinforcement.
  • e-Learning content varies by course and technology.
  • View the Self-Paced version of this outline and what is included in the SPVC course.
  • Learn more about e-Learning

Course Added To Shopping Cart

bla

bla

bla

bla

bla

bla

Self-Paced Training Terms & Conditions

??spvc-wbt-warning??
??group-training-form-area??
??how-can-we-help-you-area??
??personalized-form-area??
??request-quote-area??

Aucune formation ne correspond à vos critères.

Veuillez nous contacter pour programmer une formation.
Close

self-paced
STOP! Before You Leave

Save 0% on this course!

Take advantage of our online-only offer & save 0% on any course !

Promo Code skip0 will be applied to your registration

Close
Nothing yet
here's the message from the cart

To view the cart, you can click "View Cart" on the right side of the heading on each page
Add to cart clicker.

Purchase Information

??elearning-coursenumber?? ??coursename??
View Cart

Need more Information?

Speak with our training specialists to continue your learning journey.

 

Delivery Formats

Close

By submitting this form, I agree to LearnQuest's Terms and Conditions

heres the new schedule
This website uses third-party profiling cookies to provide services in line with the preferences you reveal while browsing the Website. By continuing to browse this Website, you consent to the use of these cookies. If you wish to object such processing, please read the instructions described in our Privacy Policy.
Your use of this LearnQuest site affirms your consent to our use of session and persistent cookies to track how you use our website.