๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

Programming the Web with Visual Basic .NET

โœ Scribed by Lynn Torkelson, Constance Petersen, Zac Torkelson (auth.)


Publisher
Apress
Year
2002
Tongue
English
Leaves
921
Edition
1
Category
Library

โฌ‡  Acquire This Volume

No coin nor oath required. For personal study only.

โœฆ Synopsis


Programming the Web with Visual Basic .NET is a comprehensive guide to building web applications and services using Visual Basic .NET. It is written especially for experienced Visual Basic programmers who use Visual Studio .NET for their development work, even those who have never written a web application before.

Because the .NET Framework simply blows away the archaic tools previously available to web programmers, the authors predict that many Visual Basic programmers who successfully avoided Web programming in the past will now bring their expertise to the Web. However, even experienced web programmers will greatly benefit from the authors' thorough coverage of the ASP.NET namespaces and their clear coverage of the ADO.NET classes most important to Web applications that use relational databases for data storage. All developers will benefit from the authors' extensive practical advice (based on their unique professional backgrounds) about how to produce create high-quality code and how to create professional, usable websites.

After reading Programming the Web with Visual Basic .NET, you'll understand how to build and deploy top-quality, professionally designed, highly usable web applications using Visual Basic .NET.

โœฆ Table of Contents


Front Matter....Pages i-xxii
Meeting the Challenges of the Web....Pages 1-36
Creating a Web Application....Pages 37-92
Creating a Web Page....Pages 93-137
Using the HTML Controls....Pages 139-221
Using the Web Server Controls....Pages 223-301
Using the Validation Controls....Pages 303-340
Using Data-Bound Controls....Pages 341-400
Developing an XML Web Service....Pages 401-451
Accessing Relational Data....Pages 453-530
Creating a User Control....Pages 531-573
Creating a Rendered Control....Pages 575-611
Creating a Composite Control....Pages 613-637
Building a Web Application....Pages 639-717
Configuring and Deploying a Web Application....Pages 719-765
Creating a Web Site....Pages 767-831
Back Matter....Pages 833-914

โœฆ Subjects


Software Engineering/Programming and Operating Systems


๐Ÿ“œ SIMILAR VOLUMES


Web Programming With Visual Basic
โœ Craig Eddy ๐Ÿ“‚ Library ๐Ÿ“… 1996 ๐ŸŒ English

A developer's introduction to programming Web applications with Visual Basic, this guide quickly and efficiently shows how to use Microsoft's VB to create Web programs. The CD contains all examples from the book, plus additional Visual Basic programs.

.NET compact framework programming with
โœ Paul Yao, David Durant ๐Ÿ“‚ Library ๐Ÿ“… 2004 ๐Ÿ› Addison-Wesley Professional ๐ŸŒ English

.NET Compact Framework Programming with Visual Basic .NET is the definitive tutorial and reference for the .NET Compact Framework (CF). It shows you how to transfer your skills and your code to the Pocket PC 2003 and other mobile and embedded smart devices. Authors Paul Yao and David Durant draw upo

Practical Database Programming with Visu
โœ Ying Bai ๐Ÿ“‚ Library ๐Ÿ“… 2008 ๐Ÿ› Cambridge University Press ๐ŸŒ English

This is one of the best books so far I have read for this topic - Database Programming with Visual Basic.NET. Unlike other similar books, in which a huge block of codes starts from the first page and ends until the last page of the books, this book starts with a new style - Design Tools and Wizards,

Object-Oriented Programming with Visual
โœ Michael McMillan ๐Ÿ“‚ Library ๐Ÿ“… 2004 ๐ŸŒ English

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