Professional VB.NET, 2nd Edition
|
| Price: |
33 new or used available from $0.01
Average customer review:Product Description
Written and tested for the final release of .NET v1.0, this book explains the underlying philosophy and design of the .NET Framework and Common Language Runtime, and details the differences between Visual Basic 6 and Visual Basic .NET.
VB.NET is covered virtually from start to finish: beginning with an overview of the .NET Framework, and ending with best practices for deploying .NET applications. In between, everything from database access to integration with other technologies such as XML is covered. Each of these new features are investigated in detail. You will see that VB.NET has emerged as a powerful yet easy to use language that allows developers to target the Internet just as easily as the desktop.
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 exchange serialized objects between clients and servers
- Create Windows Services
- Use Visual Basic .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
Product Details
- Amazon Sales Rank: #1413644 in Books
- Published on: 2002-04
- Original language: English
- Number of items: 1
- Binding: Paperback
- 1012 pages
Editorial Reviews
From the Publisher
This book is primarily aimed at experienced Visual Basic developers who are looking for an introduction to Visual Basic .NET and the .NET Framework.
From the Back Cover
What you need to know
This book is primarily aimed at experienced Visual Basic® developers who are looking for an introduction to Visual Basic .NET and the .NET Framework.
What you will learn from this book
This book explains the underlying philosophy and design of the .NET Framework and Common Language Runtime, and details 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 exchange serialized objects between clients and servers
- Create Windows Services
- Use Visual Basic .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
About the Author
Fred Barwell is an MCSD and a graduate from the University of Waterloo with a Bachelor of Mathematics, Honors Computer Science and Information Systems degree. He has been developing software professionally for over 10 years, primarily with Visual Basic and SQL Server.
Richard Blair is Web Application Architect specializing in Microsoft Web Technologies, He focuses on emerging technology and its impact on business and development. Key areas that he has helped clients evaluate include: streamlining the electronic business process, expanding access to vital information, and creating usable systems. He now works as a Senior Consultant for SEI-Information Technology.
Richard Case is a Financial Analyst Programmer with Financial Objects PLC based in Covent Garden, London, England, where he works on the company s advanced banking software. Richard is also a Microsoft Certified Developer. He has been using Visual Basic since version 3 and is looking forward to using it for many years to come.
Jonathan Crossland is co-author of Professional Windows DNA, Professional VB.NET, and Beginning VB.NET. He is currently working at Yokogawa Electric Corporation in the UK, where he is happily involved with the creation of software technologies for eight years and now spends most of his time in C# and ASP.NET.
Bill Forgey is Technical Lead in his current position, introducing project methodology, new technologies, standards, and training to development teams. He spend some time consulting and have exposed to technologies such as ASP, Delphi, Pascal, COM, C/C++, SQL, Java, ADO, Visual Basic, and now .NET. He is also co-author to Beginning Visual Basic .NET Databases.
Whitney Hankison is a Financial Systems Analyst with the County of Santa Barbara in California. She specializes in VB programming and System Architecture/Network Configuration. She has been working in the computer field since 1984 and holds MCP certifications in NT Server and Workstation.
Billy S. Hollis first learned BASIC over 25 years ago, and is co-author of the first book ever published on Visual Basic .NET, VB.NET Programming on the Public Beta, as well as several other .NET books. He is a frequent speaker at conferences, including Comdex and the Visual Basic Insiders Technical Summit (VBITS), often on the topics of software design and specification, object-based development in Visual Basic, and Microsoft.NET. He was chosen by Microsoft to train 200 instructors for their 2001 .NET Developer Tour.
Rockford Lhotka is the Principal Technology Evangelist for Magnetic Technologies, one of the Nation s premiere Microsoft Gold Certified Partners dedicated to solving today s most challenging business problems using 100% Microsoft tools and technology. He has over 14 years experience in software development and has worked on many projects in various roles, including software architecture, design and development, network administration, and project management.
Tim McCarthy is a Principal Engineer at InterKnowlogy, where he architects and builds highly scalable n-tier web applications utilizing the latest Microsoft technologies. He has been an author and technical reviewer for several books.
Jan D. Narkiewicz is Chief Technical Officer at Software Pronto, Inc. In his spare time he is Academia Coordination for the Windows curriculum at U.C. Berkeley Extension, he teaches at U.C. Santa Cruz Extension, writes for ASPT today and occasionally plays some football.
Jonathan Pinnock started programming in Pal III assembler on his school s PDP 8/e, with a massive 4K of memory. He spends most of his time developing and extending the increasingly successful PlatformOne product set that h
Customer Reviews
Excellent guide for experienced visual basic programmers
As someone who has spent over five years as a professional Visual Basic programmer I don't want to throw away all my knowledge when I move to VB.NET. Fortunately, this (big) book doesn't bother teaching you programming from scratch (you should definitely look elsewhere if you're a complete beginner) but will help you make sense of not only what's changed in the move from VB6 to VB.NET (a lot!) but also what you can take with you from VB6 (a surprisingly large amount actually). This means that you don't have to spend your time working through stuff like "this is a variable", "this is an if statement". Instead the book gets stuck into what makes the .NET Framework and Common Language Runtime tick - and explains how you can relate all of it to VB6.
The first third of the book serves as a reference to the VB.NET language - syntax, error handling, objects, inheritance, interfaces, and the differences between variables and types. While this means that you don't get to create many exciting applications early on it does mean that you have a thorough grounding in the essentials of the language.
Then the rest of the book takes a look at the most important features of .NET in turn: ADO.NET, XML, Windows Forms, Web Services, Data Binding, Remoting, Networking, Threading, Security, Web Forms, etc. You won't be an expert in any of these areas after you've read the book but you will have a much better idea of what VB.NET is capable of and how to get started using the advanced features of the .NET Framework Class Library.
Although there are a lot of authors that wrote on this book, which can spell trouble in my experience, the editors have managed to maintain a consistent voice throughout and there's surprisingly little overlap between chapters. Well worth the money.
A must for the experienced Visual Basic developer!
This book is for experienced developers who need to make the transition to VB.NET. It will also help programmers with previous knowledge of VB.NET who want to move up to the professional level.
The book begins with an introduction to the .NET Framework and common language RunTime(CLR). The CLR is responsible for managing the execution of code compiled for the .NET platform. The next few chapters focus on object oriented programming and how to derive classes from base classes using inheritance. Chapter 9 gives a detailed discussion on how error handling works in VB.NET by discussing the CLR exception handler in detail and the new Try...Catch...Finally structure. An entire chapter is devoted to multi-threading. You will learn how threads can be created, and the differences between multitasking and multi-threading. Chapter 16 discusses COM and .NET component interoperability, and the tools provided to help link the two technologies together. Chapter 18 gives detailed coverage of the ADO.NET data access technology. You will learn how to build flexible, fast, and scalable data access objects and applications.
The final chapters discuss building web applications with web forms, creating custom controls for Windows Forms and Web Forms, and finally, creating and consuming Web Services.
If you're an experienced VB developer and would like to make the transition to VB.NET, then this book is a must.
Full of useful information
This is a huge book (just short of a thousand pages) and it's packed full of really useful information. It covers all the important parts of the .NET Framework Class Library - Win Forms, Web Forms, ADO.NET, XML, Web Services and more - as well as the syntax and new features of Visual Basic .NET.
With so much to cover the book has to keep up a decent pace, which means that the authors assume that you've got experience of working with Visual Basic 6. If you're new to programming then you'll want to look elsewhere.
For VB6 programmers this book is great value.




