[Vorlon.js] Focus on DOM Explorer
This article is the first of a new series of articles about Vorlon.js. The goal is to do a focus on a specific feature each time.Today I would like to start with one of the biggest: the DOM...
View ArticleTroubleshooting Web App deployment issues when using Git / GitHub
I setup a Web App to test deployments from GitHub. Once the Web App was created I linked it to GitHub by selecting the “Integrate source control” link on the main page of for the website and selected...
View ArticleHow to Obtain the Data Pointer From the IMemoryBufferReference (C# & C++)
The IMemoryBufferReference interface allows a client to retrieve the Capacity of the memory buffer. The same object identity must also implement the COM interface IMemoryBufferByteAccess. A client...
View ArticleImagine Cup 2015 Day 5
ついに最終日です。最終日はImagine Cup World Championshipと呼ばれるImagine Cup 2015 世界大会の決勝戦です。前日に発表になったGame 部門、World Citizenship 部門、Innovation...
View ArticleAnnouncing Sway General Availability, Windows 10 app and more!
One of the more recent additions to Office 365 is Sway, a creative medium that allows students to illustrate and express their ideas in a fun, interactive way and then very simply share them with their...
View ArticleAnnouncing Sway General Availability, Windows 10 app and more!
One of the more recent additions to Office 365 is Sway, a creative medium that allows students to illustrate and express their ideas in a fun, interactive way and then very simply share them with their...
View ArticleAnnouncing Sway General Availability, Windows 10 app and more!
One of the more recent additions to Office 365 is Sway, a creative medium that allows students to illustrate and express their ideas in a fun, interactive way and then very simply share them with their...
View ArticleA Complete Guide to the MVC 6 Tag Helpers
Tag Helpers are a new feature in MVC that you can use for generating HTML. The syntax looks like HTML (elements and attributes) but is processed by Razor on the server. Tag Helpers are in many ways an...
View ArticleDynamics CRM Online Themes won't work if Enable High Contrast option is checked
One of the biggest changes in CRM Online is the ability of creating Themes in CRM (Settings > Customization > Themes).CRM Themes won’t work if “Enable high contrast” is enabled. The Theme will...
View ArticleGuest post: dotNET{podcast}
Questo post è stato scritto da Roberto Albano, Team Leader in Lynx.Cos'è dotNET{podcast} dotNET{podcast} (www.dotnetpodcast.com) è il primo podcast italiano interamente dedicato alle tecnologie...
View ArticleThe Itanium processor, part 9: Counted loops and loop pipelining
There is a dedicated register named ar.lc for counted loops. The br.cloop instruction acts like this: if (ar.lc != 0) { ar.lc = ar.lc - 1; goto branch; } Consider this loop to increment every 32-bit...
View ArticleNew in VS 2015: /Zc:throwingNew
The C++ Standard defines operator new as failing by throwing an exception – not returning null. And indeed, this is the behavior in VC++, and has been for a number of releases. But it hasn’t always...
View ArticleVoulez-vous continuer à utiliser Windows 7 ?
Face à l’arrivée de Windows 10, certains proposent de faire l’impasse et de rester sur leur ancien système, notamment Windows 7. Comme je l’ai déjà écrit ici, Windows 7 a été conçu il y a plus de 6...
View ArticleTeam Foundation Server 2015 Final Release
Today we released the final version of Team Foundation Server 2015. TFS 2015 is a major step forward, with tons of improvements throughout the development process but with special emphasis on DevOps...
View ArticleHow do you safeguard your business?
What do you do if you lose your laptop? Or someone knows your password to important private documents? How important is security to your small business? We ran an SMB Mini Summit with 20 small business...
View ArticleTeam Foundation Server 2015 Now Available
Today, we are making available the final release of Team Foundation Server 2015. Team Foundation Server 2015 provides a complete on-premises Application Lifecycle Management and DevOps solution for...
View ArticleRequest for feedback: Where would you like our app to go?
Greetings! This is Devon, one of the editors here at Microsoft Press. We hope that you’ve been using our Microsoft Press Guided Tours app. We just added our eighth guided tour to it and the feedback...
View ArticleHow to set up TFS 2015 in a dual server configuration
We're wrapping up work on a new install guide for TFS 2015. Here's what we have for a dual server configuration. If you use it and run in to trouble or just want to comment on it, post a comment...
View ArticleDirectX Tool Kit: Keyboard and Mouse support
The GamePad abstraction in DirectX Tool Kit was designed to simplify implementing game controller input across the spectrum of platforms supported by DirectX Tool Kit: Windows desktop, Xbox One,...
View Article10 Ways You Know You’re a Business Analyst
So you start your day with a quad shot Americano, end up dreaming about countless Excel documents and spend just as much time digging through piles of data as you do scrubbing for insights… Sound...
View Article