Module 2:Using Microsoft Visual Studio 'NET - PowerPoint PPT Presentation

1 / 17
About This Presentation
Title:

Module 2:Using Microsoft Visual Studio 'NET

Description:

Practice: Using the Visual Studio .NET IDE. Students will: ... Register.aspx. Coho. Winery. Prospectus. Prospectus.aspx. XML Web. Service. dentalService1.asmx ... – PowerPoint PPT presentation

Number of Views:164
Avg rating:3.0/5.0
Slides: 18
Provided by: eri5159
Category:

less

Transcript and Presenter's Notes

Title: Module 2:Using Microsoft Visual Studio 'NET


1
Module 2Using Microsoft Visual Studio .NET
2
Overview
  • Overview of Visual Studio .NET
  • Creating an ASP.NET Web Application Project

3
Lesson Overview of Visual Studio .NET
  • Why Visual Studio .NET?
  • Start Page
  • Available Project Templates
  • Practice Select the Project Template
  • Integrated Development Environment (IDE)
  • Demonstration Using the Visual Studio .NET IDE
  • Practice Using the Visual Studio .NET IDE

4
Why Visual Studio .NET?
  • One IDE for multiple languages and multiple
    project types
  • Multiple languages within a project
  • Multiple project types within a solution
  • Integrated browser
  • Debugging support
  • Customizable interface

5
Start Page
  • Online support access
  • Recent projects

6
Available Project Templates
  • The list of available project templates is based
    on your Profile and Project Type selections

7
Practice Select the Project Template
  • Students will
  • Select the correct project template given a
    scenario
  • Time 5 minutes

8
Integrated Development Environment (IDE)
Editor/Browser
Object Browser
SolutionExplorer
Toolbox
Properties
ServerExplorer
Task List
Dynamic Help
9
Demonstration Using the Visual Studio .NET IDE
  • Open Visual Studio .NET
  • Create a new ASP.NET Web Application
  • Rename the Web Application
  • Add tasks to the Task List
  • Use Dynamic Help

10
Practice Using the Visual Studio .NET IDE
  • Students will
  • Perform tasks with the Visual Studio .NET IDE
  • Timing
  • 5 minutes

11
Lesson Creating an ASP.NET Web Application
Project
  • The Development Process
  • Web Application Files
  • Web Application File Structure
  • Demonstration Creating a Web Application Project

12
The Development Process
Create a DesignSpecification
Test and Debug
Create the Interface and Write Code
Create a New Project
Build
Visual Studio .NET
Deploy
13
Web Application Files
  • Solution files (.sln, .suo)
  • Project files (.vbproj, .csproj)
  • Web application files
  • ASP.NET Web Forms (.aspx)
  • ASP.NET Web services (.asmx)
  • Classes, code-behind pages (.vb or .cs)
  • Global application classes (.asax)
  • Web.config file
  • Project assembly (.dll)

14
Web Application File Structure
Inetpub
My Documents
wwwroot
Visual StudioProjects
ProjectA
Solution
Solution.sln
ProjectA.vbproj
WebForm1.aspx
WebForm1.aspx.vb(Code-behind page)
Development Files
Bin
Assembly Files
Build
ProjectA.dll
15
Demonstration Creating a Web Application Project
  • Populate the ASP.NET Web Form
  • Add a new ASP.NET Web Form
  • Add a new project
  • Write code for the button
  • Build and debug the solution

16
Review
  • Overview of Visual Studio .NET
  • Creating an ASP.NET Web Application Project

17
Lab 2 Using Microsoft Visual Studio .NET
Logon Page Login.aspx
BenefitsHome PageDefault.aspx
CohoWinery
Page HeaderHeader.ascx
ASPState
Menu ComponentClass1.vb or Class1.cs
Registration Register.aspx
tempdb
Web.config
MedicalMedical.aspx
Life InsuranceLife.aspx
RetirementRetirement.aspx
DentistsDental.aspx
XML Web ServicedentalService1.asmx
DoctorsDoctors.aspx
ProspectusProspectus.aspx
User Controlnamedate.ascx
Lab Web Application
Dentists
Doctors
XML Files
Write a Comment
User Comments (0)
About PowerShow.com