Making it happen
Archive for February, 2009
Next Version of ASP.NET
Feb 24th
If Dynamic Data is the best framework Microsoft has come with in a loooong time, then BusinessLogicDataSource is the best shit ever. Too bad they (currently) don’t work together, there’s still no easy way to do dynamic data with user roles & rights.
Internet Explorer 8 Script Debugger
Feb 20th
Ok IE 8 may not be the best browser in the world (I didn’t have the change to play with the RC as I have Windows 7), however it’s javascript debugger is much more friendly than Firebug’s and definitely more lite than the fully-fledged Visual Studio JS debugger.
Compression Error with IIS
Feb 10th
The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.
This bizarre error seems to be caused by custom HttpResponse filters (when using static html pages on IIS 7).
ASP.NET Ajax WCF service with JSONP
Feb 5th
Download the samples from here. If you add the JSONP* classes to your App_Code folder you may wonder what assembly to add in web.config for JsonpBindingExtension:
