






Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
An overview of creating an asp.net application using microsoft visual studio 2010. It covers the introduction to visual studio 2010, its tools, and the design surface. Additionally, it explains how to create a new web site, use the toolbox, and debug the application. Intended for university students and lifelong learners.
Typology: Slides
1 / 10
This page cannot be seen from the preview
Don't miss anything!







How to create a first ASP.NET application
The Toolbox contains HTML controls and ASP.NET controls Drag control instances using Design or Source view The Solution Explorer lists the application’s files The Properties window is used to set object properties Other windows work as you would expect
It’s conceptually similar to the Windows Forms Designer Views Design view is displays a ‘rough’ visual representation of the page Source view displays the code for the page itself
Debugging windows work the same way in desktop and ASP.NET applications Set breakpoints on executable code lines Print values to the Immediate window Use Watch windows to interrogate the values of variables It’s possible to debug client-side Java script Note that script debugging must be enabled
Visual Studio creates A default Web page named default.aspx A code-behind file containing C# or VB code A web.config file to configure the application