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 » .NET Framework 1.1 (RSS)
VisualBlogger Beta 1 This Weekend!
I'm wrapping up the last features for the first beta of VisualBlogger 2004. Wanted to give a brief status report on where I am at, what features it has, and what features are left to be done before the final release. Beta 1 Features: Full WYSIWYG Editing...
VisualBlogger CategoryPost Test #9
The WinForms adventure continues. The CheckedListBox control has been giving me all sorts of problems. For one thing, if you put one in a TabControlPage, and then switch pages, it doesn't hold its state. It took me a little bit of experimentation, but...
Are YOU In Design Mode?
Scott Hansleman talks about page instantiation while designing ASPX pages in the IDE [via Daniel Fisher ]. Good stuff.
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...
"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 VS.NET 2003 Info
In my previous post , I talked a lot about the new Framework 1.1 and VS.NET 2003, and how they deal with the old stuff. After reading the first comments of my last post, I realized it might take more explaining than I thought. This may be a hard thing...
More VS.NET 2003/ Framework 1.1 Info
I've seen post all over the net about people nervous about installing VS.NET 2003. Having worked with it for several months now, let me allay your fears. First off, put it out of your head that this is an upgrade. Upgrade infers replacing the current...
Something to note about .NET 1.1
Just to let you guys know, the build numbers haven't changed between the Framework 1.1 Final Beta and the Release. (v1.1.4322). I'm going to assume that this means that Paul Wilson's bug goes unfixed in the final release, but I'll let Rob Howard or Scott...
More Posts