• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/15

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

15 Cards in this Set

  • Front
  • Back

Visual basic today

Builds apps for these platforms :


.NET framework 4.5 (asp. Net, wpf, winforms, wcf)


Win8 and RT(win store apps)


Win phone 7.5 (silver light, xna game studio)


Winphone8 (managed apps)

Visual basic features

Simple. Object oriented, familiar


Has English like syntax -high level


Easy to learn


Non case sensitive

Byte code

Result language(machine's) after compiling The source code

Visual basic on. Net framework steps

Compiled byte code


. Net framework assemblies, cost um objects


Compiled byte code . Net framework assemblies, costum objects


Common language run Time Operating system


Common language run Time


Operating system

Visual basic in windows store apps steps

Compiled code


Win RT APIs


Windows kernel services


Operating system

Visual basic characteristic

A managed language


Can only be executed by a supporting runtime (CRT, win RT)


Compile to byte code in. Net framework while projected to native code in win RT


Automatic memory management and garbage collection

Win rt

Windows store apps

Common language runtime (crt)

Written for. Net framework to execute in software environment



An application virtual machine that provides security and memory management



Exception handling

.net framework

Software element


Addon To OS


Helps manage execution of progrAm


Provides pre coded solution to the program


Has a large class of libraries

2 major parts /componets of. Net framework

OS



Programming languages

Library areas

ASP. NET



ADO. NET

Asp. Net :system. Web

More on web application


Online



Uses:


Database connection


Web application


Network communications


Data access


User interface

Ado. Net :system. Data

System data


Offline


One that installs itself on the work station

BASIC implemented key elements

Statements, keywords, variables, values, expressions, simple variable types: strings ad numbers

One of 2 primary languages for. Net development

C# inspired by Java