By: Jessie Nerona
By: Jessie Nerona
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.
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