18 December 2011 0 Comments

Visual Studio 11 Developer Preview Training Kit

This week Microsoft released an update to the Visual Studio 11 Developer Preview Training Kit. This includes updates to labs that we made available at BUILD as well as several new labs. The Training Kit is available in two different offline packages and is also available to browse online at MSDN

3 October 2011 0 Comments

Windows Azure SDK 1.5 アップデート、Windows Azure Tools for Visual Studio 1.5 日本語版も利用可能に

先月リリースされた Windows Azure Tools for Visual Studio 1.5 ですが、Windows Azure ブロブへのメソッドにおける Bugfix のため、アップデート版がリリースされています。 現在インストールされているバージョンは、コントロールパネルの [プログラムと機能] (プログラムのアンインストールまたは変更) で確認できます。Windows Azure SDK のバージョンが “1.5.20928.1904″ と表示されるのが最新版です。   日本語版がリリースとなりましたので、こちらのダウンロードと合わせてアップデートできます。もちろん WebPI からインストール可能です。 単体インストールはこちらから; Microsoft ダウンロードセンター > Windows Azure Tools for Microsoft Visual Studio 2010 1.5 (2011 年 9 月)  

28 September 2011 0 Comments

FREE Web Workshops on Microsoft Visual Studio 2010 ALM tools by Imaginet

October Workshops Manual Testing in Agile Teams Test Management in Agile Teams November Workshops Testing in an Agile Team December Workshops Automated Load and UI Testing for SharePoint Projects Testing with SharePoint Projects Using Lab Management with SharePoint Development   Manual Testing in Agile Teams Although automated testing is often thought of as the holy grail of testing, manual tests still play a critical role in software development.

16 September 2011 0 Comments

Корпорация Майкрософт демонстрирует новые возможности в области разработки, основанные на использовании постоянно доступных служб

На конференции BUILD были представлены платформы и средства для разработки облачных решений, доступных с различных устройств. Выступая на конференции BUILD, проводимой корпорацией Майкрософт, президент подразделения Server and Tools Business Сатья Наделла (Satya Nadella) рассказал о том, как меняется мир разработки приложений и сервисов для подключенных к Интернету устройств и о тех возможностях, которые открывают перед разработчиками происходящие изменения. Господин Наделла четко сформулировал, почему именно решения Майкрософт позволят разработчикам создавать инновационные и по-настоящему творческие продукты

20 June 2011 0 Comments

Performance Testing Quick Reference Guide

This version of the quick reference guide QRG is a PDF file with a total of 241 articles (51 of these are either new or updated from version 3.5) that are all meant to provide quick information about various aspects of performance testing with Visual Studio. ..

11 May 2011 0 Comments

Cloud Services SDK for Windows Phone 7 Beta

Project Hawaii Releases Cloud Services SDK for Windows Phone 7 Beta The MRC Engineering team, in collaboration with the newly formed Microsoft Mobile Computing Research Center (MCRC), has released the fourth and final cloud service for Windows Phone 7 development: Optical Character Recognition (OCR).

11 April 2011 0 Comments

Getting started with Cross-platform development

They say if you do not eat, drink, sleep C/C++ – then the chances are you are not a real developer. Is it

25 March 2011 0 Comments

Bridging the Gap Between Developers and Testers Using Visual Studio 2010: Part 8 of 13 – Let’s Get Back On Track

  In this post, we’re continuing our One on One with Visual Studio conversation from March 13 with Canadian MVPs Etienne Tremblay and Vincent Grondin, Bridging the Gap Between Developers and Testers Using Visual Studio 2010 . If you’ve just joined us, the conversation builds on the previous posts, so check those out (links below) and then join us back here. If you’re re-joining us, welcome back! Bridging the Gap Between Developers and Testers Using Visual Studio 2010 Introduction Part 1 of 13 – Migrating VSS to TFS Part 2 of 13 – Automating the Build Part 3 of 13 – Where’s Our Backlog

18 March 2011 0 Comments

No-Code Application Development for Desktop or the Cloud!

Back in November 2010 we told you about Beta 1 of a new tool from Microsoft Called Visual Studio LightSwitch.  This tool, reminiscent of Microsoft Access development, allows you to build simple forms over data applications with no code at all. More sophisticated applications can be built by adding with some code more or less depending on the application. One of the most incredible features of LightSwitch is that it can publish your application as a desktop application, a hosted web application or even as a Windows Azure application!  If you want to write once and run in any of these environments this is a tool that you absolutely must look at.

18 March 2011 0 Comments

Microsoft Visual Studio LightSwitch Beta 2

Ab sofort steht der Download von Microsoft Visual Studio LightSwitch (Beta 2) für alle Entwickler zu Verfügung. Mit Visual Studio LightSwitch können Geschäftsanwendungen für den Desktop, das Web und die Cloud einfach und schnell entwickelt werden. Zentral sind dabei nach wie vor der flexible Zugriff auf zahlreiche businessrelevante  Datenquellen und die Erstellung von benutzerfreundlichen Eingabemasken und Auswertungen.

7 March 2011 0 Comments

Team Foundation Server Power Tools März 2011

Die aktuelleste Version der kostenlosen Power Tools für Team Foundation Server 2010 sind ab sofort erhältlich: Main Power Tools Build Extensions MSSCCI plugin (keine Änderung seit letztem Release) Die wichtigsten Neuerungen in dieser Version sind: Bekannte Bugs im Tool Backup/Restore wurden behoben Die Windows Shell Extension für Versionskontrolle wurde erweitert Erste Schritte in Richtung eines neuen TFS Build Power Tools Im Blog von Brian Harry finden Sie einen umfangreichen Eintrag mit der Liste aller 41 behobenen Bugs und ausführlichen Informationen zu den neuen Funktionen: http://blogs.msdn.com/b/bharry/archive/2011/03/03/mar-11-team-foundation-server-power-tools-are-available.aspx

27 February 2011 0 Comments

Building SharePoint 2010 Solutions on a TFS 2010 Build Server

Last year I wrote a post about building Microsoft Office SharePoint Server (MOSS) 2007 solutions on a Team Foundation Server (TFS) 2010 build server , which talked about copying various SharePoint assemblies to a “Reference Assemblies” folder and adding a corresponding registry key for MSBuild to locate the assemblies. It’s nice to see that a similar process has already been covered on MSDN for SharePoint 2010: How to Build SharePoint Projects with TFS Team Build http://msdn.microsoft.com/en-us/library/ff622991.aspx However, there are few things I noticed about this MSDN article. First, the path for the registry key on 64-bit systems is incorrect (although you should be able to easily figure out what the correct path is, once you are navigating down through the registry).