woodys-uk
Price: £29.14
In stock

16 used & new from £4.28

Have one to sell? Sell yours here
 
 
Professional VB.NET (Programmer to Programmer)
 
 

Professional VB.NET (Programmer to Programmer) (Paperback)

by Fred Barwell (Author), Richard Case (Author), Bill Forgey (Author), Billy Hollis (Author), Tim McCarthy (Author), Jonathan Pinnock (Author), Richard Blair (Author), Jonathan Crossland (Author), Whitney Hankison (Author), Rockford Lhotka (Author), Jan Narkiewicz (Author), Rama Ramachandran (Author), Matthew Reynolds (Author), John Roth (Author), Bill Sheldon (Author), Bill Sempf (Author) ".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..." (more)
3.8 out of 5 stars  See all reviews (5 customer reviews)

Available from these sellers.


3 new from £7.97 13 used from £4.28

Customers Viewing This Page May Be Interested in These Sponsored Links

  (What is this?)
   Courses in VB Programming opens new browser window
www.seeklearning.co.uk  -  Take your Programming skills to the next level. Free Demo. Enquire Now! 
   Expert Vb.net Programmer opens new browser window
www.asp-dot-net-programmer.com  -  Expert Developer, Trusted Services Immediate Response, Free Estimate! 
   C# course now just £345 opens new browser window
www.impartica-training.co.uk  -  2 days London, 18-19 Nov 09 Was £495 now 30% off just £345 
  
 

Product details

  • Paperback: 1032 pages
  • Publisher: John Wiley & Sons; 2nd Edition edition (30 April 2002)
  • Language English
  • ISBN-10: 0764544004
  • ISBN-13: 978-0764544002
  • Product Dimensions: 22.9 x 18.6 x 5.6 cm
  • Average Customer Review: 3.8 out of 5 stars  See all reviews (5 customer reviews)
  • Amazon.co.uk Sales Rank: 812,459 in Books (See Bestsellers in Books)
  • See Complete Table of Contents

Product Description

Product 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.


From the Publisher

This book is primarily aimed at experienced Visual Basic developers who want to make the transition to VB.NET. It will also be of benefit to programmers with a good grounding in VB.NET who want to step up to a professional level. --This text refers to an out of print or unavailable edition of this title.

Inside This Book (Learn More)
First Sentence
.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). Read the first page
Explore More
Concordance
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search 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
 

What Do Customers Ultimately Buy After Viewing This Item?

Professional VB.NET (Programmer to Programmer)
84% buy the item featured on this page:
Professional VB.NET (Programmer to Programmer) 3.8 out of 5 stars (5)
Beginning Visual Basic 2005
16% buy
Beginning Visual Basic 2005 3.7 out of 5 stars (6)
£17.19

 

Customer Reviews

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

 
19 of 20 people found the following review helpful:
5.0 out of 5 stars Excellent book!, 17 Dec 2002
By M. Macey (London United Kingdom) - See all my reviews
(REAL NAME)   
If you are an existing VB6 developer looking to move into .NET, this book is really worthwhile. It gives a good overview of the CLR, then moves into real object programming. The descriptions of inheritance are great (lots to learn here), and examples are compared to VB6 along the way. There is an introduction to XML/XSL, and a chapter on ADO.NET.This is excellent, showing how to build a data abstraction layer. I especially enjoyed the chapters on COM/.NET interop and COM+. The best thing about this book is that you can read it cover to cover, or jump into the sections that are of more interest without losing the thread. For under 1000 pages I think they have produced a top class product. It may not delve into miniscule detail ,but it will certainly give you more than enough to start writing productive applications. In many cases I found myself querying their explanations, only to find a clarification slightly further into the text. I get the feeling they know exactly what you want to know, and how to deliver it. Superb!
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
2 of 2 people found the following review helpful:
4.0 out of 5 stars A book of extremes, 28 April 2004
By B. Eaton "twiglet27" (Telford, UK) - See all my reviews
(TOP 1000 REVIEWER)    (REAL NAME)   
The greatest strength and also the greatest weakness of this book, is thatit consists of a lot of authors covering a lot of ground. In the case oflaying the foundations for understanding the .NET Framework, it does anexcellent job. The explanations of the architectural thinking thatunderlies .NET and the CLR (Common Language Runtime) are excellent andinformative. If you're coming from VB6 to VB.NET then you really need toknow this information. In fact most of the more abstract (sic) topics aredelivered well along with great chapters on XML, ASP.NET, ADO.NET and (joyof joys) Component Services.
The traditional areas of VB however, are another story. Two areas wherethis book fell down for me (particulary given it being my raison d'etrefor purchasing) was in the area of Data Binding and Windows Forms. Thechapters on these topics are extremely poor in content. True, I'm comingat this book as someone who has spent the last three months living XML WebServices and a year's experience of ASP.NET behind that, but vitalinformation is missing. In the Windows Forms section there is allusion tothe life cycle of Forms at runtime without any suggestion of the best wayto handle this in your applications! This is analogous to explaining whattransmission does in a car without bothering to explain how the clutch isused. The data binding section whets the appetite with datagrids thenfails to actually deliver anything useful (like how to bind specificcolumns).
There is however a wealth of information here which should be good atgetting anybody not writing rich client applications up to speed. VB6developers that haven't yet moved to .NET really should read this for thewindow (sic) it opens up on the .NET world. It's worth keeping as areference and would have got 5 stars but for the nearly useless DataBinding and Windows Forms chapters.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
10 of 28 people found the following review helpful:
5.0 out of 5 stars Best book, 27 Jun 2002
This book is very good; I take you into the dept off VB.NET. And it shows you how you can do things. It also gives you many small examples; you can jump into any part off the book read a section and do the example without have to do other examples as well. After you have been reading it you can use the book as reference material, because it goes into depths.
A other thing about this book is that you can actual read it without have to test the solutions or be sitting in front off a PC, so you can basically read it on a holiday.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

3.0 out of 5 stars Not too bad
This was my first book I bought for learning VB.Net. The subject is covered well but having diferent contributers gave me the feeling that it was a little disjointed in its style... Read more
Published on 27 Aug 2005 by Mr. Clive R. Jones

2.0 out of 5 stars 5 stars you have got to be joking
I bought this book several months ago, I have just been doing a search on Amazon for a good .NET book, I would consider myself to be at least reasonably technical having worked... Read more
Published on 9 Dec 2003 by B. O'Callaghan

Only search this product's reviews



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
 

   


Look for similar items by category


Look for similar items by subject


Feedback

Ad

Your Recent History

 (What's this?)

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