11 October 2007 - 1:43 PM / by Dominic Pettifer. 1 Comment for Using Namespace Aliases.
Cool C# Snippets - Ever get tired of prefixing class names with the fully qualified namespace to avoid class name and namespace conflicts (eg. System.Namespace.AnotherNamespace.User). Well there’s a way around it using Namespace Aliases.
Blogged: IHttpModule Gotchas – The Init() Method Can Get Called Multiple Times http://bit.ly/96xioE #aspnet
about 6 hours ago from Echofon@shanselman Give me a free copy of Visual Studio 2010 then! :-)
about 13 hours ago from EchofonRT: @aaronbassett: Guy comes out of the closet - http://bit.ly/aHMg1o - HAHA!! That's hilarious!!
about 17 hours ago from EchofonThis multiple IHttpModule thing has shaken the foundations of my understanding of ASP.NET. I feel a blog post coming.
about 18 hours ago from EchofonI've written the following code to get a pseudo App_StartUp event in my IHttpModule (without relying on Global.asax) http://bit.ly/a2AiNI
about 19 hours ago from Echofon