-
Recent Posts
Recent Comments
- mycall on PTOM: Breaking Free from HttpContext
- Brad Mead on Castle MicroKernel Fluent Event Wiring
- Brad Mead on Castle MicroKernel Fluent Event Wiring
- Brad Mead on Castle MicroKernel Fluent Event Wiring
- Tuna Toksoz on Castle MicroKernel Fluent Event Wiring
Archives
Categories
Meta
Monthly Archives: November 2008
Open Source Documentation
Recently I’ve set up a network attached storage computer on my home network. As well as providing RAID storage for all the devices in the house, it acts as a central download server for everyone to use. Key to this … Continue reading
Posted in Uncategorized
1 Comment
Common Interfaces for Tool Families
There are a load of different tool “families” in use in the .NET ecosystem which I’m sure LosTechies readers will take advantage of pretty much every day. IoC containers. Logging infrastructures. URL routing mechanisms. Each of these families operate on … Continue reading
Posted in softwaredesign
6 Comments
Application Configuration
I had cause to recently revisit an old ASP.NET application I’d written way back when I was a development newcomer. Digging around the web.config I found the appSettings section: <appSettings> <add key=”systemEmailAddress” value=”me@me.com” /> <add key=”adminEmailAddress” value=”me@me.com” /> <add key=”templateDirectory” … Continue reading
Posted in configuration
10 Comments
