Artima.com has a nice set of interviews with a number of different people. Check it out.
Categories
Everything that doesn’t fit anywhere else
Artima.com has a nice set of interviews with a number of different people. Check it out.
Wow, this brings back all kinds of memories from college. I wonder whatever happened to Kevin…
Ugh. I’m using System.Enum’s built-in parsing bits, and I really like ’em. However, why would you provide a case-insensitive option on the Parse method, but not on IsDefined? That makes IsDefined less than useful. Now I have to try to parse and catch an exception if the parse fails, which just makes for ugly code, not to mention the slowdown with the exception handling. I hate it when the framework team does this crap.
Stuff I learned about HttpResponse filters and the ASP.NET pipeline today: