July 2006
7 articles published in July 2006
-
Do more with a DataTable and improve performance
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...
-
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. Instead they gave us the System.Globalization namespace, filled with date related functionality like the...
-
Traceworks is hiring a new ASP.NET developer
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...
-
The true ASP.NET developer
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...
-
Dell’s new corporate blog vs. Channel 9
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...
-
HttpHandlers in ASP.NET without regions
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...
-
Create performance counters using .NET and C#
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...