Tag Archives: .net

Template Toolkit for .NET

A while back I got the urge the waste time on yet another project. This time, it’s a version of Template Toolkit for .NET. As usual, you can find the project on GitHub. Not knowing anything about what it takes … Continue reading

Posted in Software | Tagged , , , , , , | Comments Off

Always Set Application Name In SqlClient Connection Strings

If you’re using connection strings on the web, set Application Name to the domain name. If you’re using connection strings with an executable, set Application Name to the executable name. If you have to use SQL Profiler to diagnose performance … Continue reading

Posted in Manifesto | Tagged , , , | Comments Off

ConfigurationElementCollection Gotcha

Here’s a fun way to waste 2 hours of your life. I was writing a custom config section, and trying to figure out why this wasn’t throwing a duplicate key error:

Posted in Software | Tagged , , | Comments Off