0% found this document useful (0 votes)
29 views15 pages

Advance Web Application Development: Instructor: Syed Ali Raza Department of Computer Science GC University Lahore

This document provides instructions for installing Microsoft Visual Studio and creating a basic "Hello World" application using the Model-View-Controller (MVC) framework. It discusses: 1. How to install MVC development tools by downloading Visual Studio 2012 or newer, or using the Web Platform Installer. 2. The steps to create a new web application in Visual Studio, including selecting templates and programming languages. 3. An overview of the Visual Studio integrated development environment (IDE) interface and main components. 4. Guidance on adding or removing panels in the IDE workspace.

Uploaded by

Mishi Baba
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views15 pages

Advance Web Application Development: Instructor: Syed Ali Raza Department of Computer Science GC University Lahore

This document provides instructions for installing Microsoft Visual Studio and creating a basic "Hello World" application using the Model-View-Controller (MVC) framework. It discusses: 1. How to install MVC development tools by downloading Visual Studio 2012 or newer, or using the Web Platform Installer. 2. The steps to create a new web application in Visual Studio, including selecting templates and programming languages. 3. An overview of the Visual Studio integrated development environment (IDE) interface and main components. 4. Guidance on adding or removing panels in the IDE workspace.

Uploaded by

Mishi Baba
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 15

Advance Web Application

Development
Instructor: Syed Ali Raza
Department of Computer Science
GC University Lahore
Lecture 6
HelloWorld of MVC
Give someone a program, you frustrate them for a day;
teach them how to program, you frustrate them for a
lifetime.

— David Leinweber
Installation Guide

• MVC development tool is included with Visual Studio 2012 and


onwards. It can also be installed on Visual Studio 2010 SP1/Visual
Web Developer 2010 Express SP1. If you are using Visual Studio 2010,
you can install MVC 4 using the Web Platform Installer
http://www.microsoft.com
• Microsoft provides a free version of Visual Studio, which also
contains SQL Server and it can be downloaded from
https://www.visualstudio.com
Installation Guide

• Step 1 − Once
downloading is complete,
run the installer. The
following dialog will be
displayed.
Installation Guide

• Step 2 − Click the ‘Install’


button and it will start the
installation process.
Installation Guide

• Once the installation


process is completed
successfully, you will see
the following dialog.
Installation Guide

• Step 3 − Close this dialog


and restart your computer
if required.
• Step 4 − Open Visual
Studio from the Start
Menu, which will open
the following dialog. It will
take a while for the first
time only for preparation
Installation Guide

• Once all is done, you will


see the main window of
Visual Studio.
• You are now ready to
start your application
Visual Studio IDE
Title Bar

Menu Bar

Tool Box

Document
window

Solution
Explorer

Properties
Window

Status Bar
Menus

• The File menu contains commands to create, open, and save


projects.
• The Edit menu contains commands to search, modify, and refactor
your code.
• The View menu is where you go to open additional tool windows in
Visual Studio.
• The Project menu lets you add files and dependencies in your
project.
• The Debug menu contains commands to run your code and use
debugger features.
• The Tools menu contains commands to change your settings, add
functionality to Visual Studio via extensions, and access various
Visual Studio tools.
How to Add/Remove Different Panels
Creating a New Web Application

• To start a new Web Application in VS 2017, Click the Create Web Site
button on the Start page or Select File > New > Project

• The New Web Site allows


you to choose:
• Templates
• Language for creating an
application
• Location where the application
will be created
First MVC Application with Template
First MVC Application without Template

You might also like