Microsoft All-In-One Code Framework
The Microsoft All-In-One Code Framework is a free, centralized code sample library provided by the Microsoft Community team. Our goal is to provide typical code samples for all Microsoft development technologies.
[Sample of Nov 18th] Show the Cancel button in Silverlight 4 DataForm
Sample Download : https://code.msdn.microsoft.com/CSSL4DataFormCancelButton-a61472ff This code sample...
Author: philip fu Date: 11/18/2012
[Sample of Nov 17th] filter data using jquery load
Sample Download: https://code.msdn.microsoft.com/JqueryFilterLoadDynamicCont-2b5f50e5 The sample code...
Author: philip fu Date: 11/17/2012
Windows Store app How-do-I Code Sample Videos on Channel 9
Microsoft All-In-One Code Framework is featured by code samples that address frequently asked...
Author: Jialiang Ge [MSFT] Date: 11/16/2012
[Sample of Nov 16th] Set the desktop wallpaper
Sample Download : CS Version: https://code.msdn.microsoft.com/CSSetDesktopWallpaper-2107409c VB...
Author: philip fu Date: 11/16/2012
[Sample of Nov15th] Automate Office Ribbon through MSAA
Sample Download : https://code.msdn.microsoft.com/VBOfficeRibbonAccessibility-8d3c37fd This example...
Author: philip fu Date: 11/15/2012
[Sample of Nov 14th] Cascade WPF DataGrid combobox columns
Sample Download : CS Version: https://code.msdn.microsoft.com/CSWPFCascadeDataGridComboBo-676e910f VB...
Author: philip fu Date: 11/14/2012
[Sample of Nov 13rd] Drag and drop ListView item using jQuery
Sample Download : CS Version: https://code.msdn.microsoft.com/CSASPNETDragItemInListView-09a18768 VB...
Author: philip fu Date: 11/13/2012
[Sample of Nov 12nd] UAC self-elevation
Sample Download : CS Version: https://code.msdn.microsoft.com/CSUACSelfElevation-5736ee90 VB Version:...
Author: philip fu Date: 11/12/2012
[Sample of Nov 11st] Window subclassing demo
Sample Download : https://code.msdn.microsoft.com/CppWindowsSubclassing-2ef7ee53 If a control or a...
Author: philip fu Date: 11/11/2012
[Sample of Nov 9th] Binding DataGrid with Two way mode and MVVM pattern
Sample Download : CS Version: https://code.msdn.microsoft.com/CSSL4DataGridBindingInMVVM-a5ad2cc5 VB...
Author: philip fu Date: 11/09/2012
[Sample of Nov 8th] ASP.NET ImageMap control demo
Sample Download : CS Version: https://code.msdn.microsoft.com/CSASPNETImageMap-01573310 VB Version:...
Author: philip fu Date: 11/08/2012
[Sample of Nov 7th] Customize Outlook UI with VSTO Ribbon designer
Sample Download : https://code.msdn.microsoft.com/CSOutlookUIDesigner-3951f050 The code sample shows...
Author: philip fu Date: 11/07/2012
[Sample of Nov 6th] Batch data update in an Excel-like GridView in ASP.NET
Sample Download : CS Version: https://code.msdn.microsoft.com/CSASPNETExcelLikeGridView-a88756b3 VB...
Author: philip fu Date: 11/06/2012
[Sample of Nov 5th] Windows hook demo
Sample Download : https://code.msdn.microsoft.com/CppWindowsHook-06957865 A hook is a point in the...
Author: philip fu Date: 11/05/2012
[Sample of Nov 4th] Get geographical location from visitor IP in ASP.NET
Sample Download : CS Version: https://code.msdn.microsoft.com/CSASPNETIPtoLocation-2f03490c VB...
Author: philip fu Date: 11/04/2012
[Sample of Nov 3rd] Embed ActiveX control in HTML
Sample Download: https://code.msdn.microsoft.com/HTMLEmbedActiveX-fbab105b The sample demonstrates an...
Author: philip fu Date: 11/03/2012
[Sample of Nov 2nd] Implement auto-complete textbox in WPF
Sample Download : CS Version: https://code.msdn.microsoft.com/CSWPFAutoCompleteTextBox-08fe0116 VB...
Author: philip fu Date: 11/02/2012
[Sample of Nov 1st] Office managed COM addIn shim
Sample Download : https://code.msdn.microsoft.com/CppOfficeManagedCOMAddInShi-39f7be85 When we build...
Author: philip fu Date: 11/01/2012
[Sample of Oct 31st] EF4 Lazy Loading feature demo
Sample Download : CS Version: https://code.msdn.microsoft.com/CSEFLazyLoading-d88aa2cd VB Version:...
Author: philip fu Date: 10/31/2012
[Sample of Oct 30th] Socket programming in Silverlight
Sample Download : CS Version: https://code.msdn.microsoft.com/CSSL4SocketProgramming-34ed98c2 VB...
Author: philip fu Date: 10/30/2012
[Sample of Oct 29th] VSTO Interop with Excel VBA macros
Sample Download : CS Version: https://code.msdn.microsoft.com/CSVstoVBAInterop-8e7e9b92 VB Version:...
Author: philip fu Date: 10/29/2012
[Sample of Oct 28th] Windows Forms databind nested properties
Sample Download : CS Version: https://code.msdn.microsoft.com/CSWinFormBindingNestedPrope-a3dca4ef VB...
Author: philip fu Date: 10/28/2012
[Sample of Oct 27th] WPF clipboard viewer
Sample Download : CS Version: https://code.msdn.microsoft.com/CSWPFClipboardViewer-00ffa0d9 VB...
Author: philip fu Date: 10/27/2012
[Sample of Oct 26th] Monitor registry changes
Sample Download : CS Version: https://code.msdn.microsoft.com/CSMonitorRegistryChange-d297cdf0 VB...
Author: philip fu Date: 10/26/2012
[Sample of Oct 25th] Load large dataset with infinite scroll in ASP.NET
Sample Download : CS Version: https://code.msdn.microsoft.com/CSASPNETInfiniteLoading-16f5bdb8 VB...
Author: philip fu Date: 10/25/2012
[Sample of Oct 24th] Code syntax highlight in ASP.NET webpage
Sample Download : https://code.msdn.microsoft.com/CSASPNETHighlightCodeInPage-aba2cb53 Sometimes we...
Author: philip fu Date: 10/24/2012
[Sample of Oct 23rd] A sample music player supporting playlist in Silverlight
Sample Download : CS Version: https://code.msdn.microsoft.com/CSSL4MusicPlayer-069bbbf8 VB Version:...
Author: philip fu Date: 10/23/2012
[Sample of Oct 22nd] serviced component in .NET
Sample Download : CS Version: https://code.msdn.microsoft.com/CSServicedComponent-d4d0aa0b VB...
Author: philip fu Date: 10/22/2012
[Sample of Oct 21st] UDP multicast client in Silverlight
Sample Download : https://code.msdn.microsoft.com/CSSL4UdpAnySourceMulticastL-3fb81c14 This code...
Author: philip fu Date: 10/21/2012
[Sample of Oct 20th] Thread synchronization via Threading.Monitor
Sample Download : CS Version: https://code.msdn.microsoft.com/CSThreadingMonitor-ed34e1ae VB Version:...
Author: philip fu Date: 10/20/2012
[Sample of Oct 19th] ASP.NET TreeView Data Binding to XML String
Sample Download : CS Version: https://code.msdn.microsoft.com/CSASPNETDataBindingByXMLStr-7e52de2c VB...
Author: philip fu Date: 10/19/2012
[Sample of Oct 18th] Detect the process running platform in .NET
Sample Download : CS Version: https://code.msdn.microsoft.com/CSPlatformDetector-e7a99806 VB Version:...
Author: philip fu Date: 10/18/2012
[Sample of Oct 17th] Protocol Bridging with ServiceBus and WCF4
Sample Download : CS Version: https://code.msdn.microsoft.com/CSAzureServiceBusProtocolBr-7b28ab4f VB...
Author: philip fu Date: 10/17/2012
[Sample of Oct 16th] Use shared memory for IPC in C#
Sample Download : https://code.msdn.microsoft.com/CSFileMappingClient-50e7ebc1 File mapping is a...
Author: philip fu Date: 10/16/2012
Sharing 7 New SQL Server T-SQL Script Samples from All-In-One Script Framework (AIOSF)
Our sister project for IT Pros – All-In-One Script Framework – is releasing 7 new T-SQL script...
Author: Jialiang Ge [MSFT] Date: 10/16/2012
[Sample of Oct 15th] Windows Forms Graphics demo
Sample Download : CS Version: https://code.msdn.microsoft.com/CSWinFormGraphics-b9c1e8b7 VB Version:...
Author: philip fu Date: 10/15/2012
[Sample of Oct 14th] RDLC mraster-detail report in ASP.NET
Sample Download : https://code.msdn.microsoft.com/CSASPNETRDLCMainSubReport-4c4cf63b This sample...
Author: philip fu Date: 10/14/2012
Sample Browser Visual Studio Extension is localized and introduced to Japan
デザインが洗練されていて非常に使いやすいと思います。カテゴリが分けられており探したコードを早く見つけることができて高評価です。やはり日本語対応でしょうか。英語を読める方であれば問題ないと思いますが、日...
Author: Jialiang Ge [MSFT] Date: 10/14/2012
[Sample of Oct 13rd] Two-level grouped data displayed in WPF
Sample Download : CS Version: https://code.msdn.microsoft.com/CSWPFTwoLevelGrouping-8ba95b44 VB...
Author: philip fu Date: 10/13/2012
[Sample of Oct 12nd] Add a captcha control to CreateUserWizard
Sample Download :https://code.msdn.microsoft.com/CSASPNETCaptchaControl-e5053ab5 The project...
Author: philip fu Date: 10/12/2012
[Sample of Oct 11st] Extract and convert audio file
Sample Download : CS Version: https://code.msdn.microsoft.com/CSExtractAudioFile-f5b395f3 VB Version:...
Author: philip fu Date: 10/11/2012
[Sample of Oct 10th] OneNote Ribbon addin
Sample Download : CS Version: https://code.msdn.microsoft.com/CSOneNoteRibbonAddIn-c3547362 VB...
Author: philip fu Date: 10/10/2012
[Sample of Oct 9th] Suppress errors in WebBrowser control
Sample Download : CS Version: https://code.msdn.microsoft.com/CSWebBrowserSuppressError-c0c25273 VB...
Author: philip fu Date: 10/09/2012
[Sample of Oct 8th] Print an image using ShellExecute
Sample Download : https://code.msdn.microsoft.com/CSShellPrintImageWithShellE-adda9973 The sample...
Author: philip fu Date: 10/08/2012
[Sample of Oct 7th] Adding/Removing Catalog Files using CAPI in C++
Sample Download :https://code.msdn.microsoft.com/CppCATAdmin-6a7f5941 This program demonstrates how...
Author: philip fu Date: 10/07/2012
[Sample of Oct 6th] Dynamically build lambda expression
Sample Download : CS Version: https://code.msdn.microsoft.com/CSDynamicallyBuildLambdaExp-d75a695b VB...
Author: philip fu Date: 10/06/2012
[Sample of Oct 5th] Create a soft keyboard
Sample Download : CS Version: https://code.msdn.microsoft.com/CSSoftKeyboard-0a86f914 VB Version:...
Author: philip fu Date: 10/05/2012
[Sample of Oct 4th] Create a TFS event listener using WCF
Sample Download : https://code.msdn.microsoft.com/VBTFSEventListener-02ca7c2f The sample demonstrates...
Author: philip fu Date: 10/04/2012
[Samle of Oct 3rd] Detect Browser Close Event
Sample Download : https://code.msdn.microsoft.com/CSASPNETDetectBrowserCloser-602e8486 As we know,...
Author: philip fu Date: 10/03/2012
[Sample of Oct 2nd] ASP.NET upload/download file to remote server
Sample Download : CS Version: https://code.msdn.microsoft.com/CSASPNETRemoteUploadAndDown-a80b7cb5 VB...
Author: philip fu Date: 10/02/2012