Professional VB.NET

Professional VB.NET
ISBN-10
0764544004
ISBN-13
9780764544002
Category
Computers
Pages
1032
Language
English
Published
2002-04-30
Publisher
Wrox
Authors
Bill Sheldon, Billy Hollis, Matthew Reynolds

Description

What is this book about? .NET is designed to provide a new environment within which you can develop almost any application to run on Windows (and possibly in the future on other platforms). Visual Basic .NET (VB.NET) is likely to be a very popular development tool for use with this framework. VB.NET is a .NET compliant language and, as such, has (except for legacy reasons) almost identical technical functionality as the new C# language and Managed Extensions for C++. Using VB.NET, you can develop a dynamic Web page, a component of a distributed application, a database access component, or a classic Windows desktop application. In order to incorporate Visual Basic into the .NET Framework, a number of new features have been added to it. In fact, the changes are so extensive that VB.NET should be viewed as a new language rather than simply as Visual Basic 7. However, these changes were necessary to give developers the features that they have been asking for: true object orientated programming, easier deployment, better interoperability, and a cohesive environment in which to develop applications. What does this book cover? In this book, we cover VB.NET virtually from start to finish: We begin by looking at the .NET Framework, and end by looking at best practices for deploying .NET applications. In between, we look at everything from database access to integration with other technologies such as XML, along with investigating the new features in detail. You will see that VB.NET has emerged as a powerful yet easy to use language that will allow you to target the Internet just as easily as the desktop. This book explains the underlying philosophy and design of the .NET Framework and Common Language Runtime (CLR) and explains the differences between Visual Basic 6 and Visual Basic .NET. You will learn how to Develop applications and components using Visual Studio .NET Effectively apply inheritance and interfaces when designing objects and components Organize your code using namespaces Handle errors using the Try...Catch...Finally structure Access data using ADO.NET and bind controls to the underlying data sources Create Windows applications and custom Windows controls Interoperate with COM and ActiveX components Create transactional and queuing components Use .NET Remoting to send serialized objects between clients and servers Create Windows Services Use VB.NET to access information on the Web Create and consume Web Services Secure your applications and code using the tools provided in the .NET Framework SDK Arrange your applications and libraries in assemblies and deploy them using Visual Studio .NET Who is this book for? This book is aimed at experienced Visual Basic developers who want to make the transition to VB.NET. What do you need to use this book? Although it is possible to create VB.NET applications using the command lines tools contained in the .NET Framework SDK, you will need Visual Studio .NET (Professional or higher), which includes the .NET Framework SDK, to use this book to the full. Here are some additional notes on what you may need: Some chapters make use of SQL Server 2000. However, you can also run the example code using MSDE (Microsoft Data Engine), which ships with Visual Studio .NET. Several chapters make use of Internet Information Services (IIS). IIS ships with Windows 2000 Server, Windows 2000 Professional, and Windows XP, although it is not installed by default. Chapter 18 makes use of MSMQ to work with queued transactions. MSMQ ships with Windows 2000 Server, Windows 2000 Professional, and Windows XP, although it is not installed by default.

Other editions

Similar books

  • Beginning VB .NET 1.1 Databases: From Novice to Professional
    By Dan Maharry

    * Written by best selling author Peter Wright, and marks a return to his best form as he writes with a mission again. ‘Beginning VB6’ by Peter Wright sold circa 100k copies, and he followed up with Beginning VB6 Objects which sold circa ...

  • Professional Design Patterns in VB .NET: Building Adaptable Applications
    By John Slater, Tom Fischer, Chaur Wu

    Building Adaptable Applications Chaur Wu, Tom Fischer, Peter Stromquist, John Slater ... NET Windows Forms, since it would provide a similar look and feel to the existing client–server app the sales team was currently using.

  • Professional Visual Basic 2010 and .NET 4
    By Bill Sheldon, Billy Hollis, Rob Windsor

    requires more time to run many parts of code concurrently than to run a single part of code alone, because the concurrent code is competing for hardware resources (refer to Figure 332). You can think of concurrency as many cars sharing ...

  • Professional VB.NET 2003
    By Billy Hollis, Bill Evjen

    Market_Desc: This book is primarily aimed at experienced Visual Basic developers who need to make the transition to VB.NET and the .NET Framework.

  • Professional ASP.NET 3.5: In C# and VB
    By Scott Hanselman, Bill Evjen, Devin Rader

    In this book, you’ll be introduced to the features and capabilities of ASP.NET 3.5, as well as the foundation that ASP.NET provides.

  • Professional Visual Basic 2012 and .NET 4.5 Programming
    By Bill Sheldon, Billy Hollis, Rob Windsor

    To add a new XML comment to your handler, go to the line before the handler and type three single quotation marks: '''. This triggers Visual Studio to replace your single quotation marks with the following block of comments.

  • Professional VB 2005 with .NET 3.0
    By Bill Sheldon, Billy Hollis, Bill Evjen

    NET application is the Russian language in the country of Russia. In addition to setting the culture at either the server-wide or the application-wide level, another option is to set the culture at the page level.

  • Pro VB 2008 and the .NET 3.5 Platform
    By Andrew Troelsen

    This book provides a complete A-to-Z reference for using VB with the .NET 2.0 platform and the .NET 3.0 extensions.

  • Beginning Object-Oriented ASP.NET 2.0 with VB .NET: From Novice to Professional
    By Brian Myers

    * Includes not only Object-Oriented Programming concepts but their application. * Dedicated to using VB.NET to create ASP.NET applications instead of windows applications. * Includes an introduction to Visual Studio 2005, coding samples ...