Visual Basic 2010 unleashed

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

Full description

Bibliographic Details
Main Author: Del Sole, Alessandro
Format: eBook
Language:English
Published: Indianapolis, Ind. Sams 2010
Series:Unleashed
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
Table of Contents:
  • 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
  • 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
  • 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
  • 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