Browse by Tags

All Tags » ASP .NET (RSS)

New posting on MSDN about script leak patterns and how to fix them for anyone that builds dynamic web apps.

Over here on the IE team we take leaks seriously. Extremely seriously. This is contrary to the popular opinion, but I'll let you make your own informed decisions. My new posting on MSDN is specifically designed to help you identify and fix several patterns...

Solving big business problems in our little toolbox application. A use case for Project Distributor.

Project Distributor: Introduction to our distributed web service model So Darren and I have put in about a month now on the Project Distributor website. We are starting to reach that critical point where the site is pretty cool, we have plenty of users...

Architecting your own cache. Speed, efficiency, memory consumption, AND it has to actually work?

For the Project Distributor application we want to implement some caching. We have a number of options that we can use for this process, including making use of the default ASP .NET caching, but since I had some spare time I figured I'd throw 30 minutes...

Posted something on Project Distributor to keep Darren quiet ;-) Introducing Squirrel .NET!

Well, I talked about it here An old programming contest reborn: Programmer of the Month (1993-2000) and nobody ever seems to drop a comment when they find something interesting (perhaps the readership is getting thin, since I have noticed the counts going...

We've all recently fallen prey to the weblogs.asp.net changes to increase throughput on the server.

I like some of the excellent changes Scott has made to make sure the pages load as quickly as possible, and realize the necessity to remove large pieces of content such as the users list on the main page, reducing the number of recent postings on the...
Posted by Justin Rogers | 2 comment(s)
Filed under: ,

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 | 12 comment(s)
Filed under: ,

Pointing out the Control Gallery's...

Darren points out http://weblogs.asp.net/dneimke/archive/2004/02/19/76039.aspx that www.asp.net has a control gallery http://www.asp.net/ControlGallery that he wasn't familiar with. I'd like to point out that the submission and acceptance process there...

Using the FilePlanet.com model with regards to Web Services and availability...

Quite a few businesses have started providing various web services to the community. I've thought about doing this myself, but opening up a web service tends to be providing a cool and usable service that others are going to use to their advantage for...
Posted by Justin Rogers | 3 comment(s)
Filed under: , ,
More Posts Next page »