Sebanyak 4 item atau buku ditemukan

Programming and Problem Solving with Visual Basic .NET

This book continues to reflect our experience that topics once considered too advanced can be taught in the first course. The text addresses metalanguages explicitly as the formal means of specifying programming language syntax.

This book continues to reflect our experience that topics once considered too advanced can be taught in the first course. The text addresses metalanguages explicitly as the formal means of specifying programming language syntax.

Visual Basic .NET

A Laboratory Course

Visual Basic .NET: A Laboratory Course teaches the reader how to program in Visual Basic from an object-oriented viewpoint, which is important because of the object-oriented flavor of VB.NET. The emphasis of this book is not on the fancy users interface tricks you can perform with VB.NET, but on the fundamentals of writing correct and efficient VB programs. The book provides a number of example programs that illustrate the concepts developed in the text, and the exercises at the end of each chapter help to reinforce the expository material from the chapter. Visual Basic is arguably the most popular computer programming language for application development in the United States and around the world today. Visual Basic is also an excellent language to teach as a "first" computer language because of its easy-to-learn syntax and flexibility. This book treats Visual Basic as a serious programming language and not as just another Windows application. One concern that is frequently voiced when discussing the differences between Visual Basic and C+++ is the level of object-oriented programming supported by Visual Basic. With the upcoming release of VB.net, the language will support all the major features of object-oriented programming- encapsulation, inheritance, and polymorphism.

The emphasis of this book is not on the fancy users interface tricks you can perform with VB.NET, but on the fundamentals of writing correct and efficient VB programs.

Object-Oriented Programming with Visual Basic.NET

Goes from the basics of classes, inheritance and interfaces to advanced concepts such as reflection, object persistence, design patterns and refactoring.

Goes from the basics of classes, inheritance and interfaces to advanced concepts such as reflection, object persistence, design patterns and refactoring.

Data Structures and Algorithms Using Visual Basic.NET

This is the first Visual Basic.NET book to provide a comprehensive discussion of the major data structures and algorithms. Here, instead of having to translate material on C++ or Java, the professional or student VB.NET programmer will find a tutorial on how to use data structures and algorithms and a reference for implementation using VB.NET for data structures and algorithms from the .NET Framework Class Library as well as those which must be developed by the programmer. In an object-oriented fashion, the author presents arrays and arraylists, linked lists, hash tables, dictionaries, trees, graphs, sorting and searching as well as more advanced algorithms, such as probabilistic algorithms and dynamic programming. His approach is very practical, for example using timing tests rather than Big O analysis to compare the performance of data structures and algorithms. This book can be used in both beginning and advanced computer programming courses that use the VB.NET language and, most importantly, by the professional VB programmer.

This is the first Visual Basic.NET book to provide a comprehensive discussion of the major data structures and algorithms.