Professional VB.NET by Bill Evjen, Tim McCarthy, Bill Sheldon, Jonathan Pinnock, Rockford Lhotka

BUY IT NEW

  • $49.99 List price
    $47.49 Online price
    $42.74 Member price
    (Save 14%)
    Limited Time Offer! Everyone receives the Member Price on books.
    See Details
  • skip to cart
  • Add To List uiAction=GetAllLists&page=List&pageType=list&ean=9780764559921&productCode=BK&maxCount=100&threshold=3

GET FREE SHIPPING ON ORDERS OF $25 OR MORE

DELIVERY & GIFT DETAILS:

Usually ships within 24 hours

Delivery Time and Shipping Rates

Eligible for gift wrap & gift message.

BUY IT USED

25 copies from $1.99

See All Available

(Paperback - REV)

  • Pub. Date: June 2004
  • 1056pp
    Buy it Used: 25 copies from $1.99 See All Available

    Customers who bought this also bought

     
    • Overview
    • Editorial Reviews
    • Customer Reviews
    • Features

    Product Details

    • Pub. Date: June 2004
    • Publisher: Wiley, John & Sons, Incorporated
    • Format: Paperback, 1056pp

    Synopsis

    Microsoft® considers Visual Basic® .NET to be the language of choice for applications where developer productivity is a top priority. It offers you the ability to program against the .NET Framework, and the most recent version includes tools for programming today’s hot mobile applications. This code-laden reference covers VB.NET 2003 from start to finish.

    These pages will help you discover how to apply object-oriented concepts in design and development to create effective business applications. You will be able to access data using ADO.NET, integrate VB.NET with XML, create both Windows® applications and Web services, and much more. Finally, you will explore best practices for deploying .NET applications and understand the power of VB.NET in development that targets the Internet as easily as the desktop.

    What you will learn from this book

    • How to create new namespaces and import and alias existing namespaces within projects
    • Error-handling methods using the Try...Catch...Finally structure
    • How to work with data binding and update the underlying data source in Windows applications
    • Methods for developing multithreaded applications
    • How .NET Remoting is used to exchange serialized objects between clients and servers
    • The differences between Mobile Web and .NET Compact Framework applications

    Who this book is for

    This book is for experienced developers who are making the transition to VB.NET or seeking a deeper understanding of the most common VB.NET programming tasks and concepts.

    Wrox Professional guides are planned and written by working programmers to meet the real-world needs ofprogrammers, developers, and IT professionals. Focused and relevant, they address the issues technology professionals face every day. They provide examples, practical solutions, and expert education in new technologies, all designed to help programmers do a better job.

    More Reviews and Recommendations

    Biography

    Rockford Lhotka is the Principal Technology Evangelist for Magenic Technologies, one of the nations premiere Microsoft Gold Certified Partners dedicated to solving today’s most challenging business problems using 100% Microsoft tools and technology.

    Billy Hollis is a frequent speaker at conferences, including Comdex and VBITS and is MSDN Regional Director of Developer Relations in Nashville, TN for Microsoft.

    Bill Evjen is president of the St. Louis .NET User Group, as well as the founder and executive director of the International .NET Association (INETA). Bill, is also an active author and speaker on .NET technologies. Bill is a technical director for Reuters in St. Louis, Missouri.

    Bill Sheldon is currently employed as a Principal Engineer with InterKnowlogy. Bill designs software solutions and develops enterprise infrastructure components.

    Jonathan Pinnock spends most of his time developing and extending the successful PlatformOne product set that his company, JPA markets to the financial services community.

    Rama Ramachandran is VP of Technology with Imperium, a Microsoft Gold Certified partner for E-Commerce. Rama is a MCSD and designs and develops web applications.

    Tim McCarthy is a Principal Engineer at InterKnowlogy, where he architects and builds highly scalable n-tier web applications utilizing the latest Microsoft technologies.

    Customer Reviews

    • Reader Rating:
    • Ratings: 1Reviews: 1

    Professional VB.NETby Anonymous

    Reader Rating:
    See Detailed Ratings

    October 11, 2004: This book is the sequel to 'Beginning VB.NET 2003'. That book of necessity had to devote time to going over basic syntactical material of VB.NET. By contrast, this book is squarely aimed at object oriented material. It shows how to design a problem so as to have natural object classes. From these, the book moves into implementing these under VB. This of course leads immediately into topics like inheritance and interfaces. And how to make a hierarchy of classes. You get to imagine levels of abstraction, like virtual methods in a class, which act as placeholders for actual methods in derived classes. There is a good discussion of the various ways that polymorphism can arise. Other chapters go into the GUI aspects of the language. Secondary emphasis really. These chapters are straightforward. Nothing conceptually hard here. What is striking about the book is that in the OO chapters, if you remove the code examples, much of the text could apply to C, Java and C#. What Microsoft has done is promote VB to the level of these languages.