Andrew Stevenson's WebLog
Write Here Write Now
-
NUnit and ConfigurationSetings AppSettings
I've had the link below for a while, and now that I want to use it, I can't make it work. I don't even seem to have access to AppSettings from the nunit-gui.exe.config.
-
From Analysis to Code
-
ID vs. Id (The naming of things)
I have a longtime habit of naming things like UserID with the i and the d capitalized, but FxCop doesn't seem to like that and keeps recommending Id.
-
Intro TDD
(This article is subject to deletion, and I can't find the de-Wordify button)
-
Application Block Unification
http://weblogs.asp.net/sandyk/archive/2004/08/10/212165.aspx
-
Oroboros and TheRing :: Provider madness
//I don't normaly write code like this, but hey I needed some levity.
/*
<configSections>
<section name="Oroboros"
type="Oroboros,ProviderSamples"/>
</configSections>
<Oroboros type="Oroboros, ProviderSamples">
<Tail>TheRing, ProviderSamples</Tail>
</Oroboros>
Oroboros wurm = Oroboros.New();
Response.Write(wurm.Name);
Response.Write("<HR>");
Oroboros ring = TheRing.New();
Response.Write(ring.Name);
Response.Write("<HR>");
*/ -
FxCop :: Do not declare explicit static constructors. Ignoreable?
I have this utility class nested in annother class and FxCop gives me a Critical warning.
-
Searching for image upload control for asp.net
Sorry to hit the main thread with this, but I saw a really nice control for managing and uploading multiple images in asp.net apps.
-
Good, bad or just a bit ugly : string[] RemoveEmpties(string[] source)
I'm building up a bunch of conditions for an SqlWhereClause and there is an option to AND the various condition or to OR them.
-
IE Add-Ins
Inline CSS Editor