Shai Raiten

WIIFM? Alot !!!

 Subscribe in a reader

Browse by Tags

All Tags » Development (RSS)
Build Your First Windows Phone 7 Silverlight Application - Part 2
Build Your First Windows Phone 7 Silverlight Application - Part 2 In the last post  Build Your First Windows Phone 7 Silverlight Application - Part 1 I show how to create new Windows Phone 7 Application project and we wrote some code to change Color Background. In this post I’ll show how to work with Windows Phone 7 Emulator to test your application. Run Windows Phone 7 Emulator In Visual Studio 2010 you will notice that you have a combobox to select the desire Device, unless you have a Windows...
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...
MIX10 - Silverlight Media Framework – Smooth Streaming - CodePlex
MIX10 - Silverlight Media Framework – Smooth Streaming - CodePlex I just informed that all Olympic Games where broadcast using SilverLight Player on IIS Smooth Streaming . The SMF builds on the core functionality of the Smooth Streaming Player Development Kit . What is the Microsoft Silverlight Media Framework? Microsoft's open source Silverlight Media Framework (SMF) enables developers to quickly deploy a robust, scalable, customizable media player for IIS Smooth Streaming delivery. The SMF...
MIX10 – What Happens in Vegas Doesn’t Have To Stay in Vegas
MIX10 – What Happens in Vegas Doesn’t Have To Stay in Vegas Mix10 Just started in Vegas and it’s looking GOOD!!! Me, Gil Fink, Alex Golash and Josh Roben(All Sela Group) will keep you updated with the most recent news from Mix10.         The Show Started with Awesome YoYo Show  
How To Build PowerPoint Presentation Remote Control
How To Build PowerPoint Presentation Remote Control As you know Developer Academy 4 is just around the corner, I have two lectures the first one is Introduction To CodedUI and Microsoft Test Manager – Developer Academy 4 and the second for R&D managers. Each presenter needs to move slides back and forward without going to the computer each time, to perform this magic actions you need a PowerPoint Presentation Remote Control. So I spent couple of hours to build one and now I’ll show how: Part...
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...
VS 2010 RC Intellisense Crash Issue – Registry Patch
VS 2010 RC Intellisense Crash Issue – Registry Patch In my previous post VS 2010 RC Intellisense Crash Issue – Patch there is a patch that you can download to fix Crashing issue with Visual Studio 2010 RC, this patch didn’t works for me. Another workaround to solve this issue is not a pretty one, but it works! Open RegEdit and map to HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\10.0\General and add a new DWORD called “EnableUnhandledExceptionDisplay” with value “1”. After this you will get a...
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...
VS 2010 RC Intellisense Crash Issue – Patch
VS 2010 RC Intellisense Crash Issue – Patch Over the last week I had one big problem with Visual Studio 2010 RC, while writing code in visual studio and used the Intellisense VS crashed. Before I reinstall Visual Studio 2010 RC I found out that Patch available for this problem, You can download and run it here . This Fix is not just for crashes with the VS 2010 RC, also if you have a tablet, multi-touch, screen-reader or external devices attached (including Wacom tablets, phones/ipods, and others...
TFS API Part 21: Delete Work Item using WorkItemStore (Demo Application)
TFS API Part 21: Delete Work Item using WorkItemStore Over the last weeks I heard couple of times a fast way to delete work items from Visual Studio 2010, so in this post I’ll show how to build a simple Delete Work Item application using WorkItemStore. *** Deleting Work Item Action Is Not Recoverable ***   Download Demo Project Create WinForm or WPF application project and add the following reference: First add reference for      Microsoft.TeamFoundation.WorkItemTracking...
TFS API Part 20: Bye TeamFoundationServer and Welcome TfsTeamProjectCollection
TFS API Part 20: Bye TeamFoundationServer and Welcome TfsTeamProjectCollection In my last post I talked about Upgrade Team System Beta 2 To RC – Smooth and the amazing performance improvement in Visual Studio. Trying to compile a old TFS utility with Visual Studio RC, I found out the TeamFoundationServer class is obsolete, The replacement is TfsTeamProjectCollection or TfsConfigurationServer classes to talk to a 2010 Team Foundation Server. In order to talk to a 2005 or 2008 Team Foundation Server...
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...
PHP On Windows - Summary
PHP On Windows - Summary Last week I attended in Guy Burstein lecture about PHP On Windows, you may ask what the relation between Me (Team System) and PHP? In the past I was a PHP developer so a small part of me was curious to hear what new for PHP developers under Windows . I came to this lecture with just one question – Why? As you know PHP on windows is not new, using ISAPI you can install PHP on IIS but still the question remains - Way? Even when using ISAPI PHP will not work on windows like...
More Posts Next page »