|
[2006-11-30] Retrieve Subdomain from a URL in C# I had to come up with a method that retrieved the subdomain from the current web request on an ASP.NET website.
[2006-11-16] Working with Weeks in C# (Not That Obvious) For some reason, Microsoft didn't add a Week property to the DateTime class. I never could figure out why.
[2006-11-01] Creating Safe Events in C# Whenever you write class libraries, custom control or just about anything else, you probably raise a lot of home made events. That's a simple thing to do, but tedious to write over and over again.
|