Tagged with ASP.NET
The int.parse() method is one I use a lot in ASP.NET so I wrote a handy extension method called To using generic return types and a little reflection that makes converting all these string values to another type incredibly simple.
Published in .NET on Monday, February 23rd, 2009
It’s been a little quiet around here the last few weeks. Partly because preparing the javascript talk for Barry’s user group made me need a little rest from javascript and partly because I’ve been on holiday in Australia (home) enjoying the sun. The best thing to happen while I was away was the ASP.NET guys [...]
Published in Other stuff on Monday, October 13th, 2008
Here’s a small plug for Joel who has just released a book on something quite dear to my heart, ASP.NET server controls. It’s called Advanced ASP.NET AJAX Server Controls for .NET Framework 3.5 and looks very interesting. I’m looking forward to adding it to my library. It’ll be nice to have an update to Nikhil’s [...]
Published in Server controls on Thursday, July 10th, 2008
Find out more about doing web standards compliant development if you develop in asp.net.
Published in ASP.NET on Thursday, December 27th, 2007
On the subject of the ASP.NET 2.0 web resources, something very useful to know is they aren’t cached when debug is set to true in your web.config. My research suggests that regardless of this caching isn’t enabled at all on Cassini (aka the ASP.NET development server). It doesn’t seem to even cache static files and [...]
Published in ASP.NET, Server controls on Thursday, March 16th, 2006