ShopSpell

Beginning C Object-Oriented Programming [Paperback]

$40.99     $59.99    32% Off      (Free Shipping)
100 available
  • Category: Books (Computers)
  • Author:  Clark, Dan
  • Author:  Clark, Dan
  • ISBN-10:  1430235306
  • ISBN-10:  1430235306
  • ISBN-13:  9781430235309
  • ISBN-13:  9781430235309
  • Publisher:  Apress
  • Publisher:  Apress
  • Binding:  Paperback
  • Binding:  Paperback
  • Pub Date:  01-Oct-2011
  • Pub Date:  01-Oct-2011
  • SKU:  1430235306-11-SPRI
  • SKU:  1430235306-11-SPRI
  • Item ID: 100164451
  • List Price: $59.99
  • Seller: ShopSpell
  • Ships in: 5 business days
  • Transit time: Up to 5 business days
  • Delivery by: Dec 31 to Jan 02
  • Notes: Brand New Book. Order Now.
Beginning C# Object-Oriented Programming brings you into the modern world of development as you master the fundamentals of programming with C# and learn to develop efficient, reusable, elegant code through the object-oriented programming (OOP) methodology. Take your skills out of the 20th century and into this one with Dan Clark's accessible, quick-paced guide to C# and object-oriented programming, completely updated for .NET 4.0 and C# 4.0.

As you develop techniques and best practices for coding in C#, one of the world's most popular contemporary languages, you'll experience modeling a real world application through a case study, allowing you to see how both C# and OOP (a methodology you can use with any number of languages) come together to make your code reusable, modern, and efficient.

With more than 30 fully hands-on activities, you'll discover how to transform a simple model of an application into a fully-functional C# project, including designing the user interface, implementing the business logic, and integrating with a relational database for data storage. Along the way, you will explore the .NET Framework, the creation of a Windows-based user interface, a web-based user interface, and service-oriented programming, all using Microsoft's industry-leading Visual Studio 2010, C#, Silverlight, the Entity Framework, and more.

  1. Overview of Object-Oriented Programming
  2. Designing OOP Solutions: Identifying the Class Structure
  3. Designing OOP Solutions: Modeling the Object Interaction
  4. Designing OOP Solutions: A Case Study
  5. Introducing the .NET Framework and Visual Studio
  6. Creating Classes
  7. Creating Class Hierarchies
  8. Implementing Object Collaboration
  9. Working with Collections