A carregar...
Modern software development using C# .NET /
Autor principal: | |
---|---|
Autor Corporativo: | |
Publicado em: |
Boston, MA :
Brooks/Cole : Thomson Learning,
c2007 [i.e. 2006]
|
Assuntos: |
Sumário:
- Part 1. 1. Thinking and using object-oriented programming : the basics
- 2. From problem definition to classes : object-oriented analysis and design and the software life cycle
- 3. From design to implementation
- Part 2. Class construction
- 4. The basics of class construction
- 5. More advanced class construction
- 6. Refactoring
- 7. Programming with threads
- Part 3. Event handing and GUIs. 8. Delegates and events in C#
- 9. Form classes and event handling
- 10. More advanced GUI construction
- Part 4. Data structures
- 11. Recursion
- 12. Linear data structures and their applications
- 13. Nonlinear data structures and their applications
- 14. Standard collections and serialization
- 15. Regular expressions
- Part 5. Putting it all together. 16. Ecological simulation.