Archives
-
[UTIL] Right-Click "Touch File" - Recycle that web app
We've been using external config files to manage separate dev.config / qa.config / prod.config settings for a while and it's worked pretty well. Pretty code sample here. The one difference here is that changes to the referenced external config files don't get picked up right away as web.config edits do, so we're always editing web.config to add / remove whitespace just so the ASP.NET application cache is invalidated and the app reloads, causing it to pick up the new config values.
-
Dot Net Script
Just saw this on CodeProject: Dot Net Script. The innovative approach on this .NET script engine (as opposed to the others listed below) is an XML syntax to allow specifying assembly references and language.
-
Inplace CSS Edit IE Addin
I seem to be collecting IE Explorer bars. Here's a fun new one:
-
New BlogJet!
Well, it's beta, but I'll take it - it adds HTML source code editor!
Download it -
Case insensitive string replace
string.Replace() is case sensitive. Regex.Replace isn't, though...
-
The type or namespace name 'DirectX' does not exist in the class or namespace 'Microsoft'...
Oh, yes, it does.