Logo

Data Structures and Algorithms with Object-Oriented Design Patterns in C#

Data Structures and Algorithms with Object-Oriented Design Patterns in C#
by

Publisher: SOMA Networks
Number of pages: 1328

Description:
The primary goal of the book is to promote object-oriented design using C# and to illustrate the use of the object-oriented design patterns. The book shows how these patterns are used to create good software designs. In particular, the following design patterns are used throughout the text: singleton, container, enumeration, adapter and visitor.

Download or read it online for free here:
Download link
(12MB, PDF)

Similar books

Book cover: Dissecting a C# Application: Inside SharpDevelopDissecting a C# Application: Inside SharpDevelop
by - Wrox Press
Dissecting a CSharp Application teaches advanced techniques of .NET programming by getting an insiders' look at the complete Integrated Development Environment, SharpDevelop, written in C#. It includes all advanced features of a modern IDE.
(24878 views)
Book cover: Windows Phone Programming in C#Windows Phone Programming in C#
by - Microsoft Press
This material is an introduction to Windows Phone development for anyone learning to program. It assumes some knowledge of programming fundamentals, but will teach you programming concepts in the framework of Windows Phone development.
(17528 views)
Book cover: C# Notes for ProfessionalsC# Notes for Professionals
- Goalkicker.com
The book is compiled from Stack Overflow Documentation, written by the people at Stack Overflow. Organized around concepts and use cases, this updated edition provides intermediate and advanced programmers with a concise map of C# and .NET knowledge.
(9495 views)
Book cover: Threading in C#Threading in C#
by
An extensive online book on multithreading in C#. This tackles difficult issues such as thread safety, when to use Abort, Wait Handles vs Wait and Pulse, the implications of Apartment Threading in Windows Forms, using Thread Pooling, etc.
(18734 views)