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#
  • Back on new Blog Software CS

    this is more or less a test posting the UI have changed completley and i want to figure out how, what and why took some while and email support to figure out how this works. Done some ugly trick to get the tags in my [Select Tag] list posted all of the tags, which i copied from the start page .NET,.net...
    Posted to Hannes Preishuber (Weblog) by preishuber on 05-22-2006, 12:00 AM
    Filed under: ASP.NET, C#, .NET, Miscellaneous, Tips, XML, Personal, Agile, Ajax, Sql, Security, Technology, .NET General, Community, Databases, SharePoint, Tools, .NET Rocks!, Web, .net development, VB.NET, Windows, News, Architecture
  • T-4 Templates for ASP.NET Web Form Databound Control Friendly Logical Layers

    I just released an open source project at codeplex , which includes a set of T-4 templates to enable you to build logical layers (i.e. DAL/BLL) with just few clicks! The logical layers implemented here are  based on Entity Framework 4.0, ASP.NET Web Form Data Bound control friendly and fully unit...
    Posted to .NETTER Characters... (Weblog) by joycsharp on 01-13-2011, 12:00 AM
    Filed under: architecture, best pratices, c#, coding, community, database, entity framework 4.0, Developer, implementation, Microsoft, product, share, software development, Test, testing, tools, visual studio, Visual studio 2010
  • 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#
  • 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)