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

The VS2005 SDK Needs A Lot Of Work

Have you ever tried to build an addin for Visual Studio? I'm working on one right now, and it's not much fun. I was hoping the VS2005 SDK (formerly VSIP) would be a bit more user-friendly than the previous versions... but I was wrong.

Microsoft should really take a look at Jamie Cansdale's ManagedAddin Framework. He's done a great job of making it dirt simple to write an add-in. Hopefully Jamie will update his code to run on VS2005.

Comments

Aaron Brethorst said:

We know, we know! We're working on making it better :)

Aaron
# May 29, 2005 4:44 PM