Wimdows.NET

Wim's .NET blog

Browse by Tags

All Tags » C# » Techie Stuff (RSS)
ASP.NET 1.1 server control for <link> - enabling relative URL paths using tilde "~"
Here's a simple - but useful Link webcontrol class that supports the "~" tilde syntax for relative paths for the href attribute of the <link> element. [DefaultProperty("Text"),ToolboxData("<{0}:Link runat=server Href=\"\" Rel=\"Stylesheet\" Type...
Posted: Apr 27 2006, 11:56 AM by Wim | with 9 comment(s)
Filed under: , ,
Why don't we see any patches for Visual Studio .NET? (2002, 2003, 2005...)
Frans has mentioned this on numerous occasions I believe, and this topic has reared its ugly head once again . Dan Fernandez' post back in March 2004, doesn't really address the reasoning behind it. Personally, I really don't see the difficulty for Microsoft...
Posted: Nov 04 2005, 02:36 PM by Wim | with 11 comment(s)
Filed under: ,
MD5 or SHA1 hashing - the easy way
This is a typical example of a static method which IMHO is in the wrong namespace. If you're looking to use an MD5 or SHA1 hashing algorithm to hash passwords, a lot of people would start looking in the System.Security.Cryptography namespace. But the...
Posted: Jul 05 2005, 10:26 AM by Wim | with 15 comment(s)
Filed under: ,
ASCII Art with variable pixel squares...
After the recent ASCII art blogs by Omer and Raj , I thought I'd have a little play around as well. I prefer gray-scale ASCII art to color, and decided to follow Raj's approach (one difference in gray-scale palette: " `.~:;I=i+oO08#M" ), but allow for...
Posted: Jul 31 2004, 04:45 PM by Wim | with 1 comment(s)
Filed under: ,
More Posts