These are tried and tested code that we have found to be immensely useful. In some cases, it builds upon other people's code, usually to simplify and/or focus the code more.
General
XMLSerializerSectionHandler
This is a great bit of code for adding custom configuration sections in your ASP.NET web.config file.
View Code
HttpModules
MasterThemeModule
Would you like to be able to change your web site Theme dynamically? It was a bit tricky to figure out but it's actually really easy to do.
View Code
RedirectModule
Do you need an easy way to setup redirects in your web.config file? This is the easy way to do it!
View Code
SSLModule
Want to setup an SSL-protected directory in your site without requiring HTTPS on the entire site? This HttpModule makes it easy!
View Code
ErrorModule
This HttpModule emails the site administrator when the site generates a server error. Includes all the request details like cookies, query string, post data, etc. so you can debug the problem. Also has functionality to avoid getting bombarded by the same error message.
View Code
HttpHandlers
PDFThumbnailHandler
I had to scour the net to find all the pieces to make this work. Use this HTTP Handler to dynamically create thumbnails of your PDF documents!
View Code
ThumbnailHandler
A really easy way to dynamically create image thumbnails using an HTTP Handler!
View Code
Contact us today! Free consulting with no obligation.