net

TF.exe Command Line Help

Over this last week I’ve been working with pre-existing build scripts that previously pulled from VSS to move to TFS. After we get the build running we’ll start looking at getting it into TFS Build, but for now the goal was to just migrate the code and make sure we could keep building. While converting the VSS MSBuild Community Tasks over to use TFS command line calls (tf.exe) I was dismayed by the fact that the command line help starts up the Help documentation in a window.

How Does Free* Training for a Year Sound?

That’s what MAX Technical Training is giving away. Check out the real info on their site, but basically it boils down to wearing a MAX shirt to the upcoming MSDN event on November 27th, 1:00 PM-5:00 PM at the Regal Deerfield Towne Center Stadium 16. Stop by the MAX table at the event and get signed up to win. You can even make up your own MAX shirt if you don’t have one!

.NN#10: LINQ-Like Functionality In .Net 2.0

With .Net 3.5 coming out soon many developers are hyped about the Language Integrated Query, or LINQ features. In a nutshell LINQ allows you to write queries within your managed code that can run across in-memory objects, databases, XML, and more. You can even execute a query across a set of objects and join against a XML document to produce your results. If you haven’t heard much about LINQ then I highly suggest reading over the link above and then take a peek at what’s possible via the 101 LINQ Samples page.