July 2006

7 articles published in July 2006

  1. Do more with a DataTable and improve performance

    · 3 min read

    There are some features in the System.Data.DataTable class that a lot of developers don’t utilize. I base that statement on different code samples I’ve seen on blogs and article bases during the last couple of years...

  2. Working with weeks in C# - not that obvious

    · 2 min read

    For some reason, Microsoft didn’t add a Week property to the DateTime class. I never could figure out why. Instead they gave us the System.Globalization namespace, filled with date related functionality like the...

  3. Traceworks is hiring a new ASP.NET developer

    · 1 min read

    Traceworks is looking for a new ASP.NET front-end developer : "You are enthusiastic about new technology and know all about what’s going on the in the world of online development, on demand solutions, etc. At night you...

  4. The true ASP.NET developer

    · 3 min read

    ASP.NET is a double sided discipline that demands skills and understanding of two very different worlds: the web as a platform and .NET development. The problem is that it is hard to find an ASP.NET developer that is...

  5. Dell’s new corporate blog vs. Channel 9

    · 2 min read

    For a lot of good reasons I’m sure, Dell just launched their new blog one2one in order to communicate directly with their customers. It even has video entries or vlogs, which I think is great and very informative as...

  6. HttpHandlers in ASP.NET without regions

    · 2 min read

    I work a lot with httphandlers (.ashx) in ASP.NET – mostly to generate dynamic XML files for Macromedia/Adobe Flash consumption. It works great and the performance is great in httphandlers compared to webforms, but there...

  7. Create performance counters using .NET and C#

    · 2 min read

    Today, I had to implement custom performance counters in one of our applications. I haven’t worked much with performance counters before, so I wanted to check the Internet for some good articles and maybe some helper...