Refactor Session
Posted in BlogSvc, C# by JarrettV on 8/19/2008 8:37:31 AM - CSTI have rearranged the solution during a large refactor session. Any non-domain specific logic has been moved into a new services project. The provider pattern has been replaced with a repository. The repositories and services all have interfaces to support future extensibility. I've already leveraged the authenticate interface to support multiple authentication schemes.
Comments
None.