Visual Basic 2012 unleashed /
Fully updated for Windows 8 support, .NET 4.5, and Windows Phone development, this is the most comprehensive, practical reference to modern programming with Visual Basic 2012. Written by Visual Basic MVP Alessandro Del Sole, a long-time leader of the global VB community, this book illuminates the co...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Indianapolis, Ind. :
Sams,
©2013.
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- Introducing the .NET Framework 4.5
- Getting started with the Visual Studio 2012 IDE
- The anatomy of a Visual Basic Project
- Data types and expressions
- Debugging Visual Basic 2012 applications
- Handling errors and exceptions
- Class fundamentals
- Managing an object's lifetime
- Organizing types within namespaces
- Modules
- Structures and enumerations
- Inheritance
- Interfaces
- Generics and nullable types
- Delegates and events
- Working with collections and iterators
- Creating objects : visual tools and portable libraries
- Manipulating files and streams
- The My Namespace
- Advanced language features
- INtroducing ADO.NET and DataSets
- Introducing LINQ
- LINQ to objects
- LINQ to SQL
- LINQ to DataSets
- Introducing ADO.NET entity framework
- Manipulating XML documents with LINQ and XML literals
- Creating WPF applications
- WPF common controls
- Brushes, styles, templates, and animations in WPF
- Manipulating media and documents
- Introducing data-binding
- Localizing applications
- Building ASP.NET web applications
- Publishing ASP.NET web applications
- Building rich internet applications with Silverlight 5
- Building and deploying applications for Windows Azure
- Building apps for Windows phone 7.5
- Creating and consuming WCF services
- Implementing and consuming WCF data services
- Serialization
- Processes and multithreading
- Parallel programming and parallel LINQ
- Asynchronous programming
- Working with assemblies
- Reflection
- Coding attributes
- Platform invokes and interoperability with the COM architecture
- Documenting the source code with XML comments
- Understanding the global assembly cache
- Setup and deployment with InstallSheild for visual studio
- Deploying applications with ClickOnce
- Advanced IDE features
- INtroducing the Visual Studio Extensibility
- Advanced analysis tools
- Testing code with unit tests, test-driven development, and code contract.