0% found this document useful (0 votes)
10 views

By: Jessie Nerona

This document provides an overview of Visual Basic.NET (VB.NET) including what it is, the .NET Framework it is built on, its programming paradigms, and integrated development environment (IDE). VB.NET is an object-oriented programming language developed by Microsoft that runs on the .NET Framework. The .NET Framework includes a large class library and uses the Common Language Runtime virtual machine. VB.NET supports multiple programming paradigms including structured, imperative, declarative, generic, reflective, event-driven, and object-oriented programming. It is typically developed in Microsoft's Visual Studio IDE.

Uploaded by

joanna gurtiza
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views

By: Jessie Nerona

This document provides an overview of Visual Basic.NET (VB.NET) including what it is, the .NET Framework it is built on, its programming paradigms, and integrated development environment (IDE). VB.NET is an object-oriented programming language developed by Microsoft that runs on the .NET Framework. The .NET Framework includes a large class library and uses the Common Language Runtime virtual machine. VB.NET supports multiple programming paradigms including structured, imperative, declarative, generic, reflective, event-driven, and object-oriented programming. It is typically developed in Microsoft's Visual Studio IDE.

Uploaded by

joanna gurtiza
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 11

Visual Basic.

NET
by: Jessie Nerona

Outline

What is VB.Net
Dot NET Framework
Programming Paradigm
Integrated Development
Environment

What is VB.net?
is a simple, modern, object-oriented
programming language implemented
on the .NET Framework
is designed by Microsoft.

The .Net Framework


is software framework developed by
Microsoft that runs primarily on
Microsoft Windows.
includes a largeclass libraryknown
asFramework Class Library
FCL - providesuser interface,data
access,database
connectivity,cryptography,web
applicationdevelopment,
numericalgorithms, andnetwork
communications.

The .Net Framework


Programs written for .NET Framework
execute in Common Language
Runtime.
o CLR - anapplication virtual machinethat
provides services such as
security,memory management,
andexception handling.

VB.Net: Multi-Paradigm
Structured programming - aimed
at improving the clarity, quality, and
development time of acomputer
programby making extensive use
ofsubroutines,block
structures,forandwhile loops.
Imperative Programming uses
statements that change a programs
state

VB.Net: Multi-Paradigm
Declarative Programming - a style
of building the structure and
elements of computer programs.
Generic Programming algorithmsare written in terms
oftypesto-be-specified-laterthat are
theninstantiatedwhen needed for
specific types provided
asparameters.

VB.Net: Multi-Paradigm
Reflective Programming - ability of
acomputer programto
examine,introspect, and modify its own
structure and behavior atruntime.
Event-Driven Programming - theflow of
the programis determined byeventssuch
as user actions (mouseclicks, key
presses),sensoroutputs, ormessagesfrom
other programs/threads.

VB.Net: Multi-Paradigm
Object-Oriented Programming organized aroundobjectsrather than
actions and data rather than logic.

VB.Net: IDE
Integrated Development
Environment
Microsoft Visual Studio

End

You might also like