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
This is a temporary post that was not deleted. Please delete this manually
В 1995 Windows изменил ПК. BUILD покажет, что Windows 8 меняет все
昨日 All Things Digital Conference (D9) で Steven Sinofsky が Windows 8 (Code name) のデモを披露しました( YouTube )。それとともに、開発者イベント “ BUILD ” のページも公開され、参加申し込みができるようになっています。BUILD は 2011年9月13日~9月16日にサンフランシスコ州アナハイムで開催されます(12日にプレカンファレンスもあります)。
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
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
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)
When I first used Windows Mobile device, I just wonder how I could copy files to this small device.
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.
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.
ここのところSmall Basicの記事ばかり書いていましたが、本職の方はVisual Studio 2010 ですので、もっとVisual Studio 2010 の記事を増やさねば、と思っています。 現在、Visual Studio 2010 日本語版の開発は最終段階へ入っています。 最終段階になると特に忙しくなるのがテスティングチームとリリースチームです。 テスティングチームは、製品版となるビルドに問題がないことを検証するために忙しく、我々リリースチームは製品出荷にまつわる様々なマネージメント業務が忙しくなります。 この時期、開発者はどうかと言いますと、多くの開発者は既に次期バージョンに向かって仕事をしています。 もっともそれは当然と言えば当然のことで、逆にもしも製品出荷の最終段階でも開発者が忙しいということは、つまり最終段階であってもバグが多くてバグ修正にてんてこ舞い、ということになってしまいますから、それではそもそも最終段階とは言えません。 もちろん、製品開発の最終段階になってバグが見つかり、修正するために開発者が「重大な修正」をすることはあります。 そういうときには開発者にのしかかるプレッシャーも大きくなったりもします。 いずれにしても、Visual Studio 2010 を皆様の前にお披露目できる日も、もうそんなに遠くはない予定です。 ぜひ楽しみに、お待ちいただければと思います。
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