August 2004 - Onion Blog

Onion Blog

Syndication

  • ASP.NET apps without web projects

    I wrote a small reference on how to build ASP.NET applications in Visual Studio .NET using class library projects instead of web projects a while back that received a lot of positive feedback. I thought this type of information would be an ideal fit for...
    Filed under:
  • Async='true' take 2

    Jon Flanders pointed out that the async flag I mentioned in my last blog entry of the Page class in ASP.NET 2.0 does in fact alter the generated code, and is not just a 'placebo' as I indicated. I thought it was worth a follow-up post describing exactly...
    Filed under:
  • Async='true' in ASP.NET 2.0

    There's an intriguing new attribute on the Page directive in Beta 1 of ASP.NET 2.0 - Async. It maps onto the IsAsync property of the Page class and from what I can tell right now, does absolutely nothing :) <%@ Page Language ="C#" Async ="true" %>...
    Filed under: