Browse by Tags
All Tags »
Building A Better Server Control Experience (
RSS)
My next Builder.com article is finally online. This one talks about how to deploy server control files, and how to make sure they show up in the “Add References” dialog box. It's one of those steps that is often overlooked, but critical to...
I came across another reason today why building cool server controls is way too complicated in VS.NET. Two words: XSD Schemas. I wanted to give ScrollingGrid a schema so that it doesn't freak out on anyone, so I thought I'd be sneaky and add the following...
I don't think I got the chance to blog about this yet, but with all the installer issues I've been having lately, and the lack of tips, I figured I'd better talk about it. I started keeping my Builds in a separate folder from my code.... it was becoming...
Building a Better Server Control Experience, Part 3 Architecting For Simplicity: Don't Build It For Yourself I'm in the middle of completing a round of upgrades to Interscape's website, and I thought I'd take a second to cover something I've been wanting...
Building a Better Server Control Experience, Part 2 The Devil's In The Details: It's The Little Things That Make Customers Happy Details matter. Especially in building solutions people pay for. You've heard of the term WYSIWYG? Well why isn't the term...
Building a Better Server Control Experience, Part 1 Your Code Is Broken..... Or Is It? A Look At Coding For The Requirements You know, I've seen some great server controls out there. The problem that I find is, people don't take enough time to engineer...
More Posts