Agile Framework

Created with TDD agile method with 100% of code coverage

Tools : R#, NCrunch, VS2012
  1. Integration Tests are ready, I translate it into unit test in order to run it fastly.
  2. try catch exception excluding FaultException or inner...
  3. channel factory en fonction du callback -> duplex, sinon channelfactory
  4. Cache channelfactory per contract type.
  5. UnWrap FaultException.
  6. Error Handling
  7. Easy to managed with Unity Resolving, ...
  8. Managed Channel on error, communication error, ... Proxy Pattern (Dynamic Proxy)
  9. Managed Channel by using IDisposable pattern (Dispose and Close Proxy and Channel)
  10. 2 way for manage channel (one for intranet, close channel after request, another after disposing proxy)
  11. Easy to Test Client (Mock Client Proxy)
  12. Recalling Method in case of Loose Communication (Retrying)
  1. Make Easilly WCF Services
  2. Using Protobuf Serialization instead of DataContract
  3. Dependency Injection with Unity for hosted services
  4. Easy to Test Service (IoC Unity)
  5. Easy to Test Host
  6. Hosting on Windows Service
  7. AutoHosting by Derive EntryPointBase class Facilities of Framework.WindowsService
  8. Managed multiple Env like Dev or Prod