MSDN Blogs: Live Writer is open source!
All blog posts in this blog have been posted using Live Writer, a great blogging tool we’ve had for years. However it stopped evolving in recent years and I almost lost hope… but!I’m now posting this...
View ArticleMSDN Blogs: The Accessibility Guide for Windows 10 and Office 2016 - helping...
Last week we released the Accessibility Guide for Educators for Windows 10 and Office 2016. And I put it onto my ‘must share that sometime’ list. But it wasn’t a priority for me, because in the past...
View ArticleMSDN Blogs: Dynamics CRM 2016 新機能: ソリューションフレームワークの拡張 その 4 ソリューションのアップグレード
みなさん、こんにちは。前回に引き続き、Dynamics CRM Online 2016 で拡張されたソリューション フレームワークの機能を紹介します。前回は拡張された機能の概要を紹介 しましたが、今回はソリューションアップグレードの動作を確認してみます。過去の記事は以下のリンクよりご参照ください。ソリューションフレームワークの拡張 その 1ソリューションフレームワークの拡張 その 2...
View ArticleMSDN Blogs: SQLIO Disk Subsystem Benchmark Tool is being retired
We are retiring the “SQLIO Disk Subsystem Benchmark Tool” and the download will no longer be available starting today. The download page will still be online for a while since this tool is very popular...
View ArticleMSDN Blogs: 12/11 - Errata added for [MS-DNSP]: Domain Name Service (DNS)...
In Section 2.2.12.2.6, DNSSRV_ZONE_RRL_STATS, corrected the structure name in a product behavior note: https://msdn.microsoft.com/en-us/library/mt242398.aspx
View ArticleMSDN Blogs: 12/11 - Errata added for [MS-ECS]: Enterprise Client...
In Section 2.2.2.7, FILE_INFO_ENTRY, clarified the description for PrepareResult: https://msdn.microsoft.com/en-us/library/mt242374.aspx
View ArticleMSDN Blogs: 12/11 - Errata added for [MS-FSRVP]: File Server Remote VSS Protocol
In Section 3.1.4.12, DeleteShareMapping (Opnum 11), corrected two names - ShadowCopy.ShareMappingTable changed to ShadowCopy.ShareMappingList and ShadowCopyList.ShadowCopyList changed to...
View ArticleMSDN Blogs: 12/11 - Errata added for [MS-RDPEGFX]: Remote Desktop Protocol:...
Field names were corrected in three sections: https://msdn.microsoft.com/en-us/library/mt242403.aspx
View ArticleMSDN Blogs: 12/11 - Errata added for [MS-SMB2]: Server Message Block (SMB)...
In section 3.3.5.9 Receiving an SMB2 CREATE Request, the first paragraph under Create Context Validation has been changed: https://msdn.microsoft.com/en-us/library/dn785067.aspx
View ArticleMSDN Blogs: 12/11 - Errata added for [MS-WUSP]: Windows Update Services:...
In Section 4 Protocol Examples, the protocol version was changed to 1.8 as defined in section 2.2.2.2: https://msdn.microsoft.com/en-us/library/mt242396.aspx
View ArticleMSDN Blogs: DO YOU TEACH MINECRAFT? Want to collaborate with us?
Teachers, School Staff, Curriculum Providers, Home School Staff, and Other Student Trainers,Do you teach (or help train students on) Minecraft? Do you want to chat with a bunch of Microsoft engineers...
View ArticleMSDN Blogs: X++ in AX7: Static classes
You can now mark a class as static.static class MyClass{} It will not be possible to create instances of this class. This is useful for classes providing static methods only – like the Global class....
View ArticleMSDN Blogs: Connecting SQL Server Profiler to Power BI Desktop
Connecting SQL Server Profiler to your Power BI Desktop Analysis Services InstanceOne of my favorite methods of better understanding any database structure or application is to connect SQL Profiler and...
View ArticleMSDN Blogs: WCF: Suppress multiple 401s in windows authentication
This case study is about discussing 401 challenges in case of windows authentication for WCF service consumers. It covers the perspectives from both IIS hosted and self-hosted service applications. My...
View ArticleMSDN Blogs: SharePoint Performance Monitoring - Performance Counter für...
SharePoint Adventskalender - 12. TürchenPerformance Tuning - Performance Monitoring - Best-Practices für SP-SQL-Konfigurationen - BLOB Management - Backup &...
View ArticleMSDN Blogs: One Line Command to Shutdown all Running Azure VMs using PowerShell
After a long time, I managed one single line command to shutdown all Azure VMs in one single Subscription. Get-AzureVM | Where { $_.Status -ne "StoppedDeallocated" } | Stop-AzureVM -ForceNamoskar!!!
View ArticleMSDN Blogs: Manage your own Azure Subscription using PowerShell
You might be using a Dev/Test Azure account and to save the money you would like to Shutdown all the VMs. Since VMs are creating ad-hoc you don’t know the exact name. But you need to shut them down...
View ArticleMSDN Blogs: Visual Studio Code - NEW FEATURE: Yo Code Generator - TextMate...
The 0.10.1 November release features a plethora of improvements, including...Add TextMate SnippetsAnother addition to the yo code generator is the option to add TextMate Snippets (.tmSnippets) to VS...
View ArticleMSDN Blogs: FEST2015の「りんな」セッションの情報は一般公開されています
例によってすっかり更新が滞っていますが、9月に開催された弊社イベントFEST2015で実施した女子高生人工知能「りんな」のセッションの問い合わせを時々受けるので、ここで情報をまとめておきます。 まずFEST2015および「りんな」セッションの概要は本ブログの告知記事を参照ください。...
View ArticleMSDN Blogs: X++ in AX7: Internal keyword
internal is a new keyword in X++. It has the same semantics as in C#.When you mark a class or method as internal, then it can only be accessed from within the model where it is defined.internal class...
View Article