1 / 18

Chapter 2: Getting Started

Chapter 2: Getting Started. AY 2012-2013. Overview. Lesson1: Introduction to .NET and the .NET Framework Lesson2: Exploring Visual Studio .NET Lesson3: Creating a Windows Application Project. Lesson1: Introduction to .NET and the .NET Framework. What Is the .NET Platform?

jed
Download Presentation

Chapter 2: Getting Started

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. Chapter 2: Getting Started AY 2012-2013

  2. Overview • Lesson1: Introduction to .NET and the .NET Framework • Lesson2: Exploring Visual Studio .NET • Lesson3: Creating a Windows Application Project

  3. Lesson1: Introduction to .NET and the .NET Framework • What Is the .NET Platform? • What Is the .NET Framework? • How the .NET Framework Works

  4. What Is the .NET Platform? Developer Tools Devices Servers XML Web Services User Experiences .NET platform components

  5. Multimedia: Introduction to Microsoft.NET

  6. What Is the .NET Framework? Programming Languages ADO.NET, Windows forms, ASP.NET, Globalization, Security .NET Framework Class Library Common Language Runtime Operating System

  7. How the .NET Framework Works .NET Framework Class Library Visual Basic Applications Data Types ADO.NET Web Services Visual C# Applications Windows Common Language Runtime Visual C++ Applications Programming Services .NET Platform Code JIT compiler producesmachine language Source code compiles as MSIL MSIL: Microsoft Intermediate Language JIT :just-in-time

  8. Multimedia: Introduction to the .NET Framework

  9. Lesson2: Exploring Visual Studio .NET • Programming Features of Visual Studio .NET • Structure of Visual Studio Solutions and Projects • The Development Process

  10. Programming Features of Visual Studio .NET Web Forms Tools Windows Forms Tools Visual Studio .NET Multiple Languages Error Handling One-stop Application Development XML Web Services Tools Data Access Design Develop Debug Deploy

  11. Structure of Visual Studio Solutions and Projects • Solution • A container for the projects and solution items that can be built into an application • A solution usually contains one or more related projects • Project • A container within a solution to logically manage, build, and debug the project items that make up your application

  12. The Development Process Create a design specification 1 Createthe user interface 2 • Set properties for the user interface objects 3 Write code to add functionality 4 Test and debug the application 5 • Make an executable file 6 Create a setup application 7

  13. Lesson3: Creating a Windows Application Project • What Is an Application Template? • How to Use the Windows Forms Designer • How to Use the Properties Window

  14. What Is an Application Template? • Provides starter files, project structure, and environment settings

  15. How to Use the Windows Forms Designer Controls to createthe user interface Windows Forms Designer Solution Explorer Properties

  16. How to Use the Properties Window Set properties suchas size, caption,and color

  17. Practice: Creating a Basic Windows Application Hands-on Practice • In this practice, you will create a basic Windows application

  18. Q & A

More Related