1 / 17

Module 2:Using Microsoft Visual Studio .NET

Module 2:Using Microsoft Visual Studio .NET. Overview. Overview of Visual Studio .NET Creating an ASP.NET Web Application Project. Lesson: Overview of Visual Studio .NET. Why Visual Studio .NET? Start Page Available Project Templates Practice: Select the Project Template

eadoin
Download Presentation

Module 2:Using Microsoft Visual Studio .NET

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Module 2:Using 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 Create a New Project Create the Interface and Write Code Test and Debug 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 Solution ProjectA Solution.sln ProjectA.vbproj WebForm1.aspx WebForm1.aspx.vb(Code-behind page) Development Files Assembly Files Bin 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 Web.config tempdb Life InsuranceLife.aspx RetirementRetirement.aspx MedicalMedical.aspx DentistsDental.aspx XML Web ServicedentalService1.asmx ProspectusProspectus.aspx DoctorsDoctors.aspx User Controlnamedate.ascx Lab Web Application XML Files Doctors Dentists

More Related