Archives
- February 2013
- January 2013
- December 2012
- February 2011
- December 2009
- March 2008
- July 2007
- June 2007
- December 2006
- November 2006
- October 2006
- September 2006
- June 2006
- May 2006
- September 2005
- June 2005
- December 2004
- October 2004
- September 2004
- July 2004
- June 2004
- May 2004
- April 2004
- January 2004
- December 2003
- November 2003
- October 2003
Monthly Archives: November 2003
Enumerated Types as Bitflags
There’s been a lot of blogging going on about the values of Enums. One of my favorite articles on the subject has always been Extolling the Virtues of Enumerated Types that appeared in 2001 in msdn magazine. But before I can … Continue reading
Posted in .NET General
2 Comments
Three Simple ways to get the most out of your Enums
Yes. Of course. You’ve heard it again and again. Enums are great. Use them and your code will be more maintainable and you’ll get less run-time errors. Everybody says so. See Paul’s blog post here More on using Enums and … Continue reading
Posted in .NET General
3 Comments
Windows Service Administration with ASP.NET – Part 2 – Remoting to the Marshalled Object
Yesterday, I posted Windows Service Administration with ASP.NET – Part 1 – Marshalling Status Information to show how to Marshal an object from a Windows Service to for monitoring from an ASP.NET control. Here’s how to remote to it and use … Continue reading
Posted in ASP.NET Tutorials
10 Comments
Windows Service Administration with ASP.NET – Part 1 – Marshalling Status Information
This is the first of a three-part blog post on how to monitor and control a .NET Windows Service from an ASP.NET page. The general approach I’ve taken involves using remoting to marshal a singleton object over a tcp channel. If you’re not … Continue reading
Posted in ASP.NET Tutorials
5 Comments
IIS 6 on Win 2003 Image Caching Problem
Well, IIS 6 pulled a Crystal today. We’ve had this problem where content won’t come out of the cache when a file is updated. Now, usually IIS does it’s thing reliably, but this time it wouldn’t let go of cached … Continue reading
Posted in .NET General
14 Comments
Ex-Girlfriend Discovers Blog
My ex found my blog. And she wasn’t happy, at all.
Posted in Uncategorized
1 Comment