|
|
|
|
LEADER |
00000cam a2200000Ia 4500 |
001 |
OR_ocn686709241 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
101129s2010 inua o 001 0 eng d |
010 |
|
|
|a 2010012721
|
040 |
|
|
|a UMI
|b eng
|e pn
|c UMI
|d CDX
|d IDEBK
|d CEF
|d OCLCQ
|d DEBSZ
|d OCLCQ
|d OCLCA
|d OCLCF
|d OCLCQ
|d YDX
|d OCLCQ
|d OCLCO
|d NJR
|d OCLCQ
|d UAB
|d WYU
|d AU@
|d VT2
|d CNCEN
|d OCLCQ
|d INARC
|d UKAHL
|d OCLCO
|d OCLCQ
|d OCLCO
|
015 |
|
|
|a GBB037024
|2 bnb
|
016 |
7 |
|
|a 015505331
|2 Uk
|
019 |
|
|
|a 664426352
|a 667100555
|a 1064996947
|a 1103283030
|a 1129363942
|a 1195481852
|a 1202553940
|a 1240538089
|a 1245890354
|
020 |
|
|
|a 9780672331596
|
020 |
|
|
|a 0672331594
|
020 |
|
|
|z 9780672331008
|
020 |
|
|
|z 0672331004
|
024 |
8 |
|
|a 9786612585791
|
029 |
1 |
|
|a DEBSZ
|b 355424193
|
029 |
1 |
|
|a GBVCP
|b 785420401
|
029 |
1 |
|
|a HEBIS
|b 291495761
|
029 |
1 |
|
|a NZ1
|b 13575300
|
029 |
1 |
|
|a AU@
|b 000067110912
|
035 |
|
|
|a (OCoLC)686709241
|z (OCoLC)664426352
|z (OCoLC)667100555
|z (OCoLC)1064996947
|z (OCoLC)1103283030
|z (OCoLC)1129363942
|z (OCoLC)1195481852
|z (OCoLC)1202553940
|z (OCoLC)1240538089
|z (OCoLC)1245890354
|
037 |
|
|
|a CL0500000079
|b Safari Books Online
|
050 |
|
4 |
|a QA76.73.B3
|b D467 2010
|
082 |
0 |
4 |
|a 005.2/768
|2 22
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Del Sole, Alessandro.
|
245 |
1 |
0 |
|a Visual Basic 2010 unleashed /
|c Alessandro Del Sole.
|
260 |
|
|
|a Indianapolis, Ind. :
|b Sams,
|c ©2010.
|
300 |
|
|
|a 1 online resource (xxix, 1234 pages) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
490 |
1 |
|
|a Unleashed
|
588 |
0 |
|
|a Print version record.
|
520 |
|
|
|a Foreword by Beth Massi Senior Program Manager, Microsoft Visual Studio Visual Basic 2010 Unleashed is the most comprehensive, practical reference to modern object-oriented programming with Visual Basic 2010. Written by Visual Basic MVP Alessandro Del Sole, a long-time leader of the global VB community, this book illuminates the core of the VB language and demonstrates its effective use in a wide variety of programming scenarios. Del Sole covers both Visual Basic 2010 Professional Edition for professional developers and the Express Edition for hobbyists, novices, and students. Writing for VB programmers at all levels of experience, he walks through using VB 2010 for data access, user interface development, networking, communication, and many other tasks. For those moving from structured languages-including VB 6-he offers detailed guidance on building effective object-oriented code. He also demonstrates how to make the most of Microsoft's underlying .NET platform to write more robust and powerful software. This book's broad coverage includes advanced features such as generics and collections; a thorough introduction to the Visual Studio 2010 IDE and Visual Studio Team System; a full section on data access with ADO.NET and LINQ; practical overviews of WPF and WCF; coverage of web and cloud development with Silverlight and Azure; and advanced topics such as multithreading, testing, and deployment. Understand the Visual Studio 2010 IDE, .NET Framework 4.0, and the anatomy of a VB 2010 application Debug VB applications and implement error handling and exceptions Build efficient object-oriented software with classes, objects, namespaces, and inheritance Work with advanced object-oriented features, including interfaces, generics, delegates, events, and collections Organize, create, and improve classes with the Visual Studio Class Designer Access data with LINQ-including LINQ to Objects, SQL, DataSets, Entities, XML, and Parallel LINQ Build modern Windows applications with WPF controls, brushes, styles, and templates Develop web-centric applications using ASP.NET, Silverlight, and Windows Azure Services cloud computing Create and consume WCF services and WCF Data Services Use advanced .NET 4.0 platform capabilities, including assemblies, multithreading, parallel programming, P/Invoke, and COM interoperability Perform advanced compilations with MSBuild Localize and globalize VB 2010 client applications Alessandro Del Sole, Microsoft MVP for Visual Basic ...
|
505 |
0 |
|
|a Part I. Learning the basics of VB. 1. Introducing the .NET Framework 4.0 -- 2. Getting Started with the Visual Studio 2010 IDE -- 3. Anatomy of a Visual Basic Project -- 4. Data Types and expressions -- 5. Debugging Visual Basic 2010 applications -- 6. Handling Errors and Exceptions -- Part II. Object Oriented Programming with Visual Basic 2010. 7. Classes Fundamentals -- 8. Managing an Object's Lifetime -- 9. Organizing Types within Namespaces -- 10. Modules -- 11. Structures and enumerations -- 12. Inheritance -- 13. Interfaces -- 14. Generics and nullable types -- 15. Delegates and Events -- 16. Working with Collections -- 17. Visually Designing objects -- 18. "Generate from usage" Coding techniques
|
505 |
0 |
|
|a Part III. Advanced VB Language Features. 19. Manipulating Files and Streams -- 20. The "My" Namespace -- 21. Advanced Language Features -- Part IV. Data Access with ADO.NET and LINQ. 22. Introducing ADO.NET and DataSets -- 23. Introducing LINQ -- 24. LINQ to Objects -- 25. LINQ to SQL -- 26. LINQ to DataSets -- 27. Introducing the ADO.NET Entity Framework -- 28. Manipulating XML Documents with LINQ and XML Literals -- 29. Overview of Parallel LINQ -- Part V. Building Windows Applications. 30. Creating Windows Forms 4.0 Applications -- 31. Creating WPF Applications -- 32. WPF Common Controls -- 33. Brushes, Styles and Templates and Animations in WPF -- 34. Manipulating Documents and Media -- 35. Introducing Data-Binding -- 36. Localization Application
|
505 |
0 |
|
|a Part VI. Building Web Applications. 37. Building ASP.NET Web Applications -- 38. Publishing ASP.NET Web Applications -- 39. Building Rich Internet Applications with Silverlight -- 40. Building and Deploying Applications for the Windows Azure Services Platform -- Part VII. Networking and Exposing Data Through Networks. 41. Creating and Consuming WCF Services -- 42. Implementing and Consuming WCF Data Services -- Part VIII. Advanced .NET Framework with VB 2010. 43. Serialization -- 44. Processes and Multithreading -- 45. Parallel programming -- 46. Working with assemblies -- 47. Reflection -- 48 Coding Attributes -- 49. Platform Invokes and Interoperability with the COM Architecture -- 50. Documenting the Source Code -- 51. Advanced Compilations with MSBuild -- 52. Building Customizations for the Microsoft Office
|
505 |
0 |
|
|a Part IX. Application Deployment. 53. Understanding the Global Assembly Cache -- 54. Setup & Deployment Projects for Windows Installer -- 55. Deploying application with ClickOnce -- Part X. Mastering the Visual Studio 2010 IDE Online chapters (available at www.informit.com/title/9780672331008 -- 56. Advanced IDE Features -- 57. Introducing the Visual Studio Extensibility -- 58. Advanced analysis tools -- 59. Testing code with unit tests, Test-driven deployment, and Code contracts.
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
630 |
0 |
7 |
|a Microsoft Visual BASIC.
|2 blmlsh
|
650 |
|
0 |
|a BASIC (Computer program language)
|
650 |
|
0 |
|a Visual Basic (Computer program language)
|
650 |
|
6 |
|a BASIC (Langage de programmation)
|
650 |
|
6 |
|a Visual Basic (Langage de programmation)
|
650 |
|
7 |
|a BASIC (Computer program language)
|2 blmlsh
|
650 |
|
7 |
|a BASIC (Computer program language)
|2 fast
|
650 |
|
7 |
|a Visual Basic (Computer program language)
|2 fast
|
776 |
0 |
8 |
|i Print version: Del Sole, Alessandro.
|t Visual Basic 2010 unleashed.
|d Indianapolis, Ind. : Sams, ©2010
|z 9780672331008
|w (OCoLC)471787344
|
830 |
|
0 |
|a Unleashed.
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9780672331596/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 18073566
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH37826771
|
938 |
|
|
|a Coutts Information Services
|b COUT
|n 13553380
|c 49.99 USD
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n 258579
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 14857063
|
938 |
|
|
|a Internet Archive
|b INAR
|n visualbasic2010u0000dels
|
994 |
|
|
|a 92
|b IZTAP
|