18 January 2012 0 Comments

Temporary Post Used For Theme Detection (f642b2a2-d2fe-415e-bb59-9eb6d8545afb – 3bfe001a-32de-4114-a6b4-4005b770f6d7)

This is a temporary post that was not deleted. Please delete this manually

Tags: , , , , , , , , , , ,
13 September 2011 0 Comments

Конференция BUILD — онлайн-трансляция сегодня!

В 1995 Windows изменил ПК. BUILD покажет, что Windows 8 меняет все

3 June 2011 0 Comments

イベント:BUILD と Windows 8

昨日 All Things Digital Conference (D9) で Steven Sinofsky が Windows 8 (Code name) のデモを披露しました( YouTube )。それとともに、開発者イベント “ BUILD ” のページも公開され、参加申し込みができるようになっています。BUILD は 2011年9月13日~9月16日にサンフランシスコ州アナハイムで開催されます(12日にプレカンファレンスもあります)。

23 February 2011 0 Comments

Using MSBuild to deploy to multiple Windows Azure environments

Introduction If you’ve used the Windows Azure Tools for Visual Studio, you’ll know how easy it is to publish your applications to Windows Azure straight from Visual Studio with just a couple of clicks. But while this process is great for individual projects, most teams use automated build and deployment processes to get more predictability and control of what gets built and where it gets deployed

26 April 2010 0 Comments

Porting SugarCRM to Windows Azure Platform

Recently, I’ve been helping SugarCRM to port their flagship PHP application to Windows Azure Platform. Here’s the slide deck we jointly prepared with SugarCRM Chief Architect Majed Itani for SugarCON ‘10 that summarizes the solution architecture and the learnings from this exercise. This is a rare example when our “partner engagement” work as Microsoft DPE architects is shared with the public – in most cases it’s the partner ISV that controls the solution architecture and doesn’t disclose any details until the corresponding product actually ships, if at all

23 April 2010 0 Comments

TechDays 2010 – SQL Server Engine Internals – Deep Dive Session

Summary: – SQL Server 32 bits vs 64 bits – SQL Server IO considerations – Troubleshooting using Perfmon and Profiler – SSMS Tips – Visualizing Schemas – Performance troubleshooting using MDW Session slides: Session Slides Session labs/demos: Demos (this session will be redelivered trough webcast format)

21 April 2010 0 Comments

Silverlight4_TrainingKit

10 April 2010 0 Comments

How to copy files to Windows Mobile device

When I first used Windows Mobile device, I just wonder how I could copy files to this small device.

9 April 2010 0 Comments

MSDN estará fora do ar para manutenção durante o final de semana

O MSDN estará fora do ar para manutenção a partir das 21h (de Brasília) do dia 09/04/2010 até às 12h (de Brasília) do dia 12/04/2010. Durante esse período os participantes do WebsiteSpark não terão acesso aos downloads e emissão de chaves dos softwares do programa.

8 April 2010 0 Comments

Sizing Your Hard Drives

We’ve talked about RAID , and we’ve talked about the number of drives you need. Now, let’s talk about how to determine the right size drives for you. Getting the right size drives in your new server purchase can optimize the cost of the new server and give you better performance.

4 April 2010 0 Comments

Visual Studio 2010 日本語版の開発も最終段階へ

  ここのところSmall Basicの記事ばかり書いていましたが、本職の方はVisual Studio 2010 ですので、もっとVisual Studio 2010 の記事を増やさねば、と思っています。     現在、Visual Studio 2010 日本語版の開発は最終段階へ入っています。   最終段階になると特に忙しくなるのがテスティングチームとリリースチームです。     テスティングチームは、製品版となるビルドに問題がないことを検証するために忙しく、我々リリースチームは製品出荷にまつわる様々なマネージメント業務が忙しくなります。     この時期、開発者はどうかと言いますと、多くの開発者は既に次期バージョンに向かって仕事をしています。   もっともそれは当然と言えば当然のことで、逆にもしも製品出荷の最終段階でも開発者が忙しいということは、つまり最終段階であってもバグが多くてバグ修正にてんてこ舞い、ということになってしまいますから、それではそもそも最終段階とは言えません。     もちろん、製品開発の最終段階になってバグが見つかり、修正するために開発者が「重大な修正」をすることはあります。   そういうときには開発者にのしかかるプレッシャーも大きくなったりもします。       いずれにしても、Visual Studio 2010 を皆様の前にお披露目できる日も、もうそんなに遠くはない予定です。   ぜひ楽しみに、お待ちいただければと思います。

3 April 2010 0 Comments

Trick in Windows Azure deployment

If you see web roles or worker roles are going back and forth between initializing-busy-stopping, the first thing you should check is the copy local attribute of the assemblies. All assemblies that aren’t part of .NET framework have to be set as Copy Local=True so that they would be included in your deployment package. Otherwise they aren’t deployed to Azure ending up the problem above