Skip to content

TorbenRahbekKoch/SoftwarePassion.Common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SoftwarePassion.Common

Core

Various low-level utilities. Some cool StringExtensions.

Worth checking out is the TimeProvider (inspired by Mark Seeman) and the PluginFinder - a poor-man's Plugin system.

Also very neat is the PropName in ObjectExtensions.

ErrorHandling

A collection of Exception classes inspired by my error handling blog.

Data

SqlDataAccessHandler. A handler for calling Sql Server with retry logic and mapping Sql Exceptions into the standard ErrorHandling exceptions.

Core.Wcf

The SafeServiceHost is very useful in self-hosting scenarios.