C# 3.0 in a nutshell
This is a concise yet thorough reference to C# 3.0 programming as implemented in Microsoft's Visual Studio 2008. C# 3.0 in a Nutshell gets right to the point, covering the essentials of language syntax and usage as well as the parts of the .NET base class libraries you need to build working app...
Autor principal: | |
---|---|
Otros Autores: | |
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Sebastopol, California :
O'Reilly
2007.
|
Edición: | 3rd ed |
Colección: | In a nutshell
In a nutshell (O'Reilly & Associates) |
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009627025806719 |
Tabla de Contenidos:
- Introducing C# and the .NET framework
- C# language basics
- Creating types in C#
- Advanced C#
- Framework overview
- Framework fundamentals
- Collections
- LINQ queries
- LINQ operators
- LINQ to XML
- Other XML technologies
- Disposal and garbage collection
- Streams and I/O
- Networking
- Serialization
- Assemblies
- Reflection and metadata
- Security
- Threading
- Asynchronous methods
- Application domains
- Integrating with native DLLs
- Diagnostics
- Regular expressions.