DCSIMG
Visual Studio 11,Visual Studio - Shai Raiten's Blog

Shai Raiten's Blog

It's all about code...

Browse by Tags

All Tags » Visual Studio 11 » Visual Studio (RSS)
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...
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...
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...
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
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...
Team Foundation Server on Windows Azure: A Preview is available!
Tweet Straight from the oven, Brian Harry just post and gave 250 free TFS Azure Accounts for those who didn’t came to Build Conference. 250 use activation code: “bharry” To use the code, visit http://tfspreview.com .  Below you’ll find a walk through of the sign up experience. Although the service is pre-release at this time and is not complete, much of the TFS functionality works today.  You can use: Source control Work item tracking Agile project management (a new feature in TFS 11) Testing...
Visual Studio 11 and TFS 11 Available For MSDN Subscriptions
Tweet Build Conference announced several new things, beginning from Windows 8 to the new version of TFS 11 and Visual Studio 11. TFS 11 and Visual Studio 11 are in Developer Preview state, means it’s not even a Beta, but every things works just fine If you like to experience the new features coming in TFS 11 and Visual Studio 11. We in Sela Group will do a special event to introduce the new TFS 11 and Visual Studio 11 over the coming weeks, meanwhile if you have an MSDN Subscription you can download...