Presentation is loading. Please wait.

Presentation is loading. Please wait.

IDE Walkthrough By: Engr. Faisal ur Rehman CE-105-Spring 2007.

Similar presentations


Presentation on theme: "IDE Walkthrough By: Engr. Faisal ur Rehman CE-105-Spring 2007."— Presentation transcript:

1 IDE Walkthrough By: Engr. Faisal ur Rehman CE-105-Spring 2007

2 Goal IDE definition Components Terminology Properties, method and Events Software release stages

3 Definition: IDE: It is an integrated development environment for developing, compiling, debugging and running applications. All development tools needed are provided in a single window interface

4 IDE Sub-Windows Solution Explorer Properties windows Tool box Debug / immediate window Task List Error List Object browser Output window

5 Terminology A VB.NET program consist of a project / Solution (sln). Each project may have: – Form – Class – Module – Resource – App Data Solution is the group of project

6 Terminology The exe file is present in bin\debug There are three phases / modes of a program i.e., Design, debug / pause and runtime. There are three modes of development known as software release stages: – Pre-alpha – Alpha – Beta

7 IDE – How to Make a new project Add new item Use immediate Window Use task list Object browser

8 Execution Control Starting (or Continuing) Execution Breaking Execution Stopping Execution Stepping Through Your Application – (Step into, Step over and step out) Running to a Specified Location Setting the Execution Point

9 Properties, method and Events

10 Properties can be thought of as an object's attributes, methods as its actions, and events as its responses. Properties: Balloon.Color = Red Balloon.Diameter = 10 Balloon.Inflated = True Methods: Balloon.Inflate Balloon.Deflate Balloon.Rise(5) Events: Sub Balloon_Puncture() Balloon.MakeNoise("Bang") Balloon.Deflate Balloon.Inflated = False End Sub

11 Properties Important properties are Location (Left, Top) Size (height, width) Text Name (lbl, cmd or btn, txt)

12 Methods Important methods are: Move Update Refresh Hide Show

13 Events Click Load MouseMove Keydown

14 Software Release Stages Pre-alpha: At this stage designers are still determining exactly what functionalities the product should and should not have. Alpha: It often lacks features promised in the final release but demonstrates the feasibility and basic structure of the software. The alpha build of the software is usually the first build delivered to the software testers.

15 Software Release Stages Beta (beta version or beta release): Implements all features in the initial requirements analysis. Some developers refer to this stage as a preview, as a technical preview (TP) or as an early access. Other versions are: Release candidate Gold/general availability release Box Copy Stable/unstable (Open Source)

16 Q & A

17 Define IDE Name Components Define – Task list – Immediate window – Properties – Methods – Events Software release stages Phases/ mode of program

18 Thanks


Download ppt "IDE Walkthrough By: Engr. Faisal ur Rehman CE-105-Spring 2007."

Similar presentations


Ads by Google