Chapter 2 Part C – More on the Help System and The Object Browser (scan quickly for future reference)

Slides:



Advertisements
Similar presentations
© 2011 Delmar, Cengage Learning Chapter 1 Getting Started with Dreamweaver.
Advertisements

Microsoft Office 2010 Office 2010 and Windows 7: Essential Concepts and Skills Mark Worden Instructor Use your spacebar or down arrow key to advance slides.
Pasewark & Pasewark Microsoft Office XP: Introductory Course 1 INTRODUCTION Lesson 1 – Microsoft Office XP Basics and the Internet.
Using PMMD: Search The PMMD web site has a text based search engine to quickly find sections within a large document relevant to the terms provided. 1)Each.
© by Pearson Education, Inc. All Rights Reserved.
Web Development in Microsoft Visual Studio Slide 2 Lecture Overview Introduce Visual Studio 2013 Create a first ASP.NET application.
Microsoft Office 2007 Access Chapter 2 Querying a Database.
Getting Started with VB .NET
Office 2003 Introductory Concepts and Techniques, 2 nd Edition M i c r o s o f t Windows XP Project Introduction to Microsoft Windows XP and Office 2003.
1 of 6 This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. © 2007 Microsoft Corporation.
FIRST COURSE Getting Started with Microsoft Office 2007.
Introduction to ASP.NET, Second Edition2 Chapter Objectives.
Chapter 2: The Visual Studio.NET Development Environment Visual Basic.NET Programming: From Problem Analysis to Program Design.
Chapter 1 Getting Started With Dreamweaver. Explore the Dreamweaver Workspace The Dreamweaver workspace is where you can find all the tools to create.
Creating and Running Your First C# Program Svetlin Nakov Telerik Corporation
Tahir Nawaz Visual Programming C# Week 2. What is C#? C# (pronounced "C sharp") is an object- oriented language that is used to build applications for.
Creating a Console Application with Visual Studio
Office XP Introductory Concepts and Techniques Windows XP Edition M i c r o s o f t Windows XP Project An Introduction to Windows XP Professional and Office.
Working with SharePoint Document Libraries. What are document libraries? Document libraries are collections of files that you can share with team members.
Object Oriented Software Development 1. Introduction to C# and Visual Studio.
E- MAIL APPLICATION CALENDAR MODUL. B ENEFITS OF CALENDAR Calendar sharing. Outlook Web App now enables your users to share their calendars with people.
ARCHIBUS Log On Instructions. Log Into ARCHIBUS Web Central Log In Screen 1.Open your Internet browser. 2.Enter the URL to view the ARCHIBUS Login Page.
Using LIRN® Guide Click here to continue. Click here to exit. Click here to go to the Table of Contents.
Creating and Running Your First C# Program Telerik Software Academy Telerik School Academy.
XP Tutorial 6 New Perspectives on Microsoft Windows XP 1 Microsoft Windows XP Searching for Information Tutorial 6.
MyiLibrary® ‘Search & View’ Website Training June 8, 2010.
131 Agenda Overview Review Roles Lists Libraries Columns.
McGraw-Hill© 2007 The McGraw-Hill Companies, Inc. All rights reserved. 1-1.
1 Introduction to.NET Framework. 2.NETFramework Internet COM+ Orchestration Orchestration Windows.NET Enterprise ServersBuildingBlockServices Visual Studio.NET.
Getting Started with Expression Web 3
ETP Reloaded e-Commission Technological Platform Upgrade to Microsoft Office 2003 DIGIT Adapted to DG SCIC.
XP New Perspectives on Introducing Microsoft Office XP Tutorial 1 1 Introducing Microsoft Office XP Tutorial 1.
1 Lesson 6 Exploring Microsoft Office 2007 Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition Morrison / Wells.
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.
Creating and Running Your First C# Program Svetlin Nakov Telerik Corporation
CHAPTER 9 Introducing Microsoft Office Learning Objectives Start Office programs and explore common elements Use the Ribbon Work with files Use.
Virtual techdays INDIA │ Nov 2010 Developing Office Biz Application using WPF on Windows 7 Sarang Datye │ Sr. Consultant, Microsoft Sridhar Poduri.
T U T O R I A L  2009 Pearson Education, Inc. All rights reserved. 1 2 Welcome Application Introducing the Visual Basic 2008 Express Edition IDE.
Tutorial 121 Creating a New Web Forms Page You will find that creating Web Forms is similar to creating traditional Windows applications in Visual Basic.
Microsoft Windows Vista Chapter 1 Fundamentals of Using Microsoft Windows Vista.
Microsoft Windows 7 Part 1 Fundamentals of Using Windows 7.
Visual Basic.NET Comprehensive Concepts and Techniques Chapter 2 The Visual Basic.NET Integrated Development Environment.
Lecture Set 2 Part B – Configuring Visual Studio; Configuration Options and The Help System (scan quickly for future reference)
Support.ebsco.com EBSCOhost Basic Searching for Academic Libraries Tutorial.
Lecture Set 1 Part C: Understanding Visual Studio and.NET – Applications, Solutions, Projects (no longer used – embedded in Lecture Set 2A)
Domain 3 Understanding the Adobe Dreamweaver CS5 Interface.
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.
Teacher’s Assessment Assistant Worksheet Builder Starting the Program
Chapter One An Introduction to Visual Basic 2010 Programming with Microsoft Visual Basic th Edition.
Lecture Set 2 Part A: Creating an Application with Visual Studio – Solutions, Projects, Files.
With Windows 7 Introductory© 2011 Pearson Education, Inc. Publishing as Prentice Hall1 Windows 7 Introductory Chapter 3 Advanced File Management and Advanced.
1 of 5 This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. © 2007 Microsoft Corporation.
Compunet Corporation1 Programming with Visual Basic.NET Fundamentals of Programming Lecture # 1 Tariq Ibn Aziz.
Microsoft Office 2010 is the newest version of Microsoft Office, offering features that provide users with better functionality and easier ways to work.
 2002 Prentice Hall. All rights reserved. 1 Chapter 2 – Introduction to the Visual Studio.NET IDE Outline 2.1Introduction 2.2Visual Studio.NET Integrated.
® IBM Software Group © 2007 IBM Corporation Module 1: Getting Started with Rational Software Architect Essentials of Modeling with IBM Rational Software.
Pasewark & Pasewark Microsoft Office 2003: Introductory 1 INTRODUCTION Lesson 1 – Microsoft Office 2003 Basics and the Internet.
Web Development in Microsoft Visual Studio 2013 / 2015.
Object-Oriented Application Development Using VB.NET 1 Chapter 2 The Visual Studio.NET Development Environment.
Lecture Set 2 Part A: Creating an Application with Visual Studio – Solutions, Projects, Files 8/10/ :35 PM.
Chapter 2: The Visual Studio.NET Development Environment Visual Basic.NET Programming: From Problem Analysis to Program Design.
BI Share Quick reference guide.
Objectives Create a folder in Google Drive.
Chapter 2: The Visual Studio .NET Development Environment
About SharePoint Server 2007 My Sites
Adobe Photoshop.
Introduction to .NET Framework Ch2 – Deitel’s Book
Getting Started with Dreamweaver
Chapter 2 – Introduction to the Visual Studio .NET IDE
Presentation transcript:

Chapter 2 Part C – More on the Help System and The Object Browser (scan quickly for future reference)

Slide 2 Objectives Learn more about the parts of the Help system and how to access them Use the Visual Studio Object Browser Learn about Types of Visual Studio Applications (This is a continuation of Lecture Set 2B)

Slide 3 Class Help Pages (Inheritance Hierarchy Section) All types inherit from the superclass named System.Object The inheritance hierarchy section shows the inheritance hierarchy for a particular type For example, System.Console inherits directly from System.Object

Slide 4 Console Class Help Page – Inheritance Section

Slide 5 Class Help Pages (Other Sections) The Thread Safety section describes how a type works with multiple processes The Platforms section describes which versions of Windows support the class or other type The Version Information section describes which versions of Visual Studio and the.NET Framework support the class or other type

Slide 6 Navigating Through the Help System The Help system can be navigated in the following ways: Using a table of contents Using an index Searching by keyword Task-based Help using the How Do I tab Dynamic Help Favorites

Slide 7 Introduction to Help Filters The Help system is quite complex and voluminous In all, the Help system is over 3 gigabytes in size Help filters restrict the Help displayed to a functional group of topics The available Help filters differ based on the Visual Studio or Visual Basic edition installed

Slide 8 Common Help Filters The.NET Framework filter displays topics related to the.NET Framework class library The Visual Basic filter restricts topics to both Visual Basic and the.NET Framework Other filters apply to other.NET languages The Web Development (.NET) filter includes documentation for Web development The Windows Forms development filter includes documentation for desktop applications The Visual Basic filter includes these topics too

Slide 9 Using the Table of Contents The Help table of contents works similar the table of contents in a book Drill-down folders can be expanded or collapsed Help topics are organized along functional boundaries Use the Table of Contents for tutorial-based learning

Slide 10 Selected Contents Topics The Development Tools and Languages folder describes how to use Visual Studio and Visual Basic The.NET Development folder and.NET Framework SDK folders contain the reference to the.NET Framework itself

Slide 11 Contents Window

Slide 12 Using the Help Index The Help index works like an alphabetical book index Select a filter as desired Type the name of the desired Help topic Matching entries appear in the list box in the lower part of the window Double-click a topic to select it The search for topics is made in a case-insensitive way Many topics appear organized by namespace, class, and member name

Slide 13 Help Index Window

Slide 14 The Help Search Window Selected words in the Help pages are marked as keywords The same keyword can appear in several Help pages Custom filters can be applied to the search The Help Search window contains two sections The top section contains search parameters The bottom section displays matching topics Click a topic to display the matching Help page

Slide 15 Help Search Window

Slide 16 Using “How Do I” Help How Do I Help is task-based rather than feature-based Help topics are organized hierarchically Each topic contains a hands-on tutorial Most examples are introductory

Slide 17 “How Do I” Help Window

Slide 18 Introduction to the Object Browser The Object Browser is used to examine the types that make up the.NET Framework class library and the types in developer- created applications The Object Browser has a drill-down interface Namespaces and types appear in the left pane Members appear in the top right pane Syntax appears in the lower right pane

Slide 19 Object Browser – My Solution Component Selected

Slide 20 Types of Visual Studio Applications Templates are used to create different types of applications The supported templates vary based on the installed Visual Studio edition Common templates Console Application project Windows Application project (what we will use) Class Library project ASP.NET Web Application project (see CIS 4342, 4344) Web Service project (CIS 3309 (intro), 4342)

Slide 21 Applications Templates