Browse by Tags
All Tags »
Tools »
DEV (
RSS)
Tweet I think this is a most tool for any blogger out there, most of my posts contains Source Code examples and pasting Source Code without Colors and Format is just ugly. In Visual Studio 2010 Microsoft released the Productivity Tools that has the Copy Source Code as Html built in, also there is a CodePlex project - http://copysourceashtml.codeplex.com/ that supports Visual Studio 2005 and 2008. Because Productivity Tools for Visual Studio 11 Beta isn’t out yet I’ve modified the CopySourceAsHtml...
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
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...
Tweet Sometimes I want to download a YouTube video, and yes there are plenty of tools on the web to help you doing that, but I really want something that doesn't require installation each time I want to download a YouTube video. So, I’ve decided to write some pure (don’t want to download JQuery or any other library) JavaScript to help me do that, this script will work locally and you only need to open the html file on your machine. Download YouTube Download Html (Right Click and Save) I’ve add...
S. Somasegar just blog about Bringing Windows Azure to more devices Windows Azure Toolkit for Windows Phone 7 The Windows Azure Toolkit for Windows Phone 7 is designed to make it easier for you to build mobile applications that leverage cloud services running in Windows Azure. The toolkit includes Visual Studio project templates for Windows Phone 7 and Windows Azure, class libraries optimized for use on the phone, sample applications, and documentation. Windows Azure Toolkit for iOS Released today...
Metro Style Now Available For Download Couple of weeks ago I post about a new tool I’ve built Test Case Migrator Between Projects – WPF Metro , I gave this tool couple of Design Hours based on Microsoft Metro Style (Not Out Yet…). Since than I got lots of requests to publish this Style and also I got lots of compliments so here it is! App.xaml Full Project
Build folders for Team Explorer Terje Sandstrøm is a VS ALM MVP from Inmeta, couple of months ago his team built a cool extension for Team Explorer that creates Build Folders based on naming convention, all you need to do is change your Build Definition name to contain “.” , people who don’t have the tool installed just see build definitions with “.”s in the name and everything keeps working. Brian Harry also wrote about this tool - http://blogs.msdn.com/b/bharry/archive/2011/04/01/build...
VS Setup Project Will Not Ship With Future Versions of VS In the past I wrote about Visual Studio Setup Project and how you use it for your software deployment - Extending Visual Studio Setup Project But now Microsoft decide to remove the support from VS Setup Project and invest more in WiX. Buck Hodges “ Future versions of Visual Studio will not include the Visual Studio Installer project templates. To preserve existing customer investments in Visual Studio Installer projects, Microsoft will continue...
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...
Windows Phone 7 – The First Fart Application Yes I know, Farting isn’t nice… But each and every mobile phone on the planet has a Fart Application (Don’t ask me why!), So as a Fan of Phone 7 (In theory, still waiting to actually feel it…) I decide there is no way Microsoft Phone 7 will be without a decent Fart Application . (Fartless… :-)) So I built a simple Phone 7 Application called – Fart With 7 or Fart7 (Picture from the right) –> Just download the zip file, extract it and run it from Visual...
TFS API Part 28 -Test Suite Hierarchy Builder In my previous post regarding TFS API TFS API Part 27 – Test Plans, Test Suites, Test Cases Mapping , I showed how to create and obtain Test Plans, Test Suite and Test Cases objects. As part of Quality Center to TFS 2010 Migration Tool I’m translating Quality Center hierarchy into Areas in TFS 2010 - as you can see from the following pictures the QC hierarchy(middle picture) looks the same as TFS Areas (left picture) but it’s not feels the same… Feels...