ONLINE LEARNING - VB.NET - VISUAL BASIC - HOME STUDY
ACS student comments: I am finding the course very valuable it is keeping me focused and the content is excellent. I have a tendancy to go off on tangents but the structure of the course keeps me on track. Bill Anderson, Aust - Visual Basic.Net course
.
Learn VB.net - get skills and practice.
Learn to produce windows applications using the .Net framework. Students learn to:
- Use variables & conditional statements
- I/O handling & Controls
- Objects, Modules
- Methods, events, classes a
- Polymorphism, inheritance
- Debugging
- Produce an application.
Note:
- Students need access to a computer with either Visual Studio.NET or Visual Basic.NET installed.
- Academic pricing allows the student to purchase the software required at a heavily discounted price.
WHAT IS ‘MICROSOFT.NET’?
Microsoft explains the concept of .NET in these words:
“Microsoft® .NET is a set of Microsoft software technologies for connecting information, people, systems, and devices. It enables a high level of software integration through the use of Web services—small, discrete, building-block applications that connect to each other as well as to other, larger applications over the Internet.”
Microsoft’s ‘.NET’ platform was released in 2001 as a new feature to their Windows family of products. This affects many aspects of Information Technology because Windows products are responsible for a major share of home and office computers systems and website servers on the Internet. The technology behind .NET allows programmers (often called ‘developers’) to create software programs or applications that utilise the wide spectrum of information technology resources used every day by people around the world.
A new approach to building windows software
The .NET Framework simplifies Windows software development. It provides developers with a single approach to build both desktop applications - sometimes called ‘smart client applications’ - and Web-based applications. It also enables developers to use the same tools and skills to develop software for a variety of systems ranging from handheld smart phones to large server installations.
Software built on the .NET Framework can be easier to deploy and maintain than conventional software. Applications can be designed to automatically upgrade themselves to the latest version. The .NET Framework can also minimize conflicts between applications by helping incompatible software components coexist.
Lesson Structure
There are 12 lessons in this course:
-
Introduction
-
History of BASIC
-
What is microsoft .NET
-
Programs
-
Keywords
-
Sequence
-
Selection
-
Repetition
-
Methods
-
Object libraries
-
Writing programs
-
Integrated Development Environment
-
Your first program : Hello World
-
A console program
-
Hello World explained
-
A windows based program
-
Variables
-
What are variables
-
Arrays
-
Hungarian notation
-
Kinds of variables (Data types)
-
Assigning variable values
-
Operator precedence
-
Strings
-
Hard coding variables
-
Programming exercise
-
Using variables
-
Comments
-
Understanding conditional statements
-
Program flow and branching
-
Sequence
-
Selection
-
if statements
-
if...else statements
-
Nested ifs vs elself
-
The select statement
-
Repetition (looping)
-
For loop
-
While loops
-
Do loops
-
Evaluating conditions with boolean expressions
-
Comparison operators
-
And, or and not
-
Formatting code (indenting)
-
Programming exercise: countdownTimer1_Tick() explained
-
Button1_Click() explained
-
I/O handling
-
What is a file
-
Data files
-
Program files
-
Saving files
-
I/O
-
Accessing files
-
Sequential files
-
Random files
-
Binary files
-
Opening files
-
Namespaces
-
Streamreader and streamwriter classes
-
Streams
-
Programming exercises: Writing a file (output), Reading a file (input)
-
Exercises explained
-
Reading files by line
-
Controls and Objects : An Introduction
-
Contros
-
Objects
-
Programming exercises
-
Simple poker machine
-
Stepwise development
-
Structured Programming using Modules
-
Modular program techniques
-
Top down vs bottom up
-
Modules and methods
-
Methods
-
Method header
-
Parameters
-
Arguments
-
Cohesion and coupling
-
Variable scope
-
Local vs global variables
-
Passing values
-
Procedures vs functions
-
Programming exercise: Simple calculator
-
Properties, Methods, Events and Classes
-
Objects and classes
-
OOP concepts
-
Fields, properties, methods and events
-
Encapsualation, inheritance andpolymorphism
-
Overloading, overriding and shadowing
-
Access levels
-
Constructors and destructors
-
Programming exercise: Cat class
-
Inheritance
-
What is inheritance
-
When to use inheritance
-
Inheritance rules
-
Inheritance modifiers
-
Overriding properties and methods
-
MyBase
-
MyClass
-
Programming exercise: club members
-
Polymorphism
-
What is polymorphism
-
Using polymorphism
-
Programming Exercise: Club members
-
Using Controls
-
Types of controls
-
Button
-
Label
-
Text box
-
List box
-
Combo box
-
Check box
-
Radio button
-
HScroll bar
-
VScroll bar
-
Picture box
-
FolderBrowserDialog
-
Group box
-
Timer
-
Using controls
-
Debugging
-
Programming errors
-
Types of bugs
-
Syntax errors
-
Logic errors
-
Runtime errors
-
Finding bugs
-
Breakpoints
-
Trapping Errors with Try ... Catch
-
Developing a Complete VB.NET Application
-
System development lifecycle
-
System request
-
Analysis and design
-
Programming
-
Testing and acceptance
-
Installation, implementation
-
Maintenance
-
Using interface design (UID)
-
Appendix 1 Glossary of Visual Basic .NET Terminology
-
Appendix 2 Visual Basic .NET Resources
Each lesson culminates in an assignment which is submitted to the school, marked by the school's tutors and returned to you with any relevant suggestions, comments, and if necessary, extra reading.
Aims
-
Understanding of the basic concept of computer programming and how it fits in with the .NET framework.
-
Understanding how computer programs store values and how they are accessed.
-
Understanding how conditional statements are used to affect the flow of a program.
-
Learn how to create, read and write files used by your VB.NET application. Also understand how to send information to a printer.
-
Understanding the basics of controls and objects.
-
Understanding the benefits of using modules to structure your program.
-
Understanding properties, methods and events and how they are used in classes.
-
Understanding how inheritance is used in VB.NET to re-use code.
-
Understanding how to use polymorphism to perform the same functions in different ways.