Unit 2
Unit 2
Studio 2008
Rapid Application Development.
• In Visual Studio 2008, developer productivity
doesn’t end with the code editor and wizards.
• It provides new tools and frameworks to
– simplify the tasks of developers, designers, and
database professionals for new application
architectures and platforms
• Visual Studio 2008 not only delivers a productive
development tool, but also enables developers to
tackle new business problems while decreasing
the total cost of solution construction.
Effective Team Collaboration
• Visual Studio 2008 enhances the end-to-end value
of Visual Studio Team System by
– increasing its role-based coverage
– delivering enhanced traceability throughout the
software development life cycle.
• With deep integration across roles in the software
life cycle and the Team Foundation Server, Team
System enables
– customers to amplify the impact of their teams
– improve software quality.
Breakthrough User Experience
• As users look for new ways to comprehend
and retain information, developers must still
grapple with basic desktop and application
security.
• Visual Studio, Windows Vista, and the 2007
Office system enable developers to deliver a
safe, robust, and compelling user experience
in any type of application.
• These fundamental advances enable customers to
rapidly create connected applications that deliver
the highest quality, rich user experiences regardless
of project complexity or organization size.
Start Page
Creating a New Project
Specify project
name
Specify
location
Design View
Solution Explorer
Expanded
mode
Collapsed
mode
Form file
Continue 🡪
Properties Window
Categorized &
Alphabetic Property name
listing options
Collapsed
mode
Saving Project
• File > Save All
• Do not use File > Save or Save As
• To copy a project, use Windows Explorer to copy the
entire project folder
Outline
• Install Visual studio 2008
• Visual Studio Environment
• Menu Bar and Toolbar
• Visual Studio .NET IDE Windows
• Solution Explorer
– Toolbox
– Properties Window
– Using Help
Install Visual Studio IDE
• Download Visual studio IDE from the internet.
• Opening Setup.exe
Getting start
(Help)
Select programming
language in our case
(visual C#)
4- Solution explorer
Text
BackColor
Font
Location
Size
4- The solution explorer
Execute Program
• You can execute program using
toolbar icon
<Code Language=“C#">
<![CDATA[Console.WriteLine("Hello, World!")]]>
</Code>