Beginning C# Objects From Concepts to Code

Bibliographic Details
Main Authors: Barker, Jacquie, Palmer, Grant (Author)
Format: eBook
Language:English
Published: Berkeley, CA Apress 2004, 2004
Edition:1st ed. 2004
Subjects:
Online Access:
Collection: Springer Book Archives -2004 - Collection details see MPG.ReNa
Table of Contents:
  • One: The ABCs of Objects
  • 1 A Little Taste of C#
  • 2 Abstraction and Modeling
  • 3 Objects and Classes
  • 4 Object Interactions
  • 5 Relationships Between Objects
  • 6 Collections of Objects
  • 7 Some Final Object Concepts
  • Two: Object Modeling 101
  • 8 The Object Modeling Process in a Nutshell
  • 9 Formalizing Requirements Through Use Cases
  • 10 Modeling the Static/Data Aspects of the System
  • 11 Modeling the Dynamic/Behavioral Aspects of the System
  • 12 Wrapping Up Our Modeling Efforts
  • Three:Translating a UML “Blueprint” into C# Code
  • 13 A Deeper Look at C#
  • 14 Transforming Our UML Model into C# Code
  • 15 Rounding Out Our Application, Part 1: Adding File Persistence
  • 16 Rounding Out Our Application, Part 2: Adding a Graphical User Interface
  • 17 Next Steps
  • Appendix A Suggestions for Using This Book As a Textbook
  • Recommended Teaching Approaches
  • Suitability of C# As a Teaching Language
  • Some Final Recommendations
  • Appendix B Alternative Case Studies
  • Case Study #1: Prescription Tracking System
  • Case Study #2: Conference Room Reservation System
  • Case Study #3: Blue Skies Airline Reservation System
  • Appendix C Setting Up a Basic Object Modeling/C# Environment
  • Object Modeling Tools
  • The .NET Framework Software Developer’s Kit
  • “Odds and Ends” Tips for Getting C# to Work Properly
  • Using the Online .NET Framework Documentation
  • Some Final Notes
  • Appendix D Downloading and Compiling the SRS Source Code
  • Appendix E C# Keywords