Ken Brubaker

The ClavèCoder

<December 2008>
SuMoTuWeThFrSa
30123456
78910111213
14151617181920
21222324252627
28293031123
45678910


Navigation

Subscriptions

News

Kenneth Brubaker
Senior Application Architect

Locations of visitors to this page

Post Categories



Friday, August 10, 2007 - Posts

Comparison of Team Foundation Server (TFS) and ClearCase

Here's a quick post from the ALM folks at SRL Group that compares/contrasts TFS and ClearCase.

 

Key shortcomings of ClearCase:

  • Integrated Interface like Team Explorer
  • No PendingChanges window
  • Administration difficult/No delegation
  • Difficult to enlist in a project

I'd like to add the extra cost of ClearCase is a clear negative.

 

It doesn't list any shortcomings of TFS. I would suppose there are some.

posted Friday, August 10, 2007 10:01 AM by kenbrubaker with 0 Comments

Compiling C# 3.0 during runtime

This post explains how to get the CSharpCodeProvider compile C# 3.0 code.

 

Here's the magic line:

var csc = new CSharpCodeProvider(new Dictionary() { { "CompilerVersion", "v3.5" } });

posted Friday, August 10, 2007 4:04 PM by kenbrubaker with 0 Comments




Powered by Dot Net Junkies, by Telligent Systems