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 » GenX.NET (RSS)
GenX.NET Update
I just uploaded a new version of GenX.NET to InterscapeUSA.com . This update is free to all customers, and I'd strongly recommend that anyone currenly evaluating it download the update. It includes several new features, updated documentation, and a few...
Posted: Nov 26 2003, 04:55 PM by interscape | with no comments
Filed under:
The Ever Changing Process of Building Processes
So I've been spending the past few days updating the build processes for all the software I've been working on. The problem is that, while I'm not the first person to ever have to build installers for commercial components using the deployment tools in...
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...
On Tap For This Week:
Here's what I'm working on for this week, and the weeks ahead: I'm going to post the VS.NET Version Commander on InterscapeUSA.com later on in the week, after I'm done with ScrollingGrid (wasted too much time on the Commander today anyways). I'm going...
Relief like you can't imagine...
I finally got the merchant account problem squared away. It's not an appropriate post for here, so you can read about the whole ordeal here in my corporate blog. I know the site design needs work, but it's not exactly on my list of priorities right now...
The Day is Finally Here!!!
It's Official! GenX.NET 3.0 is complete and has been released to the public! Check it out today at http://www.genxdotnet.com . GenX.NET is the first DTS engine available for the .NET Framework. Using an application architecture that will be used heavily...
It's All In Your Head
OK, so GenX.NET has been slower to launch than I wanted it to be. WAY slower. Part of the reason was because we've been building the the new “Store” and “MyAccount” sections of the website. Since the hostages have not been freed...
Posted: Oct 09 2003, 04:00 PM by interscape | with 2 comment(s)
Filed under:
XmlTextWriter + StringWriter = Headache
I've come to the conclusion that .NET doesn't really make coding easier (yet), because most Framework classes are incomplete, and use Inheritance as an excuse to leave them that way. Case in point: XmlTextWriter. I'm changing GenX.NET's XML formatter...
StringBuilder Size Algorithm
When I posted about this before, someone noted that cycling through all the items would be a performance hit. Well, as you can see, I'm really only cycling thru the tables in the DataSet, and in the case of the DataReader, I'm only accessing a property...
Posted: Jul 30 2003, 06:51 PM by interscape | with no comments
Filed under:
"No-Brainer Compatibility" Explained
For several weeks now, I've been talking about various issues in regards to component versioning and Framework compatibility. A few months ago, I got so frustrated by the issues that were raised, that I said I was going to start a task force to solve...
More Posts Next page »