Join Amazon Prime and ship Two-Day for free and Overnight for $3.99. Already a member? Sign in.

 

or
Sign in to turn on 1-Click ordering.
 
 
More Buying Choices
35 used & new from $2.31

Have one to sell? Sell yours here
 
   
Application Development Using Visual Basic and .NET (Integrated .NET Series from Object Innovations)
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get yours here.
 
  

Application Development Using Visual Basic and .NET (Integrated .NET Series from Object Innovations) (Paperback)

by Robert J. Oberg (Author), Peter Thorsteinson (Author), Dana L. Wyatt (Author)
3.0 out of 5 stars See all reviews (2 customer reviews)

List Price: $44.99
Price: $34.19 & this item ships for FREE with Super Saver Shipping. Details
You Save: $10.80 (24%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
Usually ships within 1 to 3 weeks.
Ships from and sold by Amazon.com. Gift-wrap available.

12 new from $14.49 23 used from $2.31

Frequently Bought Together

Customers buy this book with Introduction to Visual Basic Using .NET (Integrated .NET Series from Object Innovations) by Dana L. Wyatt

Application Development Using Visual Basic and .NET (Integrated .NET Series from Object Innovations) + Introduction to Visual Basic Using .NET (Integrated .NET Series from Object Innovations)
Price For Both: $68.38

One of these items ships sooner than the other. Show details


Editorial Reviews

Product Description
Gives experienced developers the practical insight they need to build enterprise applications using Visual Basic .NET. Covers the entire process of constructing a .NET application. Softcover.

From the Back Cover

Build industrial-strength .NET applications with Visual Basic.

  • Experienced programmers: Quickly come up to speed on the new, powerful Visual Basic .NET
  • Practical, hands-on coverage of the .NET Framework, CLR, ADO.NET, ASP.NET, Web services, security, interoperability, and more
  • Running case study: see how concepts work together when you build .NET applications

This book gives experienced developers the practical insight they need to build enterprise applications using Visual Basic .NET. Using extensive code examples and a running case study, the authors illuminate the .NET concepts and technologies that offer developers the greatest power and value. They cover the entire process of constructing a .NET application: developing a simple .NET console application; adding a Windows Forms interface; isolating functionality within components; providing database access via ADO.NET; securing your code; and using ASP.NET to create Web applications and services.

  • .NET Framework and Common Language Runtime fundamentals for experienced programmers
  • Key .NET features: interfaces, attributes, collections, I/O, threading, remoting, and more
  • In-depth coverage of ADO.NET, ASP.NET Web Forms, and Web services
  • Advanced user interface programming with Windows Forms and GDI+
  • Assemblies, component deployment, and versioning
  • Ensuring interoperability with diverse and legacy systems
  • Includes a self-contained Visual Basic .NET overview for those new to the language

Part of The Integrated .NET Series from Object Innovations and Prentice Hall PTR.



See all Editorial Reviews

Product Details

  • Paperback: 864 pages
  • Publisher: Prentice Hall PTR (July 4, 2002)
  • Language: English
  • ISBN-10: 0130933821
  • ISBN-13: 978-0130933829
  • Product Dimensions: 9.1 x 7 x 1.7 inches
  • Shipping Weight: 2.8 pounds (View shipping rates and policies)
  • Average Customer Review: 3.0 out of 5 stars See all reviews (2 customer reviews)
  • Amazon.com Sales Rank: #1,499,607 in Books (See Bestsellers in Books)

Look Inside This Book

Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
Your tags: Add your first tag
 
Help others find this product — tag it for Amazon search
No one has tagged this product for Amazon search yet. Why not be the first to suggest a search for which it should appear?

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

 

Customer Reviews

2 Reviews
5 star:
 (1)
4 star:    (0)
3 star:    (0)
2 star:    (0)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
3.0 out of 5 stars (2 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
7 of 9 people found the following review helpful:
5.0 out of 5 stars Comprehensive, Clear, example-rich practical guide!, March 21, 2003
This book "Application Development using Visual Basic and .NET" gives an innovative dimension of pragmatic approach to application development using VB. NET. This book is a part of the Integrated .NET Series from Object Innovations and Prentice Hall PTR. This book provides methodical exposure to the VB .NET language from the foundation. This book is appropriate for experienced programmers, providing a concrete, concise and in-depth introduction to VB. NET with a lot of example programs and case studies that continues through many of the chapters.

This book covers all the essential topics of VB .NET in detail along with thrilling case studies. The book wraps the topics such as .NET Fundamentals, VB .NET language essentials, Inheritance, Exceptions, Collections, Interfaces, Events, Attributes, Windows Forms, Windows Forms Controls, GDI+, ADO.NET, ASP.NET, Web Forms, Web services, Interoperability, Security and more!

Organization of this Book:

This book is organized into six major parts and is structured to make it easy for you to navigate to what you need to learn.

Part 1 - .NET Architecture Overview
Part 2 - VB .NET Language
Part 3 - Fundamentals of Windows Forms
Part 4 - Fundamentals of .NET Framework
Part 5 - Advanced UI programming using VB .NET
Part 6 - .NET Applications

Let us observe these six parts in detail.

The Part1 offers an orientation to the overall architecture and features of .NET. The first two chapters, provides a fine introduction to .NET Framework and the programming model of the .NET Framework.

The Part2 presents the core features of VB .NET. The chapters 3-6, talks about VB .NET programming language including data types, object oriented programming features available in VB .NET and inspects the interactions between VB .NET and .NET Framework. Visual Basic .NET supports many new or improved object-oriented language features such as inheritance,
overloading, the Overrides keyword, interfaces, shared members, and constructors. The third chapter in this part provides an in-depth coverage of object oriented features of VB .NET. The running Acme Travel Agency case study is introduced in chapter 5, which will give you a clear picture about how concepts work together when you build .NET applications.

Part3 covers the fundamentals of Windows Forms. Windows Forms is the new platform for Microsoft Windows application development, based on the .NET Framework. This framework provides a clear, object-oriented, extensible set of classes that enables you to develop rich Windows applications. The System.Windows.Forms namespace contains classes for creating Windows-based applications that take full advantage of the rich user interface features available in the Microsoft Windows operating system. Chapters 7 and 8 provides a systematic coverage on the core topics such as Windows Forms, including Form design, controls, events, menus, toolbars, dialog
boxes etc.

The Part 4 gives details about fundamental topics in .NET framework. Chapter 9 explains about assemblies and deployment in detail. The chapter 10 provides a systematic coverage on the core topics such as metadata, serialization, threading, attributes, asynchronous programming, remoting, memory management etc.

The Part 5 explores the advanced topics in UI programming with VB .NET. The chapter 11 examines the topic GDI+ in an in-depth approach. Chapter 12 speaks about some advanced topics such as MDI, visual Inheritance, ActiveX controls in .NET applications etc.

Part 6, consisting of chapters 13 to 17, cover central parts of the .NET framework that are constructive during realistic application development using VB .NET. Database access is an important topic. The .NET Framework provides database support with a new database technology known as ADO.NET. There are two central components of ADO.NET that accomplish data access: the DataSet, and the .NET data provider, which is a set of components including the Connection, Command, DataReader, and DataAdapter objects. You can access data sources in either a connected or disconnected mode. The chapter 13 guides you step by step and give a clear picture about all these topics in an excellent way. The chapter 14 gives you the information about the fundamentals of ASP.NET, including the ASP.NET architecture, server controls, configuration, database access, state in ASP.NET applications etc. The chapter 15 covers some advanced useful topics such as SOAP and Web services, which is in the path of revolutionizing the software world. Web services provide a robust mechanism for heterogeneous systems to interoperate. The chapter 16 covers .NET security in detail. It covers all the vital topics including User-Based, Code Access security, Role-Based security etc. The final chapter17 provides the information how to use existing COM objects (Unmanaged) within managed applications and expose-managed objects
to existing COM (Unmanaged) applications. In the Appendix, the topics such as Visual Studio .NET and Tracing and Debugging techniques in .NET are covered nicely.

As a Conclusion this book gives all the necessary details to develop realistic enterprise applications using VB .NET. It gives experienced developers the practical insight they need to build applications in a pragmatic way. In-depth coverage of .NET framework, Windows Forms, ADO.NET, GDI+, ASP.NET Web Forms, Web services makes this book unique. This book covers all the essential topics in a comprehensive, clear, example-rich practical way for experienced developers!

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
1 of 7 people found the following review helpful:
1.0 out of 5 stars beware, May 5, 2004
By A Customer
you might want to ignore G.GNANA ARUN GANESH's reviews as as he/she probably works for prentice hall
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
Ad
 
Only search this product's reviews



Customer Discussions

 Beta (What's this?)
New! See all customer communities, and bookmark your communities to keep track of them.
This product's forum (0 discussions)
  Discussion Replies Latest Post
  No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
  [Cancel]

   


Product Information from the Amapedia Community

Beta (What's this?)

Look for Similar Items by Category


Cook with the Best Ingredients

Traditional Paella Kit
Fall into cooking or give the gift of great cooking with fresh and innovative ingredients and spices from Amazon Gourmet.

Shop more now

 

Best Books of 2008

Best of 2008
Find our top 100 editors' picks as well as customers' favorites in dozens of categories in our Best Books of 2008 Store.
 

Heat It Up

Shop for heat guns
Use a heat gun for a variety of home improvement jobs, including removing paint, loosening floor tiles, and thawing frozen pipes.

Shop for heat guns now

 

Best Books

Best of the Month
See our editors' picks and more of the best new books on our Best of the Month page.
 
Ad

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.


Where's My Stuff?

Shipping & Returns

Need Help?

Your Recent History

  (What's this?)
You have no recently viewed items or searches.

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.

Look to the right column to find helpful suggestions for your shopping session.

Continue shopping: Top Sellers
Free
Free by Chris Anderson
Paranoia
Paranoia by Joseph Finder
My Soul to Lose
My Soul to Lose by Rachel Vincent
Glenn Beck's Common Sense

Conditions of Use | Privacy Notice © 1996-2009, Amazon.com, Inc. or its affiliates