Recommend me a book for a VB.net Object-Oriented college course

C

Chris Asaipillai

Hi there

Im starting a new course this Saturday.

OBJECT ORIENTED DEVELOPMENT WITH VISUAL BASIC .NET

and will cover the following concepts and principles.
a.. Be able to build VB.NET applications using custom object design.
b.. Utilise existing .NET Framework objects and extending functionality.
c.. Become familiar with how to utilise the IDE to help OOP.
d.. Understanding of Object Oriented Programming concepts and techniques using VB.Net
e.. Using objects and advanced data structures
f.. Designing and building OO applications with UML syntax using VB.Net
g.. Create examples of Web and database applications with VB.Net
h.. Advanced error management using exception handling

a.. Advanced data structures (Arrays, Enums, Structures).
b.. Encapsulation, inheritance & polymorphism in OOP.
c.. Basic principles of object design.
d.. Representation of object design using UML notation.
e.. Structured exception handling.
f.. Building your own class library.
g.. Object Oriented concepts.
h.. Building VB.Net Objects.
i.. Building an OO VB.Net application.
j.. Building & using class libraries.
k.. Exception handling.
l.. Introducing ADO.Net.
m.. Introducing ASP.Net.

Could someone recommend me a book please that will cover most (or all) of the above mentioned
topics.

Many thanks

Chris
 
P

pvdg42

Hi there

Im starting a new course this Saturday.

OBJECT ORIENTED DEVELOPMENT WITH VISUAL BASIC .NET

and will cover the following concepts and principles.
a.. Be able to build VB.NET applications using custom object design.
b.. Utilise existing .NET Framework objects and extending functionality.
c.. Become familiar with how to utilise the IDE to help OOP.
d.. Understanding of Object Oriented Programming concepts and techniques using VB.Net
e.. Using objects and advanced data structures
f.. Designing and building OO applications with UML syntax using VB.Net
g.. Create examples of Web and database applications with VB.Net
h.. Advanced error management using exception handling

a.. Advanced data structures (Arrays, Enums, Structures).
b.. Encapsulation, inheritance & polymorphism in OOP.
c.. Basic principles of object design.
d.. Representation of object design using UML notation.
e.. Structured exception handling.
f.. Building your own class library.
g.. Object Oriented concepts.
h.. Building VB.Net Objects.
i.. Building an OO VB.Net application.
j.. Building & using class libraries.
k.. Exception handling.
l.. Introducing ADO.Net.
m.. Introducing ASP.Net.

Could someone recommend me a book please that will cover most (or all) of the above mentioned
topics.

Many thanks

Chris

You're teaching this course, or taking it?
If you're teaching it, this is interesting timing for a book search ;)
If you're taking it, is there not a designated text?
There are lots of good books on VB.NET that will cover most of what you need, but if you want textbooks, these work very well for us:

Go to the McGraw Hill Higher Education site (www.mhhe.com), and search on the authors Bradley and Millspaugh. Their texts on VB.NET are well received in the education community and work very well for us.

Programming in Visual Basic .NET and Advanced Programming Using Visual Basic .NET are the pertinent titles.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top