Browse by Tags

All Tags » ASP .NET » Performance (RSS)

BlogShares has changed their graphing, but is still using PHP...

BlogShares is a project that I'd love to tackle in switching over to an ASP .NET site. They are racked constantly with visitors, they have some fairly detailed view screens, they are constantly aggregating and changing data, and constantly pulling from...

Since I can't stand unvalidated performance claims, I looked up the reason behind IsDBNull performance

If you need to figure out a performance issue you can always just ask me via comments or post something as a question in some feedback. I posted earlier this week that using SqlDataReader indexer methods were much faster if you used the ordinal. The reasoning...

People are still using dr[stringName], when dr[intOrdinal] is soooooo much faster.

Sorry in advance Plip, I'm not targeting your code, I'm writing this more as a general performance rant. Plip writes in his article on how to load strongly typed data Part 3: Using Strongly Typed Objects and Collections to replace DataSet’s in your...
Posted by Justin Rogers | 19 comment(s)
Filed under: ,
More Posts