DCSIMG
DEV,.NET 4 Beta 2 - Shai Raiten's Blog

Shai Raiten's Blog

It's all about code...

Browse by Tags

All Tags » DEV » .NET 4 Beta 2 (RSS)
TFS API Part 24 – Get All Fields From TFS
TFS API Part 24 – Get All Fields From TFS I got an email regarding previous post ( TFS API Part 6: WorkItemStore - Get Fields From WorkItemType ) how to get Fields without regard to Work Item Type? This is very easy using Team System API. Download Demo Project Step 1: Create Project and Add Reference Create an WPF/WinForm application and add the following references:      Microsoft.TeamFoundation.WorkItemTracking.Client.dll (C:\Program Files (x86)\Microsoft Visual Studio 10.0...
VSTS 2010 Beta 2 – Diagnostic Data Adapters – Custom Adapter – Part 2
VSTS 2010 Beta 2 – Diagnostic Data Adapters – Custom Adapter – Part 2 In my previous post Diagnostic Data Adapters – Create Custom Adapter – Part 1 I’ve showed how to create a Custom Data Adapter, this post will be on how to add a Configuration File to your Custom Data Adapter. Download Demo Project Step 1 – Add Configuration File In your Data Adapter project add a new xml file and change the name to <name of your data diagnostic adapter>.dll.config Copy below format into the xml config file...
VSTS 2010 Beta 2 – Diagnostic Data Adapters – Custom Adapter – Part 1
VSTS 2010 Beta 2 – Diagnostic Data Adapters – Custom Adapter – Part 1 In my previous post I’ve talked about What is Diagnostic Data Adapters – No More No Repro! , this post will be about how to create your own Diagnostic Data Collector . Download Demo Project In this post I’ll show you how to create a custom Log data collector that can be very helpful for many applications using local logs. Below is an example of advanced custom data adapter I built for collecting performance data during a test....
CopySourceAsHtml Support For Visual Studio Team System 2010 Beta 2
CopySourceAsHtml Support For Visual Studio Team System 2010 Beta 2 I’ve used existing project from CodePlex - http://copysourceashtml.codeplex.com/ and add Visual Studio 2010 support. You can download the installer directly from Here - http://copysourceashtml.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=100271       9 [ TestClass ]    10      public class UnitTest1    11      {    12         ...
Expect The Unexpected
Expect The Unexpected The Microsoft Developer Platform Marketing team has launched a compelling new worldwide Microsoft® .NET Framework campaign at www.dotnetstories.com . Through online videos and written case studies featuring real developers who built amazing and diverse solutions on the .NET Framework, the campaign is intended to tell a clean and cohesive end-to-end story that is engaging and relevant to the developer community. What a great way to see some of the “ unexpected ” and powerful...
The Ultimate Offer – TFS For Everyone
The Ultimate Offer – TFS For Everyone In my previous posts I’ve talked about TFS 2010 Server Licensing , 500$ for TFS retail it’s a very good price, But I have MSDN Subscription Do I Need To Pay More? You don’t need to pay any additional fee, the opposite, you will get a Free Upgrade with many new features and new tools. Each version of Visual Studio 2010 includes a Team Foundation Server , so if you have Visual Studio 2008 Professional with MSDN Professional you can upgrade to Visual Studio 2010...
Historical Debugger Is Now –> IntelliTrace And Much More
Historical Debugger Is Now –> IntelliTrace And Much More After getting a fresh copy of Visual Studio 2010 Beta 2, I was dying to see the amazing IntelliTrace feature. You know IntelliTrace as Historical Debugging , but consider HD as the code name. In previous post about Visual Studio 2010 – Historical Debugging you can see how to configure the debugger and how to run it. Here is couple of new improvements in Beta 2: To move in the recording to a particular source line or method, right click on...