- 5 Risultati
prezzo più basso: € 3,98, prezzo più alto: € 41,20, prezzo medio: € 13,05
1
Beginning Visuelles Basic 2010 Taschenbuch Bryan, Willis, Thearon Nachrichten - Bryan Newsome, Thearon Willis
Ordina
da ebay.de
€ 6,14
Spedizione: € 6,171
OrdinaLink sponsorizzato
Bryan Newsome, Thearon Willis:

Beginning Visuelles Basic 2010 Taschenbuch Bryan, Willis, Thearon Nachrichten - edizione con copertina flessibile

2010, ISBN: 9780470502228

buch. Beginning Visuelles Basic 2010 Taschenbuch Bryan, Willis, Thearon NachrichtenDas Datenblatt dieses Produkts wurde ursprünglich auf Englisch verfasst. Unten finden Sie eine automatis… Altro …

99.2, Zahlungsarten: Paypal, APPLE_PAY, Google Pay, Visa, Mastercard, American Express, Priority Listing. Costi di spedizione:Versand zum Fixpreis, [SHT: Standard Shipping from outside], KY11 *** Dunfermline, [TO: Weltweit] (EUR 6.17) better_world_books_uk
2
Beginning Visual Basic 2010 by Bryan, Willis, Thearon Newsome - Bryan, Willis, Thearon Newsome
Ordina
da BetterWorldBooks.com
€ 3,98
OrdinaLink sponsorizzato

Bryan, Willis, Thearon Newsome:

Beginning Visual Basic 2010 by Bryan, Willis, Thearon Newsome - libri usati

2010, ISBN: 9780470502228

A focused, step-by-step approach to Visual Basic for new programmers What better way to get started with Visual Basic than with this essential Wrox beginner's guide? "Beginning Microsoft … Altro …

used in stock. Costi di spedizione:zzgl. Versandkosten., Costi di spedizione aggiuntivi
3
Beginning Visual Basic 2010 - Thearon Willis; Bryan Newsome
Ordina
da lehmanns.de
€ 41,20
Spedizione: € 0,001
OrdinaLink sponsorizzato
Thearon Willis; Bryan Newsome:
Beginning Visual Basic 2010 - edizione con copertina flessibile

2010

ISBN: 9780470502228

Buch, Softcover, Visual Basic 2010 offers a great deal of functionality in both tools and language. No one book could ever cover Visual Basic 2010 in its entirety--you would need a librar… Altro …

Costi di spedizione:Versand in 10-15 Tagen. (EUR 0.00)
4
Beginning Visual Basic - Willis, Thearon
Ordina
da amazon.de
€ 9,47
Spedizione: € 3,001
OrdinaLink sponsorizzato
Willis, Thearon:
Beginning Visual Basic - Prima edizione

2010, ISBN: 9780470502228

edizione con copertina flessibile

John Wiley &Sons, Taschenbuch, Auflage: 1. 720 Seiten, Publiziert: 2010-03-12T00:00:01Z, Produktgruppe: Buch, 2.69 kg, Programmiersprachen, Programmierung & Webdesign, Computer & Internet… Altro …

Gut Costi di spedizione:Auf Lager. Die angegebenen Versandkosten können von den tatsächlichen Kosten abweichen. (EUR 3.00) Ammareal - Professional
5
Beginning Visual Basic 2010 - Thearon Willis, Bryan Newsome
Ordina
da AbeBooks.de
€ 4,44
Spedizione: € 8,181
OrdinaLink sponsorizzato
Thearon Willis, Bryan Newsome:
Beginning Visual Basic 2010 - edizione con copertina flessibile

2010, ISBN: 0470502223

[EAN: 9780470502228], Gebraucht, sehr guter Zustand, [PU: Wrox], Light rubbing wear to cover, spine and page edges. Very minimal writing or notations in margins not affecting the text. Po… Altro …

NOT NEW BOOK. Costi di spedizione: EUR 8.18 Discover Books, Toledo, OH, U.S.A. [64434602] [Rating: 5 (von 5)]

1Poiché alcune piattaforme non trasmettono le condizioni di spedizione e queste possono dipendere dal paese di consegna, dal prezzo di acquisto, dal peso e dalle dimensioni dell'articolo, dall'eventuale iscrizione alla piattaforma, dalla consegna diretta da parte della piattaforma o tramite un fornitore terzo (Marketplace), ecc. è possibile che le spese di spedizione indicate da eurolibro non corrispondano a quelle della piattaforma offerente.

Dati bibliografici del miglior libro corrispondente

Dettagli del libro
Beginning Visual Basic

This book is designed to teach you how to write useful programs in Visual Basic 2010 as quickly and easily as possible. There are two kinds of beginners for whom this book is ideal: * You're a beginner to programming and you've chosen Visual Basic 2010 as the place to start. That's a great choice! Visual Basic 2010 is not only easy to learn, it's also fun to use and very powerful. * You can program in another language but you're a beginner to .NET programming. Again, you've made a great choice! Whether you've come from Fortran or Visual Basic 6, you'll find that this book quickly gets you up to speed on what you need to know to get the most from Visual Basic 2010. Visual Basic 2010 offers a great deal of functionality in both tools and language. No one book could ever cover Visual Basic 2010 in its entirety--you would need a library of books. What this book aims to do is to get you started as quickly and easily as possible. It shows you the roadmap, so to speak, of what there is and where to go. Once we've taught you the basics of creating working applications (creating the windows and controls, how your code should handle unexpected events, what object-oriented programming is, how to use it in your applications, and so on) we'll show you some of the areas you might want to try your hand at next: * Chapters 1 through 9 provide an introduction to Visual Studio 2010 and Windows programming. These chapters will help you install the Visual Studio 2010 IDE you'll use to create Visual Basic 2010 applications and learn your way around the interface. You'll be introduced to the .NET Framework and the CLR (Common Language Runtime). You'll learn to use variables, data types, comments, methods, and control software flow with the If statement and loops. You'll work with data in arrays, enumerations, constants, structures, ArrayLists, Collections, and tables. Chapter 6 provides an introduction to XAML and Windows Presentation Foundation (WPF) programming. XAML and WPF are the most recent addition to how VB programmers create user interfaces for their applications. You'll also work with events, create toolbars, buttons, forms, display dialog boxes, and create menus. * Chapter 10 provides an introduction to application debugging and error handling. * Chapters 11 through 13 provide an introduction to object-oriented programming (OOP) and building objects. You'll use classes, learn about reusability, work with constructors and inheritance, and see .NET Framework classes and namespaces. You'll learn to work with OOP memory management, class libraries, you'll register assemblies, and see how to use third party class libraries. * Chapter 14 provides an introduction to creating Windows Forms user controls. While WPF user interfaces are newer, Windows forms are still in widespread use. You'll create and test controls and work with their properties. * Chapters 15 and 16 provide an introduction to programming with databases and covers Access, SQL Server, and ADO.NET. The chapters walk you through the SQL SELECT statement, Access queries, data access components, and data binding. * Chapters 17 and 18 provide an introduction to Dynamic Data Web Sites and ASP.NET and show you how to write applications for the Web. You'll work with the most current ASP.NET 4 web techniques in Visual Studio 2010. * Chapter 19 provides a brief introduction to XML, a powerful tool for integrating your applications with others--regardless of the language they were written in. * Chapter 20 introduces you to deploying applications using ClickOnce technology. Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.

Informazioni dettagliate del libro - Beginning Visual Basic


EAN (ISBN-13): 9780470502228
ISBN (ISBN-10): 0470502223
Copertina rigida
Copertina flessibile
Anno di pubblicazione: 2010
Editore: John Wiley &Sons
720 Pagine
Peso: 1,247 kg
Lingua: eng/Englisch

Libro nella banca dati dal 2007-04-23T16:45:49+02:00 (Zurich)
Pagina di dettaglio ultima modifica in 2023-10-24T13:44:33+02:00 (Zurich)
ISBN/EAN: 0470502223

ISBN - Stili di scrittura alternativi:
0-470-50222-3, 978-0-470-50222-8
Stili di scrittura alternativi e concetti di ricerca simili:
Autore del libro : willis, thea, wiley, newsome, john bryan
Titolo del libro: microsoft basic, visual basic 2010, inglés visual


Dati dell'editore

Autore: Thearon Willis; Bryan Newsome
Titolo: Beginning Visual Basic 2010
Editore: John Wiley & Sons
724 Pagine
Anno di pubblicazione: 2010-03-12
Peso: 1,188 kg
Lingua: Inglese
40,90 € (DE)
Not available (reason unspecified)
187mm x 236mm x 35mm

BC; PB; Hardcover, Softcover / Informatik, EDV/Programmiersprachen; Programmier- und Skriptsprachen, allgemein; Visual Basic

INTRODUCTION. CHAPTER 1 Welcome to Visual Basic 2010. CHAPTER 2 TheMicrosoft.NET Framework. CHAPTER 3 Writing Software. CHAPTER 4 Controlling the Flow. CHAPTER 5 Working with Data Structures. CHAPTER 6 Extensible ApplicationMarkup Language (XAML). CHAPTER 7 Building Windows Applications. CHAPTER 8 Displaying Dialog Boxes. CHAPTER 9 CreatingMenus. CHAPTER 10 Debugging and Error Handling. CHAPTER 11 Building Objects. CHAPTER 12 Advanced Object-Oriented Techniques. CHAPTER 13 Building Class Libraries. CHAPTER 14 CreatingWindows Forms User Controls. CHAPTER 15 Accessing Databases. CHAPTER 16 Database Programming with SQL Server and ADO.NET. CHAPTER 17 Dynamic DataWeb Site. CHAPTER 18 ASP.NET. CHAPTER 19 Visual Basic 2010 and XML. CHAPTER 20 Deploying Your Application. APPENDIX A Exercise Solutions. APPENDIX B Where to Now? INDEX.

< Per archiviare...