Sunday 8 August 2021

State Pattern

State pattern comes under behavioral design patterns category, this pattern an object alter its behavior when its internal state changes.

No comments:

Post a Comment

Custome Service Class to connect wcf service

  using  System; using  System.ServiceModel; namespace Custom.Service.Client {      // Borrowed from: http://old.iserviceoriented.com/blog/p...