Beginning ASP.NET 1.0 with Visual Basic.NET

Download Beginning ASP.NET 1.0 with Visual Basic.NET PDF Online Free

Author :
Publisher : John Wiley & Sons
ISBN 13 : 0764558668
Total Pages : 809 pages
Book Rating : 4.7/5 (645 download)

DOWNLOAD NOW!


Book Synopsis Beginning ASP.NET 1.0 with Visual Basic.NET by : Chris Goode

Download or read book Beginning ASP.NET 1.0 with Visual Basic.NET written by Chris Goode and published by John Wiley & Sons. This book was released on 2018-01-23 with total page 809 pages. Available in PDF, EPUB and Kindle. Book excerpt: What is this book about? ASP.NET 1.0 is the final release of Microsoft's Active Server Pages (ASP). It is a powerful server-based technology designed to create dynamic, interactive, HTML pages for web sites and corporate intranets. ASP.NET is a core element of Microsoft's exciting .NET vision, building on the strengths of the .NET Framework to provide many new features not seen in previous versions of ASP. This book, entirely revised and updated for the final release, will provide you with a step-by-step introduction to ASP.NET using VB.NET, with plenty of worked examples to help you to gain a deep understanding of what ASP.NET is all about, and how you can harness it to build powerful web applications. What does this book cover? In this book, you will learn how to Create basic ASP.NET pages with VB .NET Understand the concepts of Object Oriented Programming Work with data and XML Debug and handling errors in your code Use ASP.NET Server Controls Create user controls and components Explore the world of Web services Optimize performance Secure your application Who is this book for? This book is aimed at relatively inexperienced web builders who are looking to enrich their sites with dynamically-generated content, and want to learn how to start building web applications using ASP.NET. Developers who have a little experience with previous versions of ASP (and are looking to move over to ASP.NET), may also find this book helpful in getting a simple grasp on what ASP.NET is, what it does, and how it can be used. Experience of basic HTML is required, but previous experience of ASP or VBScript is not essential. We'll be teaching the basics of VB .NET in this book, so prior experience of the language is not required.

Beginning ASP.NET in VB .NET

Download Beginning ASP.NET in VB .NET PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1430207108
Total Pages : 983 pages
Book Rating : 4.4/5 (32 download)

DOWNLOAD NOW!


Book Synopsis Beginning ASP.NET in VB .NET by : Matthew MacDonald

Download or read book Beginning ASP.NET in VB .NET written by Matthew MacDonald and published by Apress. This book was released on 2008-01-01 with total page 983 pages. Available in PDF, EPUB and Kindle. Book excerpt: * Comprehensive book— includes discussion of the key database, and XML principles you need to know in order to be effective with ASP.NET * Teaches correct techniques such as the use of "object orientation" and "code behind" from the beginning rather than fake it with simplified techniques that won’t work well in real life; Emphasizes "best practices" at all times * Most up to date and comprehensive Beginning ASP NET book out there

Beginning ASP.NET Databases Using VB.NET

Download Beginning ASP.NET Databases Using VB.NET PDF Online Free

Author :
Publisher : John Wiley & Sons
ISBN 13 : 0764558811
Total Pages : 477 pages
Book Rating : 4.7/5 (645 download)

DOWNLOAD NOW!


Book Synopsis Beginning ASP.NET Databases Using VB.NET by : John Kauffman

Download or read book Beginning ASP.NET Databases Using VB.NET written by John Kauffman and published by John Wiley & Sons. This book was released on 2004-05-21 with total page 477 pages. Available in PDF, EPUB and Kindle. Book excerpt: 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 Displaying data with ASP.NET's web server controls Writing and using stored procedures from VB.NET code Placing your data access code in reusable class libraries The book closes with a real-world case study that consolidates the tutorials throughout the book into a practical result. Who is this book for? To use this book, you need a computer running either Windows 2000 or Windows XP Professional Edition. The examples it contains will not run on Windows XP Home Edition. This book is for people who have some experience of programming ASP.NET with Visual Basic .NET, are familiar with the operation of the .NET Framework, and want to learn how to use ASP.NET to make data-centric web applications. No prior knowledge of database programming is necessary.

Developing Web Applications with Visual Basic.NET and ASP.NET

Download Developing Web Applications with Visual Basic.NET and ASP.NET PDF Online Free

Author :
Publisher : John Wiley & Sons
ISBN 13 : 0471266922
Total Pages : 401 pages
Book Rating : 4.4/5 (712 download)

DOWNLOAD NOW!


Book Synopsis Developing Web Applications with Visual Basic.NET and ASP.NET by : John Alexander

Download or read book Developing Web Applications with Visual Basic.NET and ASP.NET written by John Alexander and published by John Wiley & Sons. This book was released on 2002-10-02 with total page 401 pages. Available in PDF, EPUB and Kindle. Book excerpt: John Alexander and bestselling author Billy Hollis show programmers how to develop enterprise-level Web applications using Microsoft's popular programming language—Visual Basic.NET. Features the incomparable insights and programming know-how of two popular Microsoft insiders, arming developers with proven tips and workarounds to use in their own projects Provides step-by-step instruction for creating business Web applications using ASP.NET and VB.NET Companion Web site contains all the code for the sample application

Beginning ASP.NET 4 in VB 2010

Download Beginning ASP.NET 4 in VB 2010 PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1430226129
Total Pages : 985 pages
Book Rating : 4.4/5 (32 download)

DOWNLOAD NOW!


Book Synopsis Beginning ASP.NET 4 in VB 2010 by : Matthew MacDonald

Download or read book Beginning ASP.NET 4 in VB 2010 written by Matthew MacDonald and published by Apress. This book was released on 2010-12-31 with total page 985 pages. Available in PDF, EPUB and Kindle. Book excerpt: The most up-to-date and comprehensive introductory ASP.NET book you’ll find on any shelf, Beginning ASP.NET 4 in VB 2010 guides you through Microsoft’s latest technology for building dynamic web sites. This book will enable you to build dynamic web pages on the fly, and assumes only the most basic knowledge of Visual Basic. The book provides exhaustive coverage of ASP.NET, guiding you from your first steps right up to the most advanced techniques, such as querying databases from within a web page and tuning your site for optimal performance. Within these pages, you’ll find tips for best practices and comprehensive discussions of key database and XML principles you need to know in order to be effective with ASP.NET. The book also emphasizes the invaluable coding techniques of object orientation and code-behind, which will start you off on the track to building real-world web sites right from the beginning—rather than just faking it with simplified coding practices. By the time you’ve finished the book, you will have mastered the core techniques and have all the knowledge you need to begin work as a professional ASP.NET developer.

Essential ASP.NET with Examples in Visual Basic .NET

Download Essential ASP.NET with Examples in Visual Basic .NET PDF Online Free

Author :
Publisher : Addison-Wesley Professional
ISBN 13 : 9780201760392
Total Pages : 424 pages
Book Rating : 4.7/5 (63 download)

DOWNLOAD NOW!


Book Synopsis Essential ASP.NET with Examples in Visual Basic .NET by : Fritz Onion

Download or read book Essential ASP.NET with Examples in Visual Basic .NET written by Fritz Onion and published by Addison-Wesley Professional. This book was released on 2003 with total page 424 pages. Available in PDF, EPUB and Kindle. Book excerpt: Essential ASP.NET with Examples in Visual Basic .NET is the Visual Basic programmer's definitive reference for ASP.NET through version 1.1. Intended for students with advanced programming experience, this book provides them with the information needed to fully understand the technology, and is a clear guide to using ASP.NET to build robust and well-architected Web applications. This book begins with a discussion of the rationale behind the design of ASP.NET and an introduction to how it builds on top of the .NET framework. Subsequent chapters explore the host of new features in ASP.NET, including the server-side compilation model, code-behind classes, server-side controls, form validation, the data binding model, and custom control development. Throughout the book, working examples illustrate best practices for building Web-based applications in VB.NET.

Beginning ASP.NET 1.1 with VB.NET 2003

Download Beginning ASP.NET 1.1 with VB.NET 2003 PDF Online Free

Author :
Publisher : John Wiley & Sons
ISBN 13 : 076456885X
Total Pages : 888 pages
Book Rating : 4.7/5 (645 download)

DOWNLOAD NOW!


Book Synopsis Beginning ASP.NET 1.1 with VB.NET 2003 by : Chris Ullman

Download or read book Beginning ASP.NET 1.1 with VB.NET 2003 written by Chris Ullman and published by John Wiley & Sons. This book was released on 2004-02-15 with total page 888 pages. Available in PDF, EPUB and Kindle. Book excerpt: What is this book about? This book teaches you how to build custom ASP.NET Web sites from the ground up. An expert team of authors uses their extensive ASP.NET programming experience to give you hands-on instruction in the best way to create Web sites with ASP.NET. This completely updated edition features new examples, and all code is written and tested for ASP.NET version 1.1. What does this book cover? Here's what you will learn in this book: How to install and configure ASP.NET Basic programming principles for Visual Basic. NET, such as variables, controls structures, and procedural programming Techniques for applying these principles as you develop ASP.NET pages The minimum amount of object-oriented programming necessary to work successfully and efficiently with ASP.NET Key differences between ASP.NET 1.0 and 1.1, how to use the examples in this book with either version, and how to move from 1.0 to 1.1 Build ASP.NET sites faster using Microsoft's new, free WebMatrix tool Techniques for extending your ASP.NET sites to incorporate related tools and technologies, such as using ADO.NET for data source access Web Services for inter-Web site communication, and Server Controls for facilitating code maintenance and reuse How you can make your ASP.NET site production-ready through proper debugging, optimization, and security Who is this book for? This book is for beginners who have no previous experience of ASP, VB, XML, object-oriented programming, or the .NET framework. A little knowledge of HTML is useful, but not essential. All the concepts you need to create dynamic ASP.NET Web sites are presented and explained in full.

Beginning ASP.NET 1.1 with VB.NET 2003

Download Beginning ASP.NET 1.1 with VB.NET 2003 PDF Online Free

Author :
Publisher : John Wiley & Sons
ISBN 13 : 0764557076
Total Pages : 887 pages
Book Rating : 4.7/5 (645 download)

DOWNLOAD NOW!


Book Synopsis Beginning ASP.NET 1.1 with VB.NET 2003 by : Chris Ullman

Download or read book Beginning ASP.NET 1.1 with VB.NET 2003 written by Chris Ullman and published by John Wiley & Sons. This book was released on 2004-01-06 with total page 887 pages. Available in PDF, EPUB and Kindle. Book excerpt: What is this book about? This book teaches you how to build custom ASP.NET Web sites from the ground up. An expert team of authors uses their extensive ASP.NET programming experience to give you hands-on instruction in the best way to create Web sites with ASP.NET. This completely updated edition features new examples, and all code is written and tested for ASP.NET version 1.1. What does this book cover? Here's what you will learn in this book: How to install and configure ASP.NET Basic programming principles for Visual Basic. NET, such as variables, controls structures, and procedural programming Techniques for applying these principles as you develop ASP.NET pages The minimum amount of object-oriented programming necessary to work successfully and efficiently with ASP.NET Key differences between ASP.NET 1.0 and 1.1, how to use the examples in this book with either version, and how to move from 1.0 to 1.1 Build ASP.NET sites faster using Microsoft's new, free WebMatrix tool Techniques for extending your ASP.NET sites to incorporate related tools and technologies, such as using ADO.NET for data source access Web Services for inter-Web site communication, and Server Controls for facilitating code maintenance and reuse How you can make your ASP.NET site production-ready through proper debugging, optimization, and security Who is this book for? This book is for beginners who have no previous experience of ASP, VB, XML, object-oriented programming, or the .NET framework. A little knowledge of HTML is useful, but not essential. All the concepts you need to create dynamic ASP.NET Web sites are presented and explained in full.

Beginning ASP.NET 4.5.1: in C# and VB

Download Beginning ASP.NET 4.5.1: in C# and VB PDF Online Free

Author :
Publisher : John Wiley & Sons
ISBN 13 : 1118846966
Total Pages : 864 pages
Book Rating : 4.1/5 (188 download)

DOWNLOAD NOW!


Book Synopsis Beginning ASP.NET 4.5.1: in C# and VB by : Imar Spaanjaars

Download or read book Beginning ASP.NET 4.5.1: in C# and VB written by Imar Spaanjaars and published by John Wiley & Sons. This book was released on 2014-03-06 with total page 864 pages. Available in PDF, EPUB and Kindle. Book excerpt: Build your ASP.NET 4.5.1 skills with real-worldinstruction In this comprehensive guide to getting started with ASP.NET 4.5.1,best-selling author Imar Spaanjaars provides a firm foundation forcoders new to ASP.NET and key insights for those not yet familiarwith the important updates in the 4.5.1 release. Readers learn howto build full-featured ASP.NET websites using Visual Studio Express2013 for Web, Microsoft’s free development tool for ASP.NETweb applications. Beginning ASP.NET 4.5.1 guides you throughthe process of creating a fully functional, database-drivenwebsite, from creation of the most basic site structure all the waydown to the successful deployment of the website to a productionenvironment. Beginning ASP.NET 4.5.1: in C# and VB: Explains how to get started with ASP.NET 4.5.1, including anintroduction to Microsoft’s Visual Studio Express 2013 forWeb Features helpful examples for designing websites with CSS andHTML and how to overcome common formatting problems Shares techniques for managing server controls in ASP.NET,including standard controls, HTML controls, and data controls Provides real-world tips for creating consistent page layoutsthroughout your websites Covers practical functionality issues like validating userinput, sending e-mail from your website, and processing data at theserver Details what the ASP.NET state engine is and why it isimportant Shows how to access and modify data in a SQL Serverdatabase Includes coverage of jQuery, LINQ, and the EntityFramework Explores measures to take for optimal security

Beginning ASP.NET 3.5 in C# 2008

Download Beginning ASP.NET 3.5 in C# 2008 PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1430204303
Total Pages : 966 pages
Book Rating : 4.4/5 (32 download)

DOWNLOAD NOW!


Book Synopsis Beginning ASP.NET 3.5 in C# 2008 by : Matthew MacDonald

Download or read book Beginning ASP.NET 3.5 in C# 2008 written by Matthew MacDonald and published by Apress. This book was released on 2008-02-26 with total page 966 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book will follow the proven pattern of its previous .NET 2.0 and .NET 1.1 editions, teaching novice users how to use ASP.NET by gradually building their knowledge of the technology up in a pyramidal fashion chapter by chapter. Comprehensively revised for both ASP.NET 3.5 and the new C# 3.0 language this book presents the easiest path to ASP.NET 3.5 mastery. This is one of the first books introducing novices to this important new technology area, and is written specifically in their coding language of preference. The book is written by a proven and award winning .NET author that has been following the technology release cycle since its inception.

Visual Basic .NET at Work

Download Visual Basic .NET at Work PDF Online Free

Author :
Publisher : John Wiley & Sons
ISBN 13 : 0471265128
Total Pages : 512 pages
Book Rating : 4.4/5 (712 download)

DOWNLOAD NOW!


Book Synopsis Visual Basic .NET at Work by : Tony Martin

Download or read book Visual Basic .NET at Work written by Tony Martin and published by John Wiley & Sons. This book was released on 2002-09-18 with total page 512 pages. Available in PDF, EPUB and Kindle. Book excerpt: Gain the tools to create 10 reusable enterprise projects utilizing the new features of VB.NET Going beyond the standard reference books, Tony Martin takes readers step-by-step through the process of creating ten reusable enterprise applications with the next version of Microsoft's leading programming language-Visual Basic.NET. Readers will start by building a standard application template, which will form the basis of all the projects. Martin explains how to combine VB.NET with other key technologies, such as Web Services, ASP.NET, XML, WebForms, and the Microsoft Mobile Framework, to solve the important issues corporate Visual Basic programmers face today. Microsoft Technologies CD-ROM includes complete source code for the projects in the book and the third-party tools required to build the projects. .NET Platform: The next big overhaul to Microsoft's technologies that will bring enterprise distributed computing to the next level by fully integrating the Internet into the development platform. This will allow interaction between any machine, on any platform, and on any device. Visual Basic.NET: The update to this popular visual programming language will offer greater Web functionality, more sophisticated object-oriented language features, links to Microsoft's new common runtime, and a new interface. ASP.NET: A programming framework (formerly known as Active Server Pages) for building powerful Web-based enterprise applications; can be programmed using VB.NET or C#. C#: Microsoft's new truly object-oriented programming language that builds on the strengths of C++ and the ease of Visual Basic; promises to give Sun's Java a run for its money.

Beginning VB.NET

Download Beginning VB.NET PDF Online Free

Author :
Publisher : John Wiley & Sons
ISBN 13 : 0764558692
Total Pages : 880 pages
Book Rating : 4.7/5 (645 download)

DOWNLOAD NOW!


Book Synopsis Beginning VB.NET by : Richard Blair

Download or read book Beginning VB.NET written by Richard Blair and published by John Wiley & Sons. This book was released on 2004-08-18 with total page 880 pages. Available in PDF, EPUB and Kindle. Book excerpt: What is this book about? Visual Basic .NET is the latest version of the most widely used programming language in the world, popular with professional developers and complete beginners alike. This book will teach you Visual Basic .NET from first principles. You'll quickly and easily learn how to write Visual Basic .NET code and create attractive windows and forms for the users of your applications. To get you started on the road to professional development, you'll also learn about object-oriented programming, creating your own controls, working with databases, creating menus, and working with graphics. This second edition has been thoroughly tested on the full release version of .NET. The book is written in the proven Wrox beginning style with clear explanations and plenty of code samples. Every new concept is explained thoroughly with Try It Out examples and there are end-of-chapter questions to test yourself. What does this book cover? In this book, you will learn how to Install Visual Basic .NET Write Visual Basic .NET code Understand what the .NET Framework is and why it's important Control the flow through your application with loops and branching structures Create useful windows and screens Create your own menus Gain a complete understanding of object-oriented programming Work with graphics Create your own controls Access databases with ADO.NET Create applications for the Web Who is this book for? This book is aimed at readers who wish to learn to program using Visual Basic .NET. It assumes you have no prior experience of programming, but moves at a fast enough pace to be interesting if you have programmed in another language.

Network Programming in .NET

Download Network Programming in .NET PDF Online Free

Author :
Publisher : Elsevier
ISBN 13 : 0080491952
Total Pages : 541 pages
Book Rating : 4.0/5 (84 download)

DOWNLOAD NOW!


Book Synopsis Network Programming in .NET by : Fiach Reid

Download or read book Network Programming in .NET written by Fiach Reid and published by Elsevier. This book was released on 2004-07-01 with total page 541 pages. Available in PDF, EPUB and Kindle. Book excerpt: The purpose of this book is to provide tools to design and implement network-orientated applications in .NET. It is also a guide for software designers to choose the best and most efficient way to implement mission critical solutions. The book addresses real-world issues facing professional developers, such as using third-party components as opposed in-house development. It differentiates itself from existing .NET publications because it is aimed at experienced professionals and concentrates on practical, ready-to-use information. The book is written in two languages C# and VB.NET, and covers never-before published information on Telephony in .NET and packet-level networking. This is the second book in the Digital Press Software Development Series. Coverage of lower level protocols allows implementation of performance-centric applications Demonstrates the feasibility of developing telephony solutions in-house rather than outsourcing Written in VB.NET and C# to assist readers working in either language Coverage of Email, FTP and the WWW allows implementation of applications in all three areas

Beginning Visual C# 2010

Download Beginning Visual C# 2010 PDF Online Free

Author :
Publisher : John Wiley and Sons
ISBN 13 : 1118057198
Total Pages : 1079 pages
Book Rating : 4.1/5 (18 download)

DOWNLOAD NOW!


Book Synopsis Beginning Visual C# 2010 by : Karli Watson

Download or read book Beginning Visual C# 2010 written by Karli Watson and published by John Wiley and Sons. This book was released on 2011-02-08 with total page 1079 pages. Available in PDF, EPUB and Kindle. Book excerpt: Update to Wrox's leading C# book for beginners Get ready for the next release of Microsoft's C# programming language with this essential Wrox beginner's guide. Beginning Microsoft Visual C# 2010 starts with the basics and brings you thoroughly up to speed. You'll first cover the fundamentals such as variables, flow control, and object-oriented programming and gradually build your skills for Web and Windows programming, Windows forms, and data access. Step-by-step directions walk you through processes and invite you to "Try it Out," at every stage. By the end, you'll be able to write useful programming code following the steps you've learned in this thorough, practical book. The C# 4 programming language version will be synonymous with writing code with in C# 2010 in Visual Studio 2010, and you can use it to write Windows applications, Web apps with ASP.NET, and Windows Mobile and Embedded CE apps Provides step-by-step instructions for mastering topics such as variables, flow controls, and object-oriented programming before moving to Web and Windows programming and data access Addresses expressions, functions, debugging, error handling, classes, collections, comparisons, conversions, and more If you've always wanted to master Visual C# programming, this book is the perfect one-stop resource. Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.

Beginning ASP.NET 4.5: in C# and VB

Download Beginning ASP.NET 4.5: in C# and VB PDF Online Free

Author :
Publisher : John Wiley & Sons
ISBN 13 : 1118332024
Total Pages : 888 pages
Book Rating : 4.1/5 (183 download)

DOWNLOAD NOW!


Book Synopsis Beginning ASP.NET 4.5: in C# and VB by : Imar Spaanjaars

Download or read book Beginning ASP.NET 4.5: in C# and VB written by Imar Spaanjaars and published by John Wiley & Sons. This book was released on 2012-11-05 with total page 888 pages. Available in PDF, EPUB and Kindle. Book excerpt: The ultimate programming guide to ASP.NET 4.5, by popular author and Microsoft MVP Imar Spaanjaars Updated for ASP.NET 4.5, this introductory book is filled with helpful examples and contains a user-friendly, step-by-step format. Written by popular author and Microsoft ASP.NET MVP Imar Spaanjaars, this book walks you through ASP.NET, Microsoft's technology for building dynamically generated web pages. This edition retains the highly accessible approach to building the Planet Wrox website example, an online community site featuring product reviews, picture sharing, bonus content for registered users, and more. Contains the comprehensive guide to the latest technology additions to ASP.NET 4.5 Shows how to build basic ASP.NET web pages and configure their server Includes information on how to add features with pre-built server controls Reveals how to design pages and make them consistent Contains the information needed for getting user input and displaying data Beginning ASP.NET 4.5 in C# and VB uses Spaanjaars's distinct writing style to put you at ease with learning ASP.NET 4.5.

Beginning ASP.NET 1.1 with Visual C# .NET 2003

Download Beginning ASP.NET 1.1 with Visual C# .NET 2003 PDF Online Free

Author :
Publisher : John Wiley & Sons
ISBN 13 : 0764557084
Total Pages : 890 pages
Book Rating : 4.7/5 (645 download)

DOWNLOAD NOW!


Book Synopsis Beginning ASP.NET 1.1 with Visual C# .NET 2003 by : Chris Ullman

Download or read book Beginning ASP.NET 1.1 with Visual C# .NET 2003 written by Chris Ullman and published by John Wiley & Sons. This book was released on 2004-03-19 with total page 890 pages. Available in PDF, EPUB and Kindle. Book excerpt: Anyone with even a slight knowledge of HTML and Web page creation can pick up this book and soon be creating dynamic sites. Readers will learn how to build dynamic personalized Web sites from the ground up using Microsoft ASP.NET 1.1. The expert author team has decreased coverage of object-oriented programming to make the book even more accessible for absolute beginners.

Programming the Web with Visual Basic .NET

Download Programming the Web with Visual Basic .NET PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1430211024
Total Pages : 921 pages
Book Rating : 4.4/5 (32 download)

DOWNLOAD NOW!


Book Synopsis Programming the Web with Visual Basic .NET by : Constance Petersen

Download or read book Programming the Web with Visual Basic .NET written by Constance Petersen and published by Apress. This book was released on 2002-07-16 with total page 921 pages. Available in PDF, EPUB and Kindle. Book excerpt: After reading Programming the Web with Visual Basic .NET, developers will understand how to build and deploy top quality, professionally designed, highly usable Web applications using Visual Basic .NET.