From Java to C♯ : a developer's guide /
The fastest way for Java developers to pick up C# and .Net - by leveraging on what they already know in Java to learn the new language. Allows a Java developer to pick up C# as quickly as possible by highlighting the similarities and differences between the two languages. Extensive detailed coverage...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
London ; New York :
Addison-Wesley,
2003.
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- pt. 1. Introducing .NET and C#. 1. Introducing .NET. 2. Introducing C#. 3. JUMP to .NET and J#. 4. Hello C#!
- pt. 2. Classes, methods, and other OO stuff. 5. Getting started. 6. Class issues. 7. Method issues. 8. Miscellaneous issues
- pt. 3. Types, operators, and flow control. 9. C# types. 10. C# operators. 11. Iteration and flow control
- pt. 4. Core topics. 12. Arrays. 13. Exception handling. 14. C# delegates. 15. C# events. 16. Reflection and dynamic method invocation. 17. Multi-threaded programming. 18. File I/O. 19. C# collection classes
- pt. 5. Convenience features. 20. C# properties. 21. C# indexes. 22. Operator overloading. 23. User-defined conversions/casts
- pt. 6. C#-specific features. 24. C# preprocessor directives. 25. Using enums. 26. C# structures. 27. C# attributes. 28. Writing custom attributes. 29. Writing unsafe codes
- pt. 7. Appendices
- App. A. Keywords in C#
- App. B. Comparing Java and C# keywords
- App. C. C# coding conventions.
- App. D. XML documentation
- App. E. C# command line tools
- App. F. About .NET assemblies
- App. G. Abbreviations used in this book.