1 Unit 02. Visual Studio 2010. Visual Studio.NET Creating Projects Project Anatomy Using the IDE Code Snippets.

Slides:



Advertisements
Similar presentations
1 Introduction to ASP.Net 4.0 Development David Ringsell MCSD MCT MCPD.
Advertisements

Unit 02. ASP.NET Introduction HTML & Server controls Postbacks Page Lifecycle.
Unit 1: Overview of the Microsoft.NET Platform
1 Unit 1: Introduction To.Net. 2 Introduction to.Net Integrated Development Environment (IDE) Languages in the.NET Framework The Common Language Runtime.
Microsoft Expression Web-Illustrated Unit J: Creating Forms.
Information System Design Lab 5&6. User Interface Design.
CSW131 Steven Battilana 1 CSW 131 Free MS Software (MSDNAA) MS Visual Web Developer W3 / Mozilla Code Validators Uploading Your Website Summer 2013 Prepared.
Microsoft Expression Web-Illustrated Unit L: Using Code Tools.
1 Computing for Todays Lecture 22 Yumei Huo Fall 2006.
1 An Introduction to Visual Basic Objectives Explain the history of programming languages Define the terminology used in object-oriented programming.
Creating a Console Application with Visual Studio
Visual Studio Tips and Tricks. Credits Zain Naboulsi Microsoft Developer Evangelist isbn:
1 CS 3870/CS 5870 Static and Dynamic Web Pages ASP.NET and IIS.
Introduction to VB.NET Tonga Institute of Higher Education.
Getting Started with Expression Web 3
1 CS 3870/CS 5870 Static and Dynamic Web Pages ASP.NET and IIS.
© 2011 Delmar, Cengage Learning Chapter 9 Collecting Data with Forms.
NOTE: To change the image on this slide, select the picture and delete it. Then click the Pictures icon in the placeholder to insert your own image. WEB.
Introducing Dreamweaver MX 2004
IT 211 Project Integration and Deployment Lab #11.
Keith Elder Microsoft MVP
Web Programming: Client/Server Applications Server sends the web pages to the client. –built into Visual Studio for development purposes Client displays.
Chapter 3: Using GUI Objects and the Visual Studio IDE.
Lecture Set 2 Part B – Configuring Visual Studio; Configuration Options and The Help System (scan quickly for future reference)
Lecture Set 1 Part C: Understanding Visual Studio and.NET – Applications, Solutions, Projects (no longer used – embedded in Lecture Set 2A)
C# Tutorial -1 ASP.NET Web Application with Visual Studio 2005.
Program documentation Using the Doxygen tool Program documentation1.
NOTE: To change the image on this slide, select the picture and delete it. Then click the Pictures icon in the placeholder to insert your own image. WEB.
Introduction to the Visual Studio.NET IDE (LAB 1 )
Expression Web 3... now with TFS!. What is Expression Web 3? Professional web design and development tool Create standards-based Web sites faster & easier.
1 INF160 IS Development Environments AUBG, COS dept Lecture 06 Title: Dev Env: Visual Studio (Extract from Syllabus) Reference:
Program Design and Coding
Microsoft Visual Basic 2012 CHAPTER THREE Program Design and Coding.
Microsoft Visual Basic 2010 CHAPTER THREE Program Design and Coding.
Introduction In The Name Of Allah, The Beneficent, The Merciful.
Lecture Set 2 Part A: Creating an Application with Visual Studio – Solutions, Projects, Files.
Introduction to ASP.NET T.Ahlam Algharasi. The Visual Studio IDE Start page 2.
Using Microsoft Visual Studio.NET Click on -> Start Click on -> Start Choose -> All Programs Choose -> All Programs Choose -> Microsoft Visual Studio.NET.
Visual Basic.NET BASICS Lesson 1 A First Look at Microsoft Visual Basic.NET.
Visual Basic.NET Comprehensive Concepts and Techniques Chapter 8 Debugging, Creating Executable Files, and Distributing a Windows Application.
Name Microsoft Student Partner Overview of the Visual Studio 2005 Express Products.
Module 1: Getting Started. Introduction to.NET and the.NET Framework Exploring Visual Studio.NET Creating a Windows Application Project Overview Use Visual.
Web Development in Microsoft Visual Studio Slide 2 Lecture Overview How to create a first ASP.NET application.
Introduction to Visual Studio & GUI Programming Prepared by: Ahmad Ramin Rahimee Assistant Professor ICTI.
DEV330 Visual Studio.NET IDE Tips and Tricks Billy Hollis Author / consultant.
Taking Control of Visual Studio through Extensions and Extensibility Anthony Cangialosi Senior Program Manager Lead Microsoft Corporation DEV311.
Chapter 1 Getting Started With Dreamweaver. Exploring the Dreamweaver Workspace The Dreamweaver workspace is where you can find all the tools to create.
© Copyright by Deitel & Associates, Inc. and Pearson Education Inc. All Rights Reserved. 1 Outline 5.1 Test-Driving the Inventory Application.
Guide to MCSE , Enhanced1 Activity 11-1: Using Task Manager to Manage Applications and Processes Objective: To explore managing applications and.
Mr. Justin “JET” Turner CSCI 3000 – Fall 2015 CRN Section A – TR 9:30-10:45 CRN – Section B – TR 5:30-6:45.
Learningcomputer.com SQL Server 2008 – Management Studio.
Web Development in Microsoft Visual Studio 2013 / 2015.
Lecture Set 2 Part A: Creating an Application with Visual Studio – Solutions, Projects, Files 8/10/ :35 PM.
Chapter 27 Getting “Web-ified” (Web Applications) Clearly Visual Basic: Programming with Visual Basic nd Edition.
Visual Basic.Net. Software to Install Visual Studio 2005 Professional Edition (Requires Windows XP Pro) MSDN Library for Visual Studio 2005 Available.
Copyright © 2013 MyGraphicsLab / Pearson Education DREAMWEAVER INTERFACE MYGRAPHICSLAB: ADOBE DREAMWEAVER CS6.
Integrating and Extending Workflow 8 AA301 Carl Sykes Ed Heaney.
Microsoft Visual C# 2010 Fourth Edition Chapter 3 Using GUI Objects and the Visual Studio IDE.
 Lecture  Website language: ASP.net  Book name Beginning ASP.NET 4 in C# and VB 2.
1 Introducing Web Developer Tools Rapid application development tools ASP.NET-compatible web editors –Visual Studio.NET Professional Edition –Visual Studio.
Chapter 2 Build Your First Project A Step-by-Step Approach 2 Exploring Microsoft Visual Basic 6.0 Copyright © 1999 Prentice-Hall, Inc. By Carlotta Eaton.
111 State Management Beginning ASP.NET in C# and VB Chapter 4 Pages
XP Creating Web Pages with Microsoft Office
Building C# Applications
Module 0: Introduction Chapter 2: Getting Started
Module 1: Getting Started
Social Media And Global Computing Introduction to Visual Studio
Understanding the Visual IDE
CIS16 Application Development Programming with Visual Basic
▶ Partner User Guide (Problem Solution)
Presentation transcript:

1 Unit 02. Visual Studio 2010

Visual Studio.NET Creating Projects Project Anatomy Using the IDE Code Snippets

Creating a new Project

Major Project Types Windows Application Web Application/Site Console Application Class Library Windows / Web Control Setup and Deployment Projects

Creating a new Web Application

Web Site Types ASP.NET Web Application  Traditional web app with pages containing text and images  Viewed in a web browser ASP.NET Web Service  Communication protocol used to exchange information across HTTP  Used between applications

Project Files.slnSolution File.vbprojVisual Basic Project File.vbVisual Basic File (Form, Class etc).csprojC# Project File.csC# File (Form, Class etc).aspxActive Server Pages (Web Forms)

The Solution Explorer

The Properties Window

The Toolbox

The Server Explorer

The Designer

The Code Window IntelliSense Regions Syntax Checking

Code Snippets Insert frequently used code  Right Click › Insert Snippet  Tools>Code Snippet Manager to add a Snippet

Error Correction Visual Studio provides smart tag error correction for many syntax errors Solutions can be automatically applied

Editing Code Snippets Replacement points highlighted Use [TAB] and [SHIFT]+[TAB] to move Overtype with new values

Task List User defined tasks Code comments (TODO, HACK, UNDONE)  User defined code comments  Tools › Options › Environment › Task List

Project Properties

Docking Windows New "Guide Diamond" to control docking

Import / Export Settings Some or all of VS 2010 settings can be exported using Tools › Import and Export settings Setting can be imported on another machine Settings can also be reset to one of the standard configurations

Lab 2: Introduction to.Net Using code snippets to insert a for loop and if statement