posted on Tuesday, August 03, 2004 8:38 PM by doughboy

User Interface Process Application Block

So this is my latest craze - SCAG, nyuk nyuk.  I dig it.  Ever since coming back from VSLive I am fascinated with this idea.  One specific area that really interested me and I though I could immediately apply in my own code was UIP.  It had never occurred to me that the presentation layer could be further divided into User Interface Components Layer and User Interface Process Layer.  This would so help with my messy UI layer altogether, I thought.  So I am currently investigating how I can utilize this idea albeit in a vbscript environment.  Pity me...

You can find whole lot of helpful stuff at Microsoft Patterns and Practices site.  I use a few of their application blocks myself including Data Access Application Block(who doesn't?) and Configuration Management Application Block.  I use log4net for my logging needs and as far as I'm concerned, it's freakin' awesome!

Comments