Updated Error Handling (markdown)
Fixed a link to G+ community.
removed unneeded 'just'
Changed 2 references to this.CacheClient to base.Cache
Updated Community Resources (markdown)
Updated Messaging and Redis (markdown)
Changed 'public class UserValidator : AbstractValidator<Validated>' to 'public class UserValidator : AbstractValidator<User>' because the UserValidator class is validating the User class, not the Validated class.
Changed
Updated Swagger API (markdown)
Updated Order of Operations (markdown)
Updated Why Servicestack (markdown)
make it clearer to have Any() or Post() to support SOAP protocol.
Created Concurrency model (markdown)
Updated Home (markdown)