FormattedResourceExpressionBuilder: An enhanced resourcing solution for ASP.NET

So we’re in the process of migrating our ASP.NET 1.1 application to 2.0. In 1.1 there was no intrinsic solution to handling resources baked into the ASP.NET runtime. With the advent of 2.0, we now how ResourceExpressionBuilder which allows us to very easily integrate resources into our ASP.NET “code-in-front” using a new expression syntax that looks […]

ASP.NET custom control with ParseChildren(false) not playing well in the designer or with WAP

I just made a post to the ASP.NET forms for Web Application Projects about this because that’s where it’s affecting me immediately, but honestly I think it’s a bigger problem than that. Basically I’ve got an ASCX whose code-behind is marked with ParseChildren(false). I then use AddParsedSubObject to handle the adding of controls inside of that […]

Why WPF exists

This interview with Michael Wallent over on Channel9 is hands down the best public explanation I’ve ever seen/heard from Microsoft on why WPF was created and what some of the major goals and design decisions were. Some interesting tidbits that came out of the interview: Plans to make an WPF “scene” 100% scriptable for smoother integration with Web apps […]