S.
See more here:
Top 10 Microsoft Developer Links for Wednesday, October 31st
S.
See more here:
Top 10 Microsoft Developer Links for Wednesday, October 31st
Even if you weren’t able to get a registration for //Build/ 2012 – the streaming sessions are a great experience. You can watch the sessions live, like the Azure sessions happening today – or the prerecorded sessions like Windows 8 and Windows Phone 8 from yesterday. Build 2012 | Channel 9
See the original post here:
Build 2012 on Channel 9–great streaming info
I’ve lived through my fair share of hurricanes, snow storms and other natural disasters but after Sandy I could easily write a book that had an ending scene of epic proportions. Although Sandy was only a category 1 hurricane, you would’ve thought it was a category 5 as the wind that was generated and the sheer amount of force behind it was truly amazing.
See more here:
Hurricane Sandy and My Windows Phone
Yesterday at BUILD we announced the availability of the Windows Phone 8.0 SDK and I thought it would be good to share some of the useful links relating to that announcement with you alongside the key announcement information that went with these. Windows Phone SDK 8.0 includes development support for Windows Phone 8, support for C++ games and apps, an updated emulator for Windows Phone 8, Windows Phone support for Visual Studio 2012 (both 7 and 8), and is easier to port apps between Windows 8 and Windows Phone 8. Developers who don’t have Visual Studio can use the Visual Studio 2012 Express for Windows Phone to create their apps. If a developer has Visual Studio 2012 Professional, Premium, or Ultimate; it will add the Windows Phone development projects to their IDE. Top 10 features are: 1. New Windows Phone developers can bring their existing skills to start creating apps right away. Use XAML/.NET to write apps or DirectX/C++ to create games for Windows Phone
Originally posted here:
Useful Links: Windows Phone SDK
The new Windows Phone Dev Center has everything you need to create great apps and add them to the Windows Phone Store for the world to see, try, and buy. You can start creating apps anytime
Original post:
Windows Phone Developer Offer: $8 for 8 Days
MSDN SubscriptionのWindows 8をインストールした後、ライセンス認証がうまく行かない現象を経験したので、メモを残しておきます。 状況: ・プロダクトキーを入力する機会のないままインストールが終了した ・しばらくするとライセンス認証がうまく行ってないことが判明した ・[コントロール パネル] > [システムとセキュリティ] > [システム] にある [Windows ライセンス認証]でプロダクトキーの入力ができない ・エラー 0x8007007B が表示され、ライセンス認証に失敗する 解決策: コマンド プロンプトを開き、次のコマンドを入力する slui 3 [Enter] プロダクトキーを入力する画面が表示されるので、持っているプロダクトキーを入力します。これで解決します。 参考になったフォーラムの記事 http://answers.microsoft.com/en-us/windows/forum/windows_cp-windows_install/error-0x8007007b…( read more )
More here:
Windows 8 のエラー 0x8007007B ライセンス認証 (アクティベーション) がうまく行かない時のメモ
Exciting times !! After a gap of two years BizTalk Server is kicking back again, and it’s not just kicking, it’s roaring!! Through this blog, I attempt to put down a list of new features and updates that have been introduced in the CTP. First thing’s first. You can download the CTP bits and the Help from: https://connect.microsoft.com/Azure/BizTalk20R2 Now, let’s start looking at what BizTalk Server 2010 R2 offers
Read more:
BizTalk Server 2010 R2 – July 2012 CTP is here !!
Windows 8 apps are like a stack of cards. Only the top card is active – the rest (apps) have their threads suspended.
Read the rest here:
Windows 8: Scheduled Tasks & the Lock Screen
ご無沙汰しております。なおきお~です。 皆様、暑い日が続いいるので熱中症などにお気を付けください。 さて、 8 月は、ドライバ開発者の方々が熱くなるニュースとして新しい WDK 8.0 (Windows Driver Kit) がリリースされました。 そして今回のリリースでは、 Visual Studio 2012 に統合されるという大幅な変更が行われています。 Windows XP の WDK 以降は、単体で開発可能なイメージであったため、少々 戸惑う方がいるかもしれませんのでサンプル コードを確認するまでの手順を紹介したいと思います。 まず、以下のサイトから WDK 8.0 をダウンロードするのですが、この URL のシステム要件に記載されている通り、予め Visual Studio Professional 2012 を入手いただきインストールをしておく必要があります。 Windows Driver Kit (WDK) 8 http://msdn.microsoft.com/ja-jp/library/windows/hardware/hh852362.aspx 要件を満たして、セットアップすると WDK 8.0 は、 Program File ( 既定では、 C:Program FilesWindows Kits8.0) にインストールします。 しかし、既定では、サンプル コードはインストールしないため、以下の手順でテンプレートを使用して、ひな形を作成する必要があります。 ① [ ファイル ] から [ 新規作成 ] の [ プロジェクト ] を選択 ② 左側のペインの [ インストール済み ] の [ テンプレート ] を選択 ③ [Visual C++] の [Windows Driver] を展開 ④ 以下の項目から一番近いカテゴリを選択 Applications Networking Package Print Storage Tests USB WDF WDM ⑤ サブカテゴリを選択し、ウィザードに沿ってひな形を作成 従来の WDK で提供していたサンプルコードと同じようなサンプル コードを使用したい場合は、以下の手順でオンラインから入手する必要があります。 ① [ ファイル ] から [ 新規作成 ] の [ プロジェクト ] を選択 ② 左側のペインの [ オンライン ] の [ サンプル ] を選択 ③ [Visual C++] の [ デスクトップ ] を選択 ④ [Windows Driver] を展開 ⑤ 従来の WDK の src フォルダと似たようなフォルダとなっているので一番近いサンプルをダブル クリック ⑥ ライセンス要件などを確認し問題なければ [ インストール ] ボタンを押下 ⑦ 選択したサンプル コードが Visual Studio 2012 に登録 ⑧ 以降プロジェクトの新規作成で [ インストール済み ] の [ サンプル ] から選択 もし、一つずつダウンロードするのは、手間であるという方は以下のサイトから全てのサンプル コードをダウンロードすることができます。 Windows 8 Driver Samples http://code.msdn.microsoft.com/windowshardware/Windows-8-Driver-Samples-5e1aa62e 従来の WDK のようにサンプル コードを見たいと思う方は、ひと手間が必要になりますのでお気を付けください。 大幅な変更になった WDK 8.0 に関しては、 Debugging などの Tips も折を見て紹介したいと思います。それではまた。
View original post here:
Windows Driver Kit (WDK) 8.0 がリリースされました
みなさん、こんにちは。 今回も Microsoft Dynamics CRM 2011 SDK 5.0.12 のコンテンツを 紹介していきます。今日はフォームスクリプト開発の情報です。 スクリプト開発 Microsoft Dynamics CRM 2011 では JScript を利用した開発が 可能ですが、スクリプトが利用できる箇所は多岐にわたります。 そのため SDK を参照して開発する場合、どのスクリプトがどの 箇所で利用できるか確認していく必要があります。 しかし現在スクリプトが最も多く利用されるのはフォームであり、 今回フォームで利用できるスクリプトのリファレンスができました。 Form Scripting Quick Reference http://msdn.microsoft.com/ja-jp/library/jj602964 上記ページがフォームスクリプト用のクイックリファレンスです。 これからフォームスクリプトの開発を行う場合は、まずこちらの ページを参照していただき、どのようなことが実現可能であるか ご確認ください。 ‐ Dynamics CRM サポート 中村 憲一郎
Read the original here:
Dynamics CRM 2011 SDK フォームスクリプトクイックリファレンス
In the previous blog posting, we showed how to construct and deploy query fragments to a StreamInsight server, and how to re-use them later. In today’s posting we’ll integrate this pattern into a method of dynamically composing a new query with an existing one. The construct that enables this scenario in StreamInsight V2.1 is a Subject .
See original here:
Using Subjects to Deploy Queries Dynamically
If you use Hotmail, you might have seen a message that says your mailbox can be upgraded to Outlook.com . In addition to a new look and feel and tools to help you be more productive, Outlook.com offers more privacy.
See the original post here:
Privacy in Outlook.com