I haven't been posting much lately because I got pretty busy over the past few months and it looks like it isn't going to change quickly either. I got added to the new zealand .NET user group with this blog. and would like to thank nic wise for adding me. his blog can be found @ http://www.fastchicken.co.n... I decided together with 2 other guys to start writing a book about quick and simple programming using .NET 2 technology. And what better way is there than to write a fully working application ......
Ever since I got my hands on .NET 2.0 I noticed the handler webresource.axd which seemed to provide a similar function as what I was using handlers for. I used handlers in .NET 1.1 and before today also in .NET 2.0 to handle my javascript and css that I need in controls I developped. I mark them before compiling as embedded resource and then later on read them out via reflection and they get served up by the browser.I probably don't have to explain that (as long as your parameters don't change) this ......