Three Hidden Extensibility Gems in ASP.NET 4

Posted by Latest Microsoft Blogs on ASP.net Weblogs See other posts from ASP.net Weblogs or by Latest Microsoft Blogs
Published on Mon, 17 May 2010 01:11:40 GMT Indexed on 2010/05/17 2:51 UTC
Read the original article Hit count: 349

ASP.NET 4 introduces a few new extensibility APIs that live the hermit lifestyle away from the public eye. They’re not exactly hidden - they are well documented on MSDN - but they aren’t well publicized. It’s about time we shine a spotlight on them. PreApplicationStartMethodAttribute Read More......(read more)

© ASP.net Weblogs or respective owner

Three Hidden Extensibility Gems in ASP.NET 4

Posted on Dot net Slackers See other posts from Dot net Slackers
Published on Mon, 17 May 2010 00:00:00 GMT Indexed on 2010/05/17 2:51 UTC
Read the original article Hit count: 349

Filed under:
ASP.NET 4 introduces a few new extensibility APIs that live the hermit lifestyle away from the public eye. Theyre not exactly hidden - they are well documented on MSDN - but they arent well publicized. Its about time we shine a spotlight on them. PreApplicationStartMethodAttribute This new attribute allows you to have code run way early in the ASP.NET pipeline as an application starts up. I mean way early, even before Application_Start. This happens to also be before code in your App_code folder...

Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.



Email this Article

© Dot net Slackers or respective owner

Related posts about ASP.NET

Related posts about Software Development