thinking in geek tagline’s are so web2.0

Posts from July 2007

Server.Transfer does not run ASP.NET pipeline

Things I’ve learnt today: One.
What I’ve learnt: If you use the convenient (if old school) Server.Transfer method to render a different page to a client then you need to be aware that ASP.NET pipeline events1 will not run. You know - BeginRequest, AuthenticateRequest - unimportant things like that.
Basically - nothing that happens in Global.asax, [...]


About Me….

I spent some time last night trying to write some stuff about what I’m interested in. On the about page - if your interested.


BackgroundMotion code == Great

Note: This is a review of the recently release BackgroundMotion source code and developer guidance. Full disclosure – I used to work with Jeremy and consider him a friend.

I finally made some time today to sit down and browse through the source code for BackgroundMotion. For those of you who haven’t come across this project [...]