or
Sign in to turn on 1-Click ordering.
More Buying Choices
Have one to sell? Sell yours here
Application Development Using Visual Basic and .Net (Oberg .NET)
 
See larger image
 
Tell the Publisher!
I’d like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Application Development Using Visual Basic and .Net (Oberg .NET) [Paperback]

Robert J. Oberg , Peter Thorsteinson , Dana L. Wyatt

RRP: £35.99
Price: £30.59 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £5.40 (15%)
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 dispatched within 7 to 10 days.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.
Amazon.co.uk Trade-In Store
Did you know you can trade in your old books for an Amazon.co.uk Gift Card to spend on the things you want? Plus, get an extra £5 Gift Certificate when you trade in books worth £10 or more before June 30, 2012. Visit the Books Trade-In Store for more details.

Product details


More About the Author

Robert J. Oberg
Discover books, learn about writers, and more.

Visit Amazon's Robert J. Oberg Page

Product Description

Product Description

This book gives experienced programmers the practical insight they need to build enterprise applications for Microsoft's .NET platform using Visual Basic. Using a running case study and extensive code examples, the authors illuminate essential .NET concepts, and introduce powerful new .NET technologies such as ADO.NET and ASP.NET. The book begins with a self-contained review of basic Visual Basic.NET syntax and technique; then rapidly moves on to in-depth coverage of VB.NET development with the .NET Framework. The authors begin their case study by developing a simple .NET console application, then add a Windows Forms interface, isolate functionality within components, provide database access via ADO.NET, secure the code, and finally, make its functionality accessible as a Web Service via ASP.NET. Along the way, they introduce each of .NET's most powerful features for developers, including interfaces, attributes, collections, file I/O and streams, debugging classes, threading, appdomains, context, remoting, security, component deployment and versioning, assemblies, the global assembly cache, and interoperability. All books in the Integrated .NET Series by Object Innovations and Prentice Hall PTR teach in a systematic, step-by-step manner, using rich examples and a shared case study that explains how .NET's features interact in the context of a real application. The books integrate perfectly: developers who want an even stronger understanding of the basics of Visual Basic can find it in the companion introductory title, Introduction to Visual Basic Using .NET.

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.


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 organise and find favourite items.
Your tags: Add your first tag
 

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

There are no customer reviews yet on Amazon.co.uk.
5 star
4 star
3 star
2 star
1 star
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com:  2 reviews
7 of 10 people found the following review helpful
Comprehensive, Clear, example-rich practical guide! 22 Mar 2003
By G.GNANA ARUN GANESH - Published on Amazon.com
Format:Paperback
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!

1 of 8 people found the following review helpful
beware 6 May 2004
By A Customer - Published on Amazon.com
Format:Paperback
you might want to ignore G.GNANA ARUN GANESH's reviews as as he/she probably works for prentice hall

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

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

Search Customer Discussions
Search all Amazon discussions
   


Listmania!

Create a Listmania! list

Look for similar items by category


Look for similar items by subject


Feedback


Amazon.co.uk Privacy Statement Amazon.co.uk Delivery Information Amazon.co.uk Returns & Exchanges