DCSIMG
Visual Studio - Shai Raiten's Blog

Shai Raiten's Blog

It's all about code...

Browse by Tags

All Tags » Visual Studio (RSS)
עבודה עם סיסמאות ב–Coded UI Test
קראתי היום כתבה של ערן רוסו – בעיה בהזנה שדה סיסמה דרך Coded UI Test ורציתי לחדד את הנושא עבורכם: כאשר מקליטים בדיקה בעזרת Coded UI Test על אתר או אפליקציה שמשתמשת בפקד Password הסיסמה תישמר מוצפנת בקוד שנוצר. public string UIPasswordEditPassword = "1U3nLUbO/llTew1#IBFZb1Vu6aDc/ggm" ; אם נתבונן בקוד שנוצא על ידי Coded UI Test נוכל לראות את ההשמה של הסיסמה השמורה לשדה Password: public void RecordedMethod1() { #region Variable Declarations HtmlEdit uIUserNameEdit = this .UILoginWindowsInternetWindow...
Getting Started With Git-TF Tool
Git-TF tool release by Microsoft allowing developers to work locally using Git repository without any connection to TFS, if you wanted to work on your files locally (In case you don’t have internet connection) you had reopen the solution and work offline. TFS 2012 comes with new feature called – Local Workspace allowing developers to work locally on their files but without tracking the changes history – here comes Git-TF tool. Brian Harry’s Blog Distributed Version Control (DVCS) has a growing following...
Visual Studio\TFS 2012 Update 1 is available
In previous post “ Visual Studio 2012–News (iPhone, Web Test Management, 260 Limit and more) ” I talked about the new Visual Studio 2012 Update 1 and what’s new for Visual Studio and TFS 2012. So today Microsoft release : Visual Studio 2012 Update 1 – Download TFS 2012 Update 1 – Download Update: Error when installing TFS 2012 Update 1 - dbo.typ_BuildControllerTableV2 is incompatible with dbo.typ_BuildControllerTable 260 Character Path Limit Some call this Microsoft “Achilles’ heel” but I’ll not...
Visual Source Safe Upgrade Tool for Team Foundation Server
If for some reason you or your company is still using VSS it’s time to move forward! Team Foundation server supports VSS Migration, until today there were a command line tool allowing you to migrate VSS repository to TFS Source Control – this tool is called – VSSConverter. VSSConverter command line tool requires configuration file that need manual authoring, but no More! Microsoft has announce a new wizard based UI tool for upgrading VSS repositories to Team Foundation Server 2012/2010. Open the...
Visual Studio 2012–News (iPhone, Web Test Management, 260 Limit and more)
With Visual Studio 2012 and TFS 2012 we have a lot of new stuff for Developers, Testers, Managers customers and more, and this is not the end…. Microsoft continues to develop new features for 2012 version. Test Case Management On The Web Brian Harry - We’ve heard from a number of customers that in final acceptance testing, they don’t want to install anything on the test environment that’s not going to be in the production environment.  That’s understandable.  In our first update, we will...
How To: Bing Maps For Windows 8 Metro Apps - C#
Tweet Bing Maps SDK is available for Visual Studio 2012 RC and Windows 8 release preview, Bing Maps SDK is easy fast and cool control that you can use in your Metro App. Download Demo Project Step 1: Maps Developer Account Before you can use Bing Sdk from Windows 8 Metro App you need Maps Developer Account, open http://www.bingmapsportal.com/ , create or enter with existing Windows Live account. Choose “ Create or view keys ” and create new Key for your application. Copy and save that key, create...
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...
Visual Studio/TFS 2012 Release Candidate Available
Tweet Couple of hours ago Brian Harry post about the RC version for VS and TFS 2010 + Alex Golesh post about Windows 8 Release Preview . As we know VS/TFS 2012 comes with many great improvements and new features that push forward the ALM platform allowing more and more people to work as team more easily and much more productively. Visual Studio Product website Eclipse update site for the latest Team Explorer Everywhere preview or the download page Overall summary of changes since the Beta Jason’s...
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
Windows 8 JavaScript – Pinch
Tweet Over the last posts I talked about basic features in Windows 8 Metro Apps in BLOCKED SCRIPT Settings Message Dialog Splash Screen The feature I’m going to show you now isn’t part of JavaScript Metro app and you need to write some code and use Metro Touch Event called – MSPointerMove. The feature I’m going to simulate is Pinch - Download Demo Project In this post I’ve created a Pinch functionality to increase and decrease zoom on specific item. Step 1: Create JavaScript Metro Project In the...
Windows 8 JavaScript–Splash Screen
Tweet When creating an Win 8 Metro App you define splash screen with a single image, what if you want to do more… For example show some animations, load your resources before the application loads and more. In this post I’ll show you how to create custom Splash Screen and control the load event so you know when the loading is over and your user can start using the application. In my demo I’ll display some canvas animation and a timer (from 10s) until going to the main page. Download Demo Project...
Work Item Spell Checker–Test Case Steps Support
Tweet Couple of mounts ago I published the Work Item Spell Checker Custom Control for VS 2010 on CodePlex, since than I received requests for enabling Test Case Steps Spell Checking, I made some changes for the project to enable this and now you can run Spell Check on Test Steps. Download Work Item Spell Checker Custom Control Because the steps control cannot be effected on run time from code after you finish the Spell Check you need to refresh the item to see the results. Download Work Item Spell...
TFS 11 Express
Tweet Yes, this sounds strange but it’s true – Brian Harry wrote couple of days ago on TFS Express . TFS 11 comes with many great improvements for Developers, Testers, Product Managers and The “Team”, and one more thing called – TFS Express , that includes the core developer features: Source Code Control Work Item Tracking Build Automation Agile Taskboard and more…. And it’s FREE !!! (Up to 5 users) Read the full article
Windows Phone 7 – Build Puzzle Game
Tweet Over my last posts I talked about Windows Phone 7, we saw some real examples for Location Service, Maps, Ads, Accelerometer and more. Location Service and Bing Maps Raise My Dog–Russian Connect Window Phone 7 and Windows 8 app to Microsoft pubCenter Accelerometer Sensor for Windows Phone 7 Because I saw how many of you download my demo projects I understand the need for more demos around Windows Phone 7. So Today, we’ll build a Puzzle Game for Windows Phone 7 (Including the Sources ) Download...
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...
More Posts Next page »