DCSIMG
Development,ITPRO - Shai Raiten's Blog

Shai Raiten's Blog

It's all about code...

Browse by Tags

All Tags » Development » ITPRO (RSS)
Run Windows Store Apps From Desktop
When customers ask me how they can run Windows Store app from Desktop usually the answer is – You Can’t, but if you really want there is a way to do that. The reason I usually answer is You Can’t is because – In order to run Windows Store app from Desktop you need to install Windows App Certification Kit , this pack contains “ microsoft.windows.softwarelogo.appxlauncher.exe ” file that can run a Windows Store app by his application model id. So if you plan on publishing your app you can’t assume...
TFS API Part 43–Delete Work Item Tool
Tweet In previous post - TFS API Part 21: Delete Work Item using WorkItemStore (Demo Application) I showed how to delete Work Items from TFS using TFS API. My problem was that it not easy to delete work items one by one so I decided to build a tool based on TFS Queries to allow me easily select the work items I want to delete. You can download executable from Here You can download Source Code from Here *** Deleting Work Item Action Is Not Recoverable *** Enjoy
The Git Hole
Tweet I consider myself a calm person with plenty of tolerance, I believe in productive discussion and love it – Part of my job as a consultant is to talk with Teams and explain them why you should choose a specific product over another, in 99.9% of those meetings there is one guy that don’t like the change (No One Like Changes) and you need in a calm way to explain and show him the benefits of the new tool – Forcing someone to do something is never a good thing. But sometimes there is no wining...
The Future of Testing: Quality Center vs. Team Foundation Server
Tweet Quality Center vs. TFS is a question I hear a lot, each customer that works with Quality Center has faced this question when the development team has decided to work with TFS or the Testers want features to help them improve their testing quality. Instead of talking about that subject only with my customers I decided to write something on that subject to help you understand the power of TFS for Testers, and how this platform will improve your Testing abilities with more advance features and...
Team Foundation Server Power Tools December 2011
Tweet Read the full article from Brian’s Harry Download –> Team Foundation Server 2010 Power Tools Power Tools Come to Eclipse We are completely committed to ensuring that developers outside of Visual Studio have great access to TFS and that includes bringing Power Tools to these developers when appropriate.  Today we made a new Power Tool download available as an Eclipse update site. 64-bit MSSCCI Support We also made the one of our most significant updates to the MSSCCI provider for TFS...
SharePoint API – Download \ Upload Documents (Tool)
Tweet A long time ago I wrote about SharePoint 2007 Files Restore Tool , tool that allows you to connect to SharePoint content database (not need to have SharePoint installation) and extract documents. The reason I wrote this tool was a customer that upgrade TFS and perform a new installation of SharePoint so he lost all his documents, this tool helped me to extract all documents and added them to the new SharePoint site. SharePoint upgrade/migration can be unpleasant and sometimes I prefer to do...
Activating GodMode
Tweet I know this sound like something from computer games, but not. I was showing some demos on my machine and some one asked me during the demo: What is the “GodMode” folder on your desktop? GodMode is a nice trick I’m using from Windows Vista to manage my computer, GodMode lets me access all of the operating system's control panels from within a single folder. Create a folder, the name is not important. Rename the folder name to: GodMode.{ED7BA470-8E54-465E-825C-99712043E01C} And Walla! Now...
אז מה חדש ב–TFS 11
Tweet מהרגע שחזרתי מכנס Build לקוחות שואלים אותי מה מחכה להם בגרסא החדשה של Visual Studio 11 ו – TFS 11? קצת היסטוריה – בעבר חברות רכשו מספר רב של כלים עבור כל תפקיד ייעודי בחברה, לאנשי פיתוח – Visual Studio, לאנשי בדיקות Quality Center ועוד כלים לאוטומציה, מנהלים עבדו עם Excel או MS Project ועוד ועוד כלים, הבעיה שלא היתה אינטגרציה ושיתופיות מלאה בין הכלים, מה שגרם לקשיים לא קטנים בתקשורת ובמעקב אחרי התהליך. ב – 2005 מיקרוסופט הוציאה לאוויר העולם את Team System כמוצר נפרד מ – Visual Studio שהיה חידוש...
תמיכה בעיברית וכיון כתיבה ב–Microsoft Test Manager
Tweet לקוחות שעובדים עם Microsoft Test Manager לניהול בדיקות בעיברית נתקלים בבעיה נפוצה בתמיכה בישיר הטקסט מימין לשמאל. אפשר להחליף את כיוון הטקסט לימין אבל הוא ישר יקפוץ לשמאל כאשר נעבור לצעד הבא, וזה לא באמת פתרון… שעובדים עם עיברית ואנגלית ביחד קשה מאוד לערוך ולהריץ את התסריטים שלנו בצורה נוחה. אל דאגה יש פתרון גם לזה, אם נשנה את הערך של FlowDirection ב – Registry ל – 1 הכיוון של הטקסט ב – Microsoft Test Manager יתהפך ונוכל לקרוא את הבדיקות שלנו בצורה נורמלית. יש לסגור ולפתוח מחדש את Microsoft...
Cannot Create Database Project - Cannot load file or assembly "Microsoft.SqlServer.Management.SqlParser"
CodeProject Couple of days ago I’ve format my computer, a fresh start . Today I tried to open a Database project I’m working on and I got the following error message: Of course I’ve installed SQL 2008 + with Management Studio and all the other things coming with Visual Studio 2010, but I did make some changes to the 2008 R2 installation… I wanted to remove the Default SQL Express coming with Visual Studio and install the complete suite. During this process I’ve removed several SQL installations from...
How To Change TFS 2010 Attachment Size
CodeProject Here is a post from 2008 on how to change attachment size in TFS 2008 , the same concept is available in 2010 but there is a small confusion about 2010. Many people had problems changing the attachment size in TFS 2010 using the same web service because the following error: 500 Internal Server Error There where people who changes the attachment size using code: TeamFoundationServer tfs = TeamFoundationServerFactory .GetServer( @"yourtfsserver/.../DefaultCollection" ); ITeamFoundationRegistry...
Web Test Manager For TFS 2010
Couple of months ago Sela Collage were a sponsor in Microsoft ALM Summit in Seattle , there we announced on ALM Products and the first version of Web Test Manager - Innovative approach to managing and running your tests - Any Test – AnyWhere - Anytime (by Everyone) under TFS 2010. WTM = Manage your tests directly from your browser in TFS 2010 Now, for the first time you can manage your tests without the need for any local installation, WTM is a web application integrated in VS 2010 Team Web Access...
Visual Studio ALM Video & Two Updates for TFS/VS You Should Install
CodeProject Some news for Visual Studio 2010, I’ll start from several updates you should to apply on you TFS and Visual Studio. KB - TFS 2010 SP1 Cumulative Update 1 – KB2536929 This is the first Update from Microsoft since SP1, and the new concept from Microsoft is to release hot fixes for critical bugs, every once in a while when the development team feels they have critical mass of fixes they will publish new Update includes all hot fixes. – So make sure your Visual Studio and TFS are up to date...
VS ALM Microsoft MVP For Another Year!
VS ALM Microsoft MVP For Another Year! This is my third time as VS ALM MVP and still excited like it’s the first time I got this email: “Congratulations! We are pleased to present you with the 2010 Microsoft® MVP Award!” I would like start saying Thanks to My Mentor and my good friend Guy Burstein (The King!!!) who guide me and help me getting where I’m today. Guy is working in the Developer & Platform Adoption Group at Microsoft Israel, helping customers and technical guys like me in Israel...
Power Tools for Microsoft VS 2010 users – Innovative software that saves time and money
Power Tools for Microsoft VS 2010 users – Innovative software that saves time and money Sela Technology Center is proud to announce the release of our unique software development productivity power tools for the Microsoft ALM environment: SCRAT , WTM and WIMBI .  All products are well proven and based on our deep understanding of client requirements for Development and Testing activities using Microsoft VS 2010. About SCRAT - MIGRATION : SCRAT tool enables the most time efficient and cost effective...
More Posts Next page »