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

New MSBuild Toolkit Coming Soon

For everyone that's been asking, don't install the last build on ANY version of VS2005 other than Beta 2. I'm working on a new version for the RTM version that handles Targets much differently. The only problem is, the MSBuild team refactored the MSBuild APIs, which they said were going to help. It didn't even come close. The RTM version actually has less of the functionality that I needed exposed as public methods, not more. So right now I'm trying to set a gameplan for how best to address it (separate API enhancement that others can use, private inheritance, helper methods... etc) and then I'll be able to wrap it up.

I'm also waiting for word on a couple other things... specifically COM reference generation and that Web Deployment kit that lets you use MSBuild to deploy ASP.NET 2.0 web projects like you could in 1.1. As soon as I have answers to those questions, I can wrap this up.

Thanks for all your interest, and keep watching this space.

Posted: Nov 04 2005, 07:30 AM by interscape | with 4 comment(s)
Filed under:

Comments

Gustavo Guerra said:

Have you seen my .targets file?
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=121840&SiteID=1
Maybe it can help you
# November 4, 2005 9:37 AM

Robert McLaws said:

I have. I'll check them out, but to be honest, the .targets file is the least of my concerns at the moment. I need to fix the MSBuild stuff first.
# November 4, 2005 10:21 AM

Brenton House said:

# November 7, 2005 12:02 PM

Peter said:

Keep up the good work! Can't wait for you to have a working RC version ready! I know a lot of people who will use your splendid work!

Kind regards,
Peter.
# November 8, 2005 9:27 AM