DCSIMG
.NET 4 RC - Shai Raiten's Blog

Shai Raiten's Blog

It's all about code...

Browse by Tags

All Tags » .NET 4 RC (RSS)
Upgrade Metro App From Beta To RC
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...
TFS 2010 Beta 2 and the Release Candidate Expiration is June 30, 2010
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
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
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!!!
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
Build Your First Windows Phone 7 Silverlight Application - Part 1
Build Your First Windows Mobile 7 Silverlight Application - Part 1 Yesterday I post about Windows Phone Developer Tools Available Now For Download , so if you didn’t download it now it’s the time. I’ll get easy on the first time so I’ll just show you how to build a simple Color Picker application that will change the Phone Background Color, and one important detail – You Don't Need Windows Phone Device , the dev tool comes with Emulator. The Emulator is actually the full WP7 OS running on your...
MIX10 - Windows Phone Developer Tools Available Now For Download
MIX10 - Windows Phone Developer Tools Available Now For Download Just announced that Windows Mobile 7 developer platform is available for Download Now , and it’s free and will stay free! The Windows Phone Developer Tools CTP includes the following Visual Studio 2010 Express for Windows Phone CTP Windows Phone Emulator CTP Silverlight for Windows Phone CTP XNA 4.0 Game Studio CTP   Later on I’ll post on how to build you first Windows Mobile 7 application using Visual Studio 2010 and Expression...
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...
TFS API Part 23 – Create Global List (Xml Way)
TFS API Part 23 – Create Global List (Xml Way) 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\Common7\IDE\ReferenceAssemblies\v2.0\Microsoft.TeamFoundation.WorkItemTracking.Client.dll)      Microsoft.TeamFoundation.Client.dll (C:\Program Files (x86)\Microsoft Visual...
Introduction To CodedUI and Microsoft Test Manager – Developer Academy 4
Introduction To CodedUI and Microsoft Test Manager – Developer Academy 4 is around the corner, I’m going to talk about one of the most amazing features in Visual Studio 2010 – Testing, or should I say – Super Advanced and Easy Automation Ability. In my session I’ll talk about CodedUI Testing, Data Adapters (off course how to create a custom adapter) and a lot more cool stuff, and short demo on CodedUI success story from Intel. So if you want to hear about the future of testing visit Developer Academy...
TFS API Part 22 – Create Link Between Work Item (Parent, Child etc…)
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...
Visual Studio 2010 RC – Unable To Load Modeling Project From Beta 2
Visual Studio 2010 RC – Unable To Load Modeling Project From Beta 2 After upgrading to Visual Studio RC I was unable to open Modeling project that were created in Visual Studio Beta 2. There is a very quick workaround to solve this issue by modifying the modelproj file. There are only three actions need to be done: 1. Backup your projects. 2. Open modelproj file and change the version to 1.0.0.0 (0.3.0.0) and attribute name from TeamArchitect to ArchitectureTools 3. Define the new path where Modeling...