Browse by Tags
All Tags »
.NET 4 RC »
.NET (
RSS)
In my previous post Convert VS 11 Beta Metro Projects To VS 2012 RC I talked about upgrading the Project file from Beta to RC, in this post I’ll try to talk about all changes made from Beta to RC. I don’t know all the breaking changes in JavaScript and C# but I collect all the breaking changes from the application and games I develop and I’ll show them here. JavaScript + HTML Type Old Value New Value Comment Event MSGestureTap onclick Event MSGestureHold oncontextmenu Method getPointerList...
Beta 2 and the Release Candidate Expiration is June 30, 2010 Brian Harry just post about the expiration date for both Beta 2 and the Release Candidate is June 30, 2010. So if you're still using Beta 2 or RC version of TFS 2010 hurry up and start planning Upgrade to TFS 2010 RTM.
Bluetooth Radar Update – Version 1.7 Update -> Bluetooth Radar 2.1 My previous post was about Blue Radar Application On CodePlex (V1.5), I just upload another update mostly about UI changes – Now it’s looking Cool! Download Latest Version | Source Enjoy
Blue Radar Application On CodePlex Couple of week ago I wrote couple of posts about working with Bluetooth using .NET : Update -> Bluetooth Radar 2.1 Working With Bluetooth Devices Using C# – Part 1 , Working With Bluetooth Devices Using C# – Part 2 (OBEX) Because I got a lot of questions and requests for UI and more features I decide to create a CodePlex project called “ Blue Radar ” based on WPF(.NET 4 and Visual Studio 2010). Download Latest Version | Source I’ll keep you informed about changes...
Visual Studio 2010 Release Is Almost Here!!! As you know tomorrow (12/04/2010) is Visual Studio 2010 Official Lunch date, and I’m very exciting!!! Tomorrow I’ll start publishing a lot of posts and screen casts about the 2010 - How to Upgrade Your TFS Version (2005/2008/2010 Beta 2/RC) to 2010 and a lot more cool stuff. Also thanks to Ali Raza about all the beautiful wallpapers and twitter backgrounds 10+ Beautiful Microsoft Visual Studio 2010 Wallpapers Visual Studio 2010 Launch – Twitter Backgrounds
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...
TFS API Part 22 – Create Link Between Work Item (Parent, Child etc…) I got couple of question regarding Custom Link Types in TFS 2010, as you know one of the most important features in 2010 is new Link and Hierarchy capability. In this post I’ll show and give a demo application on how to create custom link type through TFS API. Download Demo Project Step 1: Create Project and Add Reference Create an WPF/WinForm application and add the following references: Microsoft.TeamFoundation...