OneCode Team Blog
A world of code samples based on Developers' real-world pains and needs
[Sample Of Feb. 04] How to load local assembly in WF4
Feb. 04 Sample : https://code.msdn.microsoft.com//How-to-load-local-assembly-ccd73ab4 The project...
Author: Bo Song Date: 02/03/2015
[Sample Of Feb. 03] How to manage Azure BLOB storage content in Windows Store apps
Feb. 03 Sample : https://code.msdn.microsoft.com//How-to-use-MicrosoftWindows-13af488c Windows Azure...
Author: Bo Song Date: 02/02/2015
[Sample Of Jan. 30] How to use Windows Azure Mobile Services to operate Azure blob storage from WP
Jan. 30 Sample : https://code.msdn.microsoft.com//How-to-use-Windows-Azure-5c0ffb31 This...
Author: Bo Song Date: 01/29/2015
[Sample Of Jan. 29] How to achieve breakpoint resume when upload big file to blob (VS2013)
Jan. 29 Sample : https://code.msdn.microsoft.com//How-to-achieve-breakpoint-d26e4690 Sometimes we...
Author: Bo Song Date: 01/28/2015
[Sample Of Jan. 28] How to achieve breakpoint resume when upload big file to blob (VS2012)
Jan. 28 Sample : https://code.msdn.microsoft.com//How-to-achieve-breakpoint-518245b9 Sometimes we...
Author: Bo Song Date: 01/27/2015
[Sample Of Jan. 27] Determine if a Windows Azure instance is in Production or in the Staging slot
Jan. 27 Sample : https://code.msdn.microsoft.com//Determine-if-a-Windows-d1f599b5 The sample code...
Author: Bo Song Date: 01/26/2015
[Sample Of Jan. 26] How to use WIF to authenticate against domain ADFS in Windows Azure Web Role app
Jan. 26 Sample : https://code.msdn.microsoft.com//How-to-use-WIF-to-def0de33 CSAzureWebRoleIdentity...
Author: Bo Song Date: 01/26/2015
[Sample Of Jan. 24] Create a three-tier ASP.NET web application with Entity Framework and Self Track
Jan. 24 Sample : https://code.msdn.microsoft.com//Create-a-three-tier-ASPNET-a742cee5 The sample...
Author: Bo Song Date: 01/24/2015
[Sample Of Jan. 23] How to use Live ID as a web identity for Azure-based service
Jan. 23 Sample : https://code.msdn.microsoft.com//How-to-use-Live-ID-as-a-a031745e ACS is built on...
Author: Bo Song Date: 01/23/2015
[Sample Of Jan. 22] How to register COM components in Windows Azure programatically
Jan. 22 Sample : https://code.msdn.microsoft.com//How-to-register-COM-a77ddd7f While migrating...
Author: Bo Song Date: 01/22/2015
[Sample Of Jan. 21] How to increase the idle timeout property in IIS for Windows Azure applications
Jan. 21 Sample : https://code.msdn.microsoft.com//How-to-increase-the-idle-ca36c7ad App-pool Idle...
Author: Bo Song Date: 01/21/2015
[Sample Of Jan. 20] How to bind enum to RadioButtons in universal Windows apps
Jan. 20 Sample : https://code.msdn.microsoft.com//How-to-bind-enum-to-27399bd2 The Customer class in...
Author: Bo Song Date: 01/19/2015
[Sample Of Jan. 16] How to pick and manipulate a 3D object using DirectX in Universal apps
Jan. 16 Sample : https://code.msdn.microsoft.com//How-to-pick-and-manipulate-089639ab This sample...
Author: Bo Song Date: 01/15/2015
[Sample Of Jan. 15] How to dynamically create DataTemplate in universal Windows apps
Jan. 15 Sample : https://code.msdn.microsoft.com//How-to-dynamically-create-ac307314 We demonstrate...
Author: Bo Song Date: 01/14/2015
Bing Developer Assistant for Visual Studio 2015 Preview is Released
Today we are excited to announce the release of Bing Developer Assistant for Visual Studio 2015...
Author: OneCode Team Date: 01/14/2015
[Sample Of Jan. 14] How to bind command to a button in the DataTemplate in universal Windows apps
Jan. 14 Sample : https://code.msdn.microsoft.com//How-to-bind-command-to-a-299f7759 We’ll...
Author: Bo Song Date: 01/13/2015
[Sample Of Jan. 13] How to download or upload multiple files in Windows Azure blob storage (VS2012)
Jan. 13 Sample : https://code.msdn.microsoft.com//How-to-or-upload-multiple-4ae90c34 For users with...
Author: Bo Song Date: 01/12/2015
[Sample Of Jan. 12] How to download or upload multiple files in Windows Azure blob storage (VS2013)
Jan. 12 Sample : https://code.msdn.microsoft.com//How-to-or-upload-multiple-41e0bcb3 For users with...
Author: Bo Song Date: 01/11/2015
[Sample Of Jan. 09] How to bind simple data to a SemanticZoom control in universal Windows apps
Jan. 09 Sample : https://code.msdn.microsoft.com//How-to-bind-simple-data-to-486f300b There’s...
Author: Bo Song Date: 01/08/2015
[Sample Of Jan. 08] How to select an item in a TreeView on right click in WPF applications
Jan. 08 Sample : https://code.msdn.microsoft.com//How-to-select-an-item-in-a-f8d71da6 This code...
Author: Bo Song Date: 01/07/2015
[Sample Of Jan. 07] How to add a hint text to a WPF Textbox
Jan. 07 Sample : https://code.msdn.microsoft.com//How-to-add-a-hint-text-to-ad928cd2 The project...
Author: Bo Song Date: 01/06/2015
[Sample Of Jan. 06] How to create a SDI with Multi-Views in MFC
Jan. 06 Sample : https://code.msdn.microsoft.com//How-to-create-a-SDI-with-3d4d4594 This sample...
Author: Bo Song Date: 01/05/2015
[Sample Of Jan. 05] How to filter data in your View Model in universal Windows apps
Jan. 05 Sample : https://code.msdn.microsoft.com//How-to-filter-data-in-your-5222f2e3 This sample is...
Author: Bo Song Date: 01/04/2015
[Sample Of Jan. 02] How to control your role instances programmatically in Azure using a WCF service
Jan. 02 Sample : https://code.msdn.microsoft.com//Get-internal-IP-address-549b5294 Many developers...
Author: Bo Song Date: 01/02/2015
[Sample Of Jan. 01] How to bind HTML from a data model to a WebView in a universal Windows app
Jan. 01 Sample : https://code.msdn.microsoft.com//How-to-bind-HTML-from-a-7a6ff47c It's been said...
Author: Bo Song Date: 01/01/2015
[Sample Of Dec. 31] How to get WCF service contract programmatically from WSDL of the service
Dec. 31 Sample : https://code.msdn.microsoft.com//The-illustrates-how-to-get-8adc4264 The project...
Author: Bo Song Date: 12/31/2014
[Sample Of Dec. 30] How to compress files into a single .gz file for download in ASP.NET(VS2010)
Dec. 30 Sample : https://code.msdn.microsoft.com//How-to-compress-files-into-175143d0 Many people...
Author: Bo Song Date: 12/30/2014
[Sample Of Dec. 29] How to compress files into a single .gz file for download in ASP.NET(VS2012)
Dec. 29 Sample : https://code.msdn.microsoft.com//How-to-compress-files-into-c1c36b7c The sample...
Author: Bo Song Date: 12/29/2014
[Sample Of Dec. 23] How to add wartermark text/image to a bitmap in Windows Store app
Dec. 23 Sample : https://code.msdn.microsoft.com//How-to-add-wartermark-f6313fad In Windows Store...
Author: Bo Song Date: 12/23/2014
[Sample Of Dec. 22] How to delete a row from Windows Azure Table storage without retrieving it first
Dec. 22 Sample : https://code.msdn.microsoft.com//How-to-delete-a-row-from-4c051eda When you develop...
Author: Bo Song Date: 12/21/2014
[Sample Of Dec. 18] How to Highlight Matching SubStrings Inside Listbox in WPF
Dec. 18 VS2010: https://code.msdn.microsoft.com//How-to-Highlight-Matching-a1f82c6b VS2012:...
Author: Bo Song Date: 12/17/2014
[Sample Of Dec. 17] How to display ProgressRing over WebView in universal Windows apps
Dec. 17 Sample : https://code.msdn.microsoft.com//How-to-put-a-ProgressRing-0ecc7c2b This sample...
Author: Bo Song Date: 12/16/2014
[Sample Of Dec. 16] How to Create Master-Detail ListBox in a universal Windows app
Dec. 16 Sample : https://code.msdn.microsoft.com//How-to-create-detail-b87a60fa This sample...
Author: Bo Song Date: 12/15/2014
[Sample Of Dec. 15] How to download and extract zip file in universal Windows apps
Dec. 15 Sample : https://code.msdn.microsoft.com//How-to-and-extract-zip-a4794b24 This code sample...
Author: OneCode Team Date: 12/14/2014
[Sample Of Dec. 13] How to intercept JavaScript alert in WebView in universal Windows apps
Dec. 13 Sample : https://code.msdn.microsoft.com//How-to-intercept-854d33da The Windows 8 & 8.1...
Author: OneCode Team Date: 12/12/2014
[Sample Of Dec. 12] How to search and highlight the search term in WebView in universal Windows apps
Dec. 12 Sample : https://code.msdn.microsoft.com//How-to-search-and-248d933f WebView continues to be...
Author: OneCode Team Date: 12/11/2014
[Sample Of Nov. 28] How to Resize WPF panel on Runtime.
Nov. 28 Sample : https://code.msdn.microsoft.com//How-to-Resize-WPF-panel-on-62fbbf12 In WPF...
Author: Bo Song Date: 11/27/2014
[Sample Of Nov. 27] How to Use Microsoft Azure Access Control Service with JWT
Nov. 27 Sample : https://code.msdn.microsoft.com//How-to-Use-Azure-Access-c4949d8b This article and...
Author: Bo Song Date: 11/26/2014
[Sample Of Nov. 26] How to view Windows Azure SQL Reporting Services via Report Viewer
Nov. 26 Sample : https://code.msdn.microsoft.com//How-to-view-Windows-Azure-565fbef2 This sample...
Author: Bo Song Date: 11/25/2014
[Sample Of Nov. 25] How to use Windows Azure ACS to authenticate in WPF application
Nov. 25 Sample : https://code.msdn.microsoft.com//How-to-use-Windows-Azure-39c02bcc This article and...
Author: Bo Song Date: 11/24/2014
[Sample Of Nov. 24] How to add checkbox and dropdownlist column in ASP.NET MVC WebGrid
Nov. 24 Sample : https://code.msdn.microsoft.com//How-to-add-checkbox-and-af1be797 This sample will...
Author: Bo Song Date: 11/23/2014
[Sample Of Nov. 14] How to delete a row from Windows Azure Table storage without retrieving it first
Nov. 14 Sample : https://code.msdn.microsoft.com//How-to-delete-a-row-from-4c051eda This sample...
Author: OneCode Team Date: 11/13/2014
Differences between Visual Studio 2013 Community Edition and Visual Studio 2013 Pro Edition
Visual Studio 2013 Community Edition is newly released today. Visual Studio Community 2013 includes...
Author: OneCode Team Date: 11/13/2014
[Sample Of Nov. 13] How to Use Microsoft Azure Access Control Service with JWT
Nov. 13 Sample : https://code.msdn.microsoft.com//How-to-Use-Azure-Access-55466410 This article and...
Author: OneCode Team Date: 11/12/2014
Differences between Visual Studio Community Edition and Express Editions
First of all, both are free! Visual Studio Community Edition is newly released today. There are two...
Author: OneCode Team Date: 11/12/2014
Free Visual Studio Community edition released today!
Visual Studio Community 2013 is released today. Free of charge! It gives you almost all...
Author: OneCode Team Date: 11/12/2014
[Sample Of Nov. 12] How to Resize WPF panel on Runtime.
Nov. 12 Sample : https://code.msdn.microsoft.com//How-to-Resize-WPF-panel-on-637f7bce In WPF...
Author: OneCode Team Date: 11/11/2014
[Sample Of Nov. 11] How to pick and manipulate a 3D object using DirectX in Universal apps
Nov. 11 Sample : https://code.msdn.microsoft.com//How-to-pick-and-manipulate-089639ab This sample...
Author: OneCode Team Date: 11/10/2014
[Sample Of Nov. 10] How to save SurfaceImageSource target as an image in Universal app
Nov. 10 Sample : https://code.msdn.microsoft.com//How-to-save-SurfaceImageSou-8668a455 ...
Author: OneCode Team Date: 11/09/2014
[Sample Of Nov. 07] How to compress files into a single .gz file for download in ASP.NET(VS2010)
Nov. 07 Sample : https://code.msdn.microsoft.com//How-to-compress-files-into-175143d0 Many people...
Author: Bo Song Date: 11/07/2014