Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Are Page Modules Still Useful In IIS7?

    With IIS7 a new transfer method is available in the HttpServerUtility class . It's the TransferRequest method . What this method is intended to do is behave like the HttpResponse.Redirect method without the penalty of traveling to the client and back . I said "is intended to behave" because it still...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on 10-15-2007, 12:00 AM
    Filed under: Community, ASP.NET, SoftDev, Web, MVP, MSDN, Microsoft, Architecture, .NET, PageModules, C#, IIS
  • You Don't Always Need Page Modules

    From my article on Page Modules some people might have gotten the wrong impression that this would be the only way to get a reference to the page given its path, but it isn't. You can use the System.Web.UI.PageParser.GetCompiledPageInstance method to get the reference to the page before calling the System...
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on 09-16-2007, 12:00 AM
    Filed under: Community, ASP.NET, SoftDev, Web, MVP, MSDN, Microsoft, Architecture, .NET, PageModules, C#
  • My blog post are appearing on MSDN ASP.NET MVC Content Map

    Yesterday I was searching something and I got a nice surprise. I have seen my blog post for RSS reader is appearing on MSDN ASP.NET MVC content map. It is really proud movement for me. Following is the link from where you will get this. http://msdn.microsoft.com/en-us/library/gg416514%28v=VS.98%29.aspx...
    Posted to DotNetJalps (Weblog) by Jalpesh P. Vadgama on 12-11-2011, 12:00 AM
    Filed under: ASP.NET, ASP.NET MVC, MVP, MSDN, ASP.NET 4.0
  • Introducing ASP.NET Page Modules

    From the need to handle events in every rendered page and not wanting to pay the penalties (network usage and server load) of frequent client redirects, I came up with the concept of Page Modules. Read all about it.
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on 09-09-2007, 12:00 AM
    Filed under: Community, ASP.NET, SoftDev, Web, MVP, MSDN, Microsoft, Architecture, .NET, PageModules, C#
  • WCSF geekSpeak: Download Available At MSEVENTS

    For those who missed my webcast (and wanted to watch it) it's available to download at the MSEVENTS site .
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on 01-27-2008, 12:00 AM
    Filed under: ASP.NET, Tools, SoftDev, PageFlow, Webcasts, PnP, WCSF, Web, MVP, MSDN, Events, SoftwareFactories, Microsoft, Architecture, geekSpeak, .NET, EntLib, AJAX
  • Page Flow Application Block With Page Modules

    If you want to see how you can use Page Modules and its benefits, read this .
    Posted to Paulo Morgado (Weblog) by Paulo Morgado on 09-27-2007, 12:00 AM
    Filed under: Community, ASP.NET, SoftDev, PageFlow, PnP, WCSF, Web, MVP, MSDN, SoftwareFactories, Microsoft, Architecture, .NET, PageModules, C#
Page 1 of 1 (6 items)