Browse by Tags

All Tags » Cutting Edge (RSS)
I posted in the past how to do a simple search engine friendly redirect using the 301 HTTP status code .  I thought this was always something that needed to be included in the framework and it looks like it finally will be in .NET 4.0.  I saw...
The ASP.NET 3.5 Extensions Preview came out this week. The biggest feature people are of course talking about is the MVC framework. I won't be talking about that today since ten thousand other people already are. Today I will be talking about a new...
Repeaters have always been a necessary evil. They are simply the only practical way to do custom formatting when binding to lists of data. Oddly enough, it turns out that not everyone just wants to display a grid of data. In the past, by using the repeater...
Filed under: ,