Practice & Share
Practice & Share
Introduce the SSO in Office 365 Applications
Overview of Single Sign-on The whole process of SSO solutions is above. When a user access another...
Date: 03/31/2016
[Office 365 Dev] How to Validate the Access Token Issued by Microsoft Azure AD
By following the document Authorization Code Grant Flow, we can get the access token to access the...
Date: 03/22/2016
[Bluetooth] - How to Host a RFCOMM Service in C++
Introduction Bluetooth is an industry-standard protocol that enables wireless connectivity for...
Date: 08/16/2015
[XAML] - Create Your Own Number Picker Control for Windows Phone
This is the screenshot of the number picker control I created. Steps: #1 in Visual Studio, Add ->...
Date: 08/15/2015
[Universal Windows App] - CalendarView Customization
The Universal Windows Platform introduces a new calendar control named “CalendarView”,...
Date: 08/12/2015
[Universal Windows App] - How to Add Handler to Windows Runtime Event Dynamiclly
Purpose: add a click event handler to all of the buttons in main page #1 Iterate all of the button...
Date: 08/10/2015
[Universal Windows App] - How to Get the Last Write Time of a File From StorageFile
The build-in StorageFile class does not provide any property to get the last write time of a file...
Date: 08/07/2015
How to Obtain the Data Pointer From the IMemoryBufferReference (C# & C++)
The IMemoryBufferReference interface allows a client to retrieve the Capacity of the memory buffer....
Date: 08/06/2015
How to Call the Windows Runtime Component in Standard C++
#1 Create a new Win32 Console Project (named it Win32DesktopApp) #2 Change the target platform to...
Date: 08/04/2015