Dotnetcat » .NET Books » VB.NET books

Object-Oriented Programming with Visual Basic.NET

Object-Oriented Programming with Visual Basic.NET Author: Michael McMillan
Publisher: Cambridge University Press (21 June 2004)
Price: $62.00  View »

After an introduction to abstract data types and their initial implementation using structures, Michael McMillan analyzes standard OOP topics, including class design, inheritance, access modifiers and scoping issues, abstract classes, design and implementation of interfaces and design patterns, and refactoring in VB.NET. More advanced OOP topics are covered as well (reflection, object persistence, and serialization.) Finally, he demonstrates OOP techniques for standard Windows applications; for database applications using ADO.NET; for Web-based applications using ASP.NET; and for Windows service applications.

Programming .NET Components, Second Edition

Programming .NET Components, Second Edition Author: Juval Lowy
Publisher: O'Reilly Media ( 1 June 2005)
Price: $44.95  View »

Brilliantly compiled by author Juval Lowy, Programming .NET Components, Second Edition is the consummate introduction to the Microsoft .NET Framework--the technology of choice for building components on Windows platforms. From its many lessons, tips, and guidelines, readers will learn how to use the .NET Framework to program reusable, maintainable, and robust components.Following in the footsteps of its best-selling predecessor, Programming .NET Components, Second Edition has been updated to cover .NET 2.0. It remains one of the few practical books available on this topic. This invaluable resource is targeted at anyone who develops complex or enterprise-level applications with the .NET platform--an ever-widening market. In fact, nearly two million Microsoft developers worldwide now work on such systems.Programming .NET Components, Second Edition begins with a look at the fundamentals of component-oriented programming and then progresses from there. It takes the…

Beginning ASP.NET Databases Using VB.NET (Programmer to Programmer)

Beginning ASP.NET Databases Using VB.NET (Programmer to Programmer) Author: John Kauffman
Publisher: Wrox (15 June 2002)
Price: $39.99  View »
Rating:
Good
What is this book about?

For a web site to offer its users an experience that improves on that of newspapers or textbooks, it needs a way to change the information it contains dynamically - and that means it needs access to a data source. Through the combination of ASP.NET and ADO.NET, Microsoft provides everything necessary to access, read from, and write to a database, and then allow web users to view and manipulate that data from a web browser. In this book, we'll show you how it's done.

What does this book cover?

Packed with clear explanations and hands-on examples, Beginning ASP.NET Databases contains everything you'll need on your journey to becoming a confident, successful programmer of data-driven web sites. In particular, we'll look at:

  • Connecting to common data sources, including SQL Server and MS Access
  • Reading data with data reader and dataset objects
  • Creating and deleting records, and editing data…

Visual Basic .NET Threading Handbook

Visual Basic .NET Threading Handbook Author: Tobin Titus
Publisher: Apress ( 1 June 2002)
Price: $29.99  View »

This book aims to address one of the fundamental units of .NET programming - the thread. A strong understanding of the role threads play in program execution, how multiple threads can interact in order to make efficient programs, and the pitfalls to beware of when developing multithreaded applications, are all core to a developer's ability to develop effective VB.NET programs. This book will cover how .NET applications are executed, the lifecycle of a thread in .NET, how the .NET framework uses threads, how threads work in an event-driven environment, how we can create threads, how we can avoid race conditions and deadlocks, how the activity of multiple threads can be synchronized, and how to debug multithreaded applications.

Beginning ASP.NET 4.5 in VB (Expert's Voice in .NET)

Beginning ASP.NET 4.5 in VB (Expert's Voice in .NET) Author: Matthew MacDonald
Publisher: Apress (26 September 2012)
Price: $54.99  View »

This book is the most comprehensive and up to date introduction to ASP.NET ever written. Focusing solely on Visual Basic, with no code samples duplicated in other languages, award winning author Matthew MacDonald introduces you to the very latest thinking and best practices for the ASP.NET 4.5 technology.

Assuming no prior coding experience, you'll be taught everything you need to know from the ground up.  Starting from first principals, you'll learn the skills you need to be an effective ASP.NET developer who is ready to progress to more sophisticated projects and professional work.

You'll be taught how to use object orientation and code-behind techniques to lay out your code clearly in a way other developers can easily understand. You'll learn how to query databases from within you web pages, spice up your layouts using ASP.NET AJAX and deploy your finished websites to production servers.  You'll also learn how to debug your code when things…

Visual Basic.NET: An Introduction to Computer Programming

Visual Basic.NET:  An Introduction to Computer Programming Author: HONG VICTORIA
Publisher: Kendall Hunt Publishing (16 August 2017)
Price: $80.00  View »

Visual Basic (VB) continues to be the language of choice both in colleges and high schools for introductory programming courses. VB is a student friendly language with its forgiving syntax rules, lack of use of special characters as in Java, C++… and with its easy to use design function­ality to build graphical user interfaces. This is not a workbook nor does it have lengthy programming examples or explanations.

This textbook is welcoming to students and reinforces concepts taught in class. There are questions posed throughout the book to stimulate a student’s critical thinking skills. The books starts with a brief history of computers and computing because every student studying computer programming should be introduced to the rich history of how we have arrived at a world where computers are part of our everyday life.

The book’s ease of use will encourage students to explore more advanced concepts such as Interface Design in Chapter 9, Multimedia…

GDI+ Programming in C# and VB .NET

GDI+ Programming in C# and VB .NET Author: Nick Symmonds
Publisher: Apress (25 June 2002)
Price: $59.99  View »
Rating:
Average

Gdi+ both wraps arcane Api calls and extends them for much easier use. Programmers no longer have to make do with the familiar but simplistic Vb 6.0 drawing model, nor do they have to dig down into the Gdi Api in order to get any real work done. In Gdi+, Microsoft has come up with a complete, but still extensible, set of classes for all of the .Net programmers drawing needs.

Gdi+ requires different techniques than the Windows Gdi Api, as it is completely stateless. Gdi+ Programming in C# and Vb .Net starts out with an explanation of Gdi+ and how it relates to Gdi. The book then dives deep into the Gdi+ namespaces and classes. The book begins with basic drawing in the early chapters and then explains in an understandable manner more complex drawing techniques, including paths, gradients, alpha blends, matrix operations, and transformations. Later chapters cover how to work with bitmaps and other images, as well as advanced drawing and printing techniques. The final two

Programming with Microsoft Visual Basic 2010 (VB.Net Programming)

Programming with Microsoft Visual Basic 2010 (VB.Net Programming) Author: Diane Zak
Publisher: Course Technology (14 April 2011)
Price: $217.95  View »

PROGRAMMING WITH MICROSOFT VISUAL BASIC 2010, FIFTH EDITION by the best-selling author, Diane Zak, is designed for a first course in programming. Using the most recent version of the software, Visual Basic 2010, this book teaches individuals how to use Visual Basic applications as they would in a real world setting. Students with no previous programming experience learn how to plan and create their own interactive Windows applications. GUI design skills and object-oriented programming concepts are emphasized throughout the book.

Murach's ASP.NET 4.5 Web Programming with VB 2012 (Training & Reference)

Murach's ASP.NET 4.5 Web Programming with VB 2012 (Training & Reference) Author: Mary Delamater
Publisher: Mike Murach & Associates ( 9 October 2013)
Price: $57.50  View »
Rating:
Good

If you know the basics of Visual Basic, you're ready to learn to develop server-side web applications with ASP.NET...and that's where this book comes in:

  • Section 1 presents a quick-start course on ASP.NET Web Forms, Visual Studio tools, and the role of HTML5/CSS3...a course that works both for beginners and for experienced web developers who are new to ASP.NET
  • Section 2 gives you the skills you need for every ASP.NET application you develop...like how to use the server controls, validate user entries, manage state, use master pages and themes, provide site navigation, and use friendly URLs
  • Section 3 presents the skills you need for developing database-driven web sites at a professional level...including how to use SQL data sources, object data sources, and ASP.NET data controls like the GridView, DetailsView, FormView, and ListView controls
  • Section 4 covers skills that enhance your professionalism...like how to develop secure web pages, authorize…

Programming Microsoft Visual Basic .NET Version 2003 (2nd Edition) (Developer Reference)

Programming Microsoft Visual Basic .NET Version 2003 (2nd Edition) (Developer Reference) Author: Francesco Balena
Publisher: Microsoft Press (17 January 2004)
Price: $69.99  View »

Get the expert insights, practical code samples, and best practices you need to advance your expertise with Visual Basic .NET 2003. Now updated for Microsoft .NET Framework 1.1, Visual Studio .NET 2003, and Windows Server 2003, this popular reference delves even deeper into Visual Basic .NET capabilities—and accelerates your productivity with new features and techniques—for faster, more reliable code. From fully exploiting the language’s advanced object-oriented capabilities to reusing legacy Visual Basic code, this exhaustive reference delivers the professional, pragmatic guidance you need to produce rich solutions for Microsoft Windows and the Web.

Discover how to:

  • Manipulate .NET Framework classes using serialization, threading, and reflection * Create components to better manage large programs and solve versioning issues
  • Work with GDI+, custom Windows Forms controls, and Windows services
  • Develop database applications using…