ADO.NET 3.0 Feature Preview

Wow, check this MSDN article out. The future sure looks bright for ADO.NET. Coupled with the recent innovations in client databinding technologies (ASP.NET 2.0, WinForms 2.0), forthcoming LINQ innovations and forthcoming client databinding innovations in WPF (Windows Presentation Foundation).  Microsoft sure seems set to take data access, manipulation and presentation to the next level. The only question I have is, […]

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 […]