Programming in Visual Basic

Slides:



Advertisements
Similar presentations
Introduction to Visual Basic.NET Uploaded By: M.Sheraz anjum.
Advertisements

MICROSOFT PLATFORM  Microsoft is a platform company is committed to providing a rich ecosystem for building and managing connected systems.  Microsoft.
Web Development in Microsoft Visual Studio Slide 2 Lecture Overview Introduce Visual Studio 2013 Create a first ASP.NET application.
The Microsoft View: Module 1: Getting Started. Copyright Course 2559B, Introduction to Visual Basic®.NET Programming with Microsoft®.NET. Lecture 1 Microsoft.
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
Object Oriented Software Development 1. Introduction to C# and Visual Studio.
.NET Framework Introduction Nouman Qureshi
Online Job Portal with Exam
2. Introduction to the Visual Studio.NET IDE 2. Introduction to the Visual Studio.NET IDE Ch2 – Deitel’s Book.
Microsoft Visual Basic 2012 CHAPTER ONE Introduction to Visual Basic 2012 Programming.
Microsoft Visual Basic 2005 CHAPTER 1 Introduction to Visual Basic 2005 Programming.
Overview of Microsoft.Net and Vb.Net ITSE 2349 Spring 2002 Material from Microsoft.Net an Overview for ACC faculty by Stuart Laughton and Introduction.
Catlyn Colson. Recap of Previously Completed Work Previously I had done the following: Built the Database, started basic layout of the webpage, connected.
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 .NET Rui Ye.
Chapter 1 Dynamic Web Page Design Y. Chen, Ph.D. ::.NET Introduction ::
2. Introduction to the Visual Studio.NET IDE. Chapter Outline Overview of the Visual Studio.NET IDE Overview of the Visual Studio.NET IDE Menu Bar and.
AUC Technologies Projects Consulting, Development, Mentoring, and Training Company.NET Foundation Presented By : Qazi Muhammad Arfeen Senior Software Engineer.
Integrated Development Environment (IDE)
Tutorial 1: An Introduction to Visual Basic.NET1 Tutorial 1 An Introduction to Visual Basic.NET.
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.
IE 423 – Design of Decision Support Systems Visual Studio Introduction to VB.NET programming.
Introduction to the Visual Studio.NET IDE (LAB 1 )
Introduction In The Name Of Allah, The Beneficent, The Merciful.
CIS 451: ASP.NET Concepts Dr. Ralph D. Westfall January, 2009.
Rajiv and Shipra Introduction to.NET (asp.net,c#,vb)
C# AND ASP.NET What will I do in this course?. MAJOR TOPICS Learn to program in the C# language with the Visual Studio IDE (Interactive Development Environment)
Visual Basic.NET BASICS Lesson 1 A First Look at Microsoft Visual Basic.NET.
Web Development in Microsoft Visual Studio Slide 2 Lecture Overview How to create a first ASP.NET application.
Module 2: Using Microsoft Visual Studio.NET. Overview Overview of Visual Studio.NET Creating an ASP.NET Web Application Project.
Microsoft Visual Studio 2010 Teacher: Ms. Olifer.
Microsoft Visual Basic 2005 BASICS Lesson 1 A First Look at Microsoft Visual Basic.
Intro to dot Net Dr. John Abraham UTPA CSCI 3327.
Introduction to VB.Net ITE-370. What is.NET? A brand of Microsoft technologies A platform for creating distributed Web applications A combination of new.
What’s New in Windows Forms 2.0 Stephen Turner Software Design Engineer
Pasewark & Pasewark Microsoft Office 2003: Introductory 1 INTRODUCTION Lesson 1 – Microsoft Office 2003 Basics and the Internet.
This is how you invoke the Microsoft Visual Studio 2010 Software. All Programs >> Microsoft Visual Studio 2010.
CIS 375—Web App Dev II ASP.NET 1 Getting Started.
Lecture Set 2 Part A: Creating an Application with Visual Studio – Solutions, Projects, Files 8/10/ :35 PM.
ISYS 512 Business Application Design and Development with.Net David Chao.
COMPUTER III. Fundamental Concepts of Programming Control Structures Sequence Selection Iteration Flowchart Construction Introduction to Visual Basic.
Visual Basic.Net. Software to Install Visual Studio 2005 Professional Edition (Requires Windows XP Pro) MSDN Library for Visual Studio 2005 Available.
Microsoft Visual Basic 2015 CHAPTER ONE Introduction to Visual Basic 2015 Programming.
Introduction to Visual Basic. NET,. NET Framework and Visual Studio
Dive Into® Visual Basic 2010 Express
© 2016, Mike Murach & Associates, Inc.
Introduction to Visual Basic 2008 Programming
Introduction to .NET Framework Ch2 – Deitel’s Book
1. Introduction to Visual Basic
CE-105 Spring 2007 Engr. Faisal ur Rehman
Module 0: Introduction Chapter 2: Getting Started
Module 1: Getting Started
Web Development in Microsoft Visual Studio 2013
© 2016, Mike Murach & Associates, Inc.
Social Media And Global Computing Introduction to Visual Studio
Windows 10 Preview Andy & Jerry
Understanding the Visual IDE
CIS16 Application Development – Programming with Visual Basic
Visual Studio Principal Program Manager.
Creating Your First C Program Using Visual Studio 2010
Creating Your First C Program Using Visual Studio 2010
Double click Microsoft Visual Studio 2010 on the Computer Desktop
Creating a Windows Application Project in Visual Studio
Visual Basic CSC
Dot Net Application PROF. S. LAKSHMANAN, DEPT. OF B. VOC. (SD & SA),
Visual Studio 2008.
.Net for Test and Measurement
C# and ASP.NET Programming
Presentation transcript:

Programming in Visual Basic CSC 22 Programming in Visual Basic

What is Visual Basic? An entirely professional language: see or www.dice.com or www.monster.com Visual Basic is demanded in 11.4% of IT Jobs. .Net skills are needed in 13% of IT Jobs. VB.NET is easier and faster than most programming languages. Based on BASIC, from 1960s, which evolved to produce VB and VB.Net.

What is .Net . The .NET Framework is an environment for building, deploying, and running Web Services and other applications. It consists of three main parts: the Common Language Runtime, the Framework classes, and ASP.NET. GotDotNet www.perfectxml.com/glossary2.asp The .NET framework created by Microsoft is a software development platform focused on rapid application development, platform independence and network transparency. .NET is Microsoft's strategic initiative for server and desktop development for the next decade. According to Microsoft, .NET includes many technologies that are designed to facilitate rapid development of Internet and intranet applications. en.wikipedia.org/wiki/.NET_Framework

Visual Studio .Net Start / Programs / Microsoft Visual Studio .Net 2003 / Microsoft Visual Studio .Net 2003 Your work will be saved, by default in My Documents / Visual Studio Projects It will disappear at the end of the day! You will want to save your work to your own disk. I have spares.

3 main types of programs Windows Applications Web Applications Console Applications

Visual Basic IDE IDE – Integrated Development Environment Form Design Window Menus and Toolbars Toolbox Solution Explorer Class View Window Properties Window

Start Page Projects Online Resources My Profile

Intellisense VB.NET will offer alternatives to help you program!

Output Task List Output Window