Visual C# 2005 a developer's notebook
In the three years since Microsoft made C# available, there have been lots of tweaks to the language. That's because C# is not only essential for making .NET work, it's a big way for Microsoft to attract millions of Java, C and C++ developers to the platform. And C# has definitely made so...
Autor principal: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Beijing ; Sebastopol, Calif. :
O'Reilly
2005.
|
Edición: | First edition |
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009627154006719 |
Tabla de Contenidos:
- Visual C# 2005: A Developer&s Notebook; Notebooks Aren&t...; Organization; Preface; How This Book Is Organized; Where Can I Learn More?; What You Need to Use This Book; Conventions Used in This Book; Using Code Examples; I&d Like to Hear from You; Comments and Questions; Safari Enabled; Acknowledgments; Dedication; 1. C# 2.0; 1.1.2. What just happened?; 1.1.3. What about...; 1.1.4. Where can I learn more?; 1.2. Create Your Own Generic Collection; 1.2.2. What just happened?; 1.2.3. What about...; 1.2.4. Where can I learn more?; 1.3. Implement the Collection Interfaces
- 1.3.2. What just happened?1.3.3. What about . . .; 1.3.4. Where can I learn more?; 1.4. Enumerate Using Generic Iterators; 1.4.2. What just happened?; 1.4.3. What about...; 1.4.4. Where can I learn more?; 1.5. Implement GetEnumerator with Complex Data Structures; 1.5.2. What just happened?; 1.5.3. What about...; 1.5.4. Where can I learn more?; 1.6. Simplify Your Code with Anonymous Methods; 1.6.2. What about . . .; 1.6.3. Where can I learn more?; 1.7. Hide Designer Code with Partial Types; 1.7.2. What about . . .; 1.7.3. Where can I learn more?; 1.8. Create Static Classes
- 1.8.2. What about . . .1.8.3. Where can I learn more?; 1.9. Express Null Values with Nullable Types; 1.9.2. What just happened?; 1.9.3. What about...; 1.9.4. Where can I learn more?; 1.10. Access Objects in the Global Namespace; 1.10.2. What just happened?; 1.10.3. What about . . .; 1.10.4. Where can I learn more?; 1.11. Limit Access Within Properties; 1.11.2. What just happened?; 1.11.3. What about . . .; 1.11.4. Where can I learn more?; 1.12. Gain Flexibility with Delegate Covariance and Contravariance; 1.12.2. What just happened?; 1.12.3. What about . . .; 1.12.4. Where can I learn more?
- 2. Visual Studio 20052.1.2. What about...; 2.1.3. Where can I learn more?; 2.2. Configure Your Application; 2.2.2. What just happened?; 2.2.3. What about...; 2.2.4. Where can I learn more?; 2.3. Make the Editor Work for You; 2.3.1.2. Use IntelliSense to complete your statement; 2.3.1.3. Find compile errors before you compile; 2.3.1.4. Use bookmarks to simplify navigation; 2.3.1.5. Dock windows where you want them; 2.3.1.6. Simplify actions with smart tags; 2.3.2. What about . . .; 2.3.3. Where can I learn more?; 2.3.4. Where can I learn more?
- 2.4. Use Refactoring to Speed Revision of Your Code2.4.1.2. Change a parameter name; 2.4.1.3. Factor out methods; 2.4.1.4. Protect a field; 2.4.2. What about . . .; 2.4.3. Where can I learn more?; 2.5. Use Code Snippets to Save Typing; 2.5.2. What just happened?; 2.5.3. What about...; 2.5.4. Where can I learn more?; 2.6. Examine Objects While Debugging Them; 2.6.2. What about . . .; 2.6.3. Where can I learn more?; 2.7. Visualize XML Data; 2.7.2. What about . . .; 2.7.3. Where can I learn more?; 2.8. Diagnose Exceptions; 2.8.2. What about...; 2.8.3. Where can I learn more?
- 3. Windows Applications