Heute ist Tag Eins der Microsoft BUILD Conference in San Francisco. Die Konferenz wurde auf Channel9 gestreamed und die Breakout Sessions werden ebenso in Kürze on Demand bereit stehen, die Keynote und einige Sessions sind bereits online. Es gab eine Fülle von Informationen und Neuerungen. Hier einige Highlights ganz rasch zusammengefasst: Windows 10 läuft mittlerweile…
Month: March 2016
C/C++ extension for Visual Studio Code
Post updated on 10/26/2016 to add a section about how to use task extensibility to build your C++ code Post updated on 8/29/2016, Aug release of C++ extension. Introduced support for debugging Windows apps and improvements to Clang format Post updated on 7/26/2016, July release of C++ extension. Introduced support for lldb for Mac and…
C++ Core Guidelines Checkers: Preview of the Lifetime Safety checker
Edit 4 June 2016: We’ve now included the Lifetime checker–and any experimental checkers–in the regular CppCoreCheck package. See the blog post here for details: https://blogs.msdn.microsoft.com/vcblog/2016/06/03/c-core-guidelines-checkers-are-now-in-a-single-nuget-package/ In December we announced the first release of CppCoreCheck: code analysis tools to enforce some of the rules in the C++ Core Guidelines. But while there are three profiles currently…
Presenting Data from an IOT Device onto a Azure WebSite
In this blog I want to expand on the Windows Core IOT project, by presenting the data which is presently being stored in Microsoft Azure IoT Hub data and presenting this live to a Azure Website. Step 1 Create a Service Bus Consumer Group in Microsoft Azure In order to allow several consumer applications…
Azure Active Directory (AAD) Authentication Plug-in for SonarQube
The AAD OAuth2 provider for SonarQube, created by Hosam Kamel and Jean-Marc Prieur (product owner), enables AAD users to automatically be sign up and authenticated on a SonarQube server. Depending on the OAuth 2.0 providers you have enabled on the SonarQube server, you may see several login buttons. In the image below, only the AAD…
Web Test Plug-in for Authentication
Web and Load testing are essential part of application life cycle management . Within Visual Studio, we provide a great template to do web and load testing. This template is used to simulate the application traffic using web tests and simulate high load with the load test template. This works very well for web application,…
Our first steps of embracing DevOps when building Visual Studio Team Services Extensions
Visual Studio Team Services extensions allow us to provide gap-filling solutions on the Visual Studio Marketplace, enhance the product, user productivity and experience. The number of extensions, updates, and associated moving parts have been steadily clocking up. As a consequence we have been been considering the promise of DevOps to embrace a set of processes,…
Considerations around validation errors 41305 and 41325 on memory optimized tables with foreign keys
Reviewed by: Jos de Bruijn; Joe Sack, Mike Weiner, Mike Ruthruff, Kun Cheng Transactions on memory optimized tables in SQL Server 2014, SQL Server 2016 and Azure SQL Database are implemented with an optimistic concurrency model with multi-version concurrency control. Each transaction has its own transactionally consistent version of rows and the inherent assumption is…
Azure AD B2C の Page UI Customize の実践
Azure AD B2C における実践的な Page UI Customize の編集ノウハウ (How-To) を紹介します。
#Ch9weekly – SQL Server 2016 und JSON support
Jede Woche stellen wir ein interessantes Channel 9 Video für Euch hier zur Verfügung, damit Ihr stets einen Wissensvorsprung haben könnt. JSON, als kompaktes Datenformat zum Datenaustausch zwischen Anwendungen, zeigt sich von immer größerer Beliebtheit und aus diesem Grund bietet auch Microsoft mit dem SQL Server 2016 neue Möglichkeiten zur perfekten Zusammenarbeit. Viel Spaß