Articles liés à Professional Vb.Net. 2nd Edition

Collectif Professional Vb.Net. 2nd Edition ISBN 13 : 9781861007162

Professional Vb.Net. 2nd Edition - Couverture souple

 
9781861007162: Professional Vb.Net. 2nd Edition

Synopsis

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

Les informations fournies dans la section « Synopsis » peuvent faire référence à une autre édition de ce titre.

Biographie de l'auteur

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 his company, JPA, markets to the financial services community.

Rama Ramachandran is Vice President, Technology with Imperium, a Microsoft Certified Partner for E–Commerce, Rama is a Microsoft Certified Solution Developer and Site–Builder and has excelled in designing and developing medium to large scale web applications using .NET, ASP/+, COM, Visual Basic, SQL Server, and Windows 2000.

Mathew Reynolds is an in–house author for Wrox Press writing about and working with visually all aspects of Microsoft .NET. He is also a regular contributor to Wrox s ASPToday, C#Today and Web Services Architect.

John Roth began his career like so many in the industry as that guy who knows the computer stuff, the one who could whip up a macro as fast as Julia Childs could tuck into a Souffle. Realizing he could make a living having fun, he started his own company.

Bill Sempf is an experienced internet strategist with a ten–year track record of using technology to help organizations accomplish specific business objectives. He is a Microsoft Certified Professional, Certified Internet Business Strategist, and member of the International Webmaster s Association.

Bill Sheldon is a software architect and engineer originally from Baltimore, Maryland, currently living with his wife in Southern California. Holding a degree in Computer Science from the Illinois Institute of Technology (IIT), he has been professionally employed since resigning his commission with the US Navy following the Gulf War.

Présentation de l'éditeur

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.

Les informations fournies dans la section « A propos du livre » peuvent faire référence à une autre édition de ce titre.

  • ÉditeurWROX Press Ltd
  • Date d'édition2002
  • ISBN 10 1861007167
  • ISBN 13 9781861007162
  • ReliureBroché
  • Langueanglais
  • Numéro d'édition2
  • Nombre de pages1005
  • Coordonnées du fabricantnon disponible

Acheter D'occasion

état :  Satisfaisant
Befriedigend/Good: Durchschnittlich...
Afficher cet article

EUR 2,50 expédition depuis Allemagne vers France

Destinations, frais et délais

Autres éditions populaires du même titre

9780764544002: Professional VB.NET

Edition présentée

ISBN 10 :  0764544004 ISBN 13 :  9780764544002
Editeur : Hungry Minds Inc,U.S., 2002
Couverture souple

Résultats de recherche pour Professional Vb.Net. 2nd Edition

Image d'archives

Reynolds, Matthew
Edité par WROX PRESS @, 2002
ISBN 10 : 1861007167 ISBN 13 : 9781861007162
Ancien ou d'occasion Couverture souple

Vendeur : medimops, Berlin, Allemagne

Évaluation du vendeur 5 sur 5 étoiles Evaluation 5 étoiles, En savoir plus sur les évaluations des vendeurs

Etat : good. Befriedigend/Good: Durchschnittlich erhaltenes Buch bzw. Schutzumschlag mit Gebrauchsspuren, aber vollständigen Seiten. / Describes the average WORN book or dust jacket that has all the pages present. N° de réf. du vendeur M01861007167-G

Contacter le vendeur

Acheter D'occasion

EUR 5,01
Autre devise
Frais de port : EUR 2,50
De Allemagne vers France
Destinations, frais et délais

Quantité disponible : 1 disponible(s)

Ajouter au panier

Image d'archives

Fred Barwell, Richard Blair, Richard Case, Jonathan Crossland, Bill Forgey, Whitney Hankison, Billy S. Hollis, Rockford Lhotka, Tim McCarthy,et al
Edité par WROX Press Ltd 01/04/2002, 2002
ISBN 10 : 1861007167 ISBN 13 : 9781861007162
Ancien ou d'occasion Couverture souple

Vendeur : Bahamut Media, Reading, Royaume-Uni

Évaluation du vendeur 5 sur 5 étoiles Evaluation 5 étoiles, En savoir plus sur les évaluations des vendeurs

Etat : Very Good. Shipped within 24 hours from our UK warehouse. Clean, undamaged book with no damage to pages and minimal wear to the cover. Spine still tight, in very good condition. Remember if you are not happy, you are covered by our 100% money back guarantee. N° de réf. du vendeur 6545-9781861007162

Contacter le vendeur

Acheter D'occasion

EUR 12,07
Autre devise
Frais de port : EUR 3,51
De Royaume-Uni vers France
Destinations, frais et délais

Quantité disponible : 1 disponible(s)

Ajouter au panier

Image d'archives

Fred Barwell, Richard Blair, Richard Case, Jonathan Crossland, Bill Forgey, Whitney Hankison, Billy S. Hollis, Rockford Lhotka, Tim McCarthy,et al
Edité par WROX Press Ltd 01/04/2002, 2002
ISBN 10 : 1861007167 ISBN 13 : 9781861007162
Ancien ou d'occasion Couverture souple

Vendeur : AwesomeBooks, Wallingford, Royaume-Uni

Évaluation du vendeur 5 sur 5 étoiles Evaluation 5 étoiles, En savoir plus sur les évaluations des vendeurs

Etat : Very Good. This book is in very good condition and will be shipped within 24 hours of ordering. The cover may have some limited signs of wear but the pages are clean, intact and the spine remains undamaged. This book has clearly been well maintained and looked after thus far. Money back guarantee if you are not satisfied. See all our books here, order more than 1 book and get discounted shipping. . N° de réf. du vendeur 7719-9781861007162

Contacter le vendeur

Acheter D'occasion

EUR 12,07
Autre devise
Frais de port : EUR 3,51
De Royaume-Uni vers France
Destinations, frais et délais

Quantité disponible : 1 disponible(s)

Ajouter au panier

Image d'archives

Fred Barwell
ISBN 10 : 1861007167 ISBN 13 : 9781861007162
Ancien ou d'occasion Paperback

Vendeur : WorldofBooks, Goring-By-Sea, WS, Royaume-Uni

Évaluation du vendeur 5 sur 5 étoiles Evaluation 5 étoiles, En savoir plus sur les évaluations des vendeurs

Paperback. Etat : Very Good. The book has been read, but is in excellent condition. Pages are intact and not marred by notes or highlighting. The spine remains undamaged. N° de réf. du vendeur GOR001504945

Contacter le vendeur

Acheter D'occasion

EUR 5,27
Autre devise
Frais de port : EUR 11,16
De Royaume-Uni vers France
Destinations, frais et délais

Quantité disponible : 1 disponible(s)

Ajouter au panier

Image d'archives

Fred Barwell, Richard Blair, Jonathan Crossland, Richard Case, Bill Forgey, Whitney Hankison, Billy S. Hollis, Rockford Lhotka, Tim McCarthy
Edité par Wrox Press, 2002
ISBN 10 : 1861007167 ISBN 13 : 9781861007162
Ancien ou d'occasion Couverture souple

Vendeur : Wonder Book, Frederick, MD, Etats-Unis

Évaluation du vendeur 5 sur 5 étoiles Evaluation 5 étoiles, En savoir plus sur les évaluations des vendeurs

Etat : Good. Good condition. 2nd edition. With remainder mark. A copy that has been read but remains intact. May contain markings such as bookplates, stamps, limited notes and highlighting, or a few light stains. Bundled media such as CDs, DVDs, floppy disks or access codes may not be included. NOT AVAILABLE FOR SHIPMENT OUTSIDE OF THE UNITED STATES. N° de réf. du vendeur R03O-00021

Contacter le vendeur

Acheter D'occasion

EUR 8,55
Autre devise
Frais de port : EUR 21,64
De Etats-Unis vers France
Destinations, frais et délais

Quantité disponible : 1 disponible(s)

Ajouter au panier

Image d'archives

Matthew Reynolds
Edité par WROX PRESS @, 2002
ISBN 10 : 1861007167 ISBN 13 : 9781861007162
Ancien ou d'occasion Paperback

Vendeur : ThriftBooks-Atlanta, AUSTELL, GA, Etats-Unis

Évaluation du vendeur 5 sur 5 étoiles Evaluation 5 étoiles, En savoir plus sur les évaluations des vendeurs

Paperback. Etat : Good. No Jacket. Pages can have notes/highlighting. Spine may show signs of wear. ~ ThriftBooks: Read More, Spend Less 3.6. N° de réf. du vendeur G1861007167I3N00

Contacter le vendeur

Acheter D'occasion

EUR 8
Autre devise
Frais de port : EUR 23,41
De Etats-Unis vers France
Destinations, frais et délais

Quantité disponible : 1 disponible(s)

Ajouter au panier

Image d'archives

Barwell, Fred
Edité par Wrox Press, 2002
ISBN 10 : 1861007167 ISBN 13 : 9781861007162
Ancien ou d'occasion Paperback

Vendeur : ThriftBooks-Dallas, Dallas, TX, Etats-Unis

Évaluation du vendeur 5 sur 5 étoiles Evaluation 5 étoiles, En savoir plus sur les évaluations des vendeurs

Paperback. Etat : Good. No Jacket. Pages can have notes/highlighting. Spine may show signs of wear. ~ ThriftBooks: Read More, Spend Less 3.6. N° de réf. du vendeur G1861007167I3N00

Contacter le vendeur

Acheter D'occasion

EUR 8
Autre devise
Frais de port : EUR 23,41
De Etats-Unis vers France
Destinations, frais et délais

Quantité disponible : 1 disponible(s)

Ajouter au panier

Image d'archives

Reynolds, Matthew
Edité par WROX PRESS @, 2002
ISBN 10 : 1861007167 ISBN 13 : 9781861007162
Ancien ou d'occasion paperback

Vendeur : HPB-Diamond, Dallas, TX, Etats-Unis

Évaluation du vendeur 5 sur 5 étoiles Evaluation 5 étoiles, En savoir plus sur les évaluations des vendeurs

paperback. Etat : Very Good. Connecting readers with great books since 1972! Used books may not include companion materials, and may have some shelf wear or limited writing. We ship orders daily and Customer Service is our top priority! N° de réf. du vendeur S_429286415

Contacter le vendeur

Acheter D'occasion

EUR 7,12
Autre devise
Frais de port : EUR 90,89
De Etats-Unis vers France
Destinations, frais et délais

Quantité disponible : 1 disponible(s)

Ajouter au panier