Robert McLaws: FunWithCoding.NET

Public Shared Function BrainDump(ByVal dotNet As String) As [Value]

News

<script type="text/javascript"><!-- google_ad_client = "pub-4330602465258980"; google_hints = "ASP.NET, VB.NET, C#, C#.NET, WindowsForms, .NET Framework, VS2005, Visual Studio, XAML, WinFX, Windows Workflow, WPF, WCF, Atlas, NetFX3, Visual Studio Orcas"; google_ad_width = 120; google_ad_height = 240; google_ad_format = "120x240_as"; google_ad_type = "text_image"; google_ad_channel ="4997399242"; google_color_border = "B6C9E7"; google_color_bg = "EFEFEF"; google_color_link = "0000FF"; google_color_text = "000000"; google_color_url = "002C99"; //--></script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script>
<!--
-->

You should feel free to challenge me, disagree with me, or tell me I'm completely nuts in the comments section of each blog entry, but I reserve the right to delete any comment for any reason whatsoever. That said, I will most likely only delete abusive, profane, rude, or annonymous comments, so keep it polite, please.

Blogroll

Cool .NET Articles

My .NET Tools

My Builder.com Articles

My MSKB Articles

Browse by Tags

All Tags » Building A Better Server Control Experience (RSS)
Dude, Where's My Reference?
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...
Short Server Control Rant
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...
VS.NET Installer Tricks
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
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
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
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