CodeProject
November, 2012 - Microsoft All-In-One Code Framework - Site Home - MSDN Blogs
Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Microsoft All-In-One Code Framework - Developers' Pain Killer
Home
Introduction
FAQ
Who We Are
About Us
Contact Us
How We Kill Developers' Pains
Overview
Code Samples
Sample Request Service
Sample Browser
Sample of the Day
Achievements
Global Microsoft Next 2011
3 Years, 5M Downloads
Kudos
News
What's Next
Coming Soon
2012 Plan
2013 Plan
Resources
Documents
Pictures
Videos
Links
Are you frustrated by the lack of samples for certain programming tasks?
Have you struggled to quickly get started with a technique?
Have you expected someone to write samples for you based on your requests?
Are you attracted by a one-stop shop of all typical code samples?
Microsoft All-In-One Code Framework is a free, centralized code sample library driven by developers' real-world pains and needs. The goal is to provide customer-driven code samples for all Microsoft development technologies, and reduce developers' efforts in solving typical programming tasks. Our team listens to developers’ pains in the MSDN forums, social media and various DEV communities. We write code samples based on developers’ frequently asked programming tasks, and allow developers to download them with a short sample publishing cycle. Additionally, we offer a free code sample request service. It is a proactive way for our developer community to obtain code samples directly from Microsoft.
Blog - Title
November, 2012
Channel 9 Interview
Microsoft Next
Common Tasks
Blog Home
Email Blog Author
RSS for comments
RSS for posts
Atom
Search
Tags
.NET Framework
ADO.NET
AJAX
ASP.NET
Blog
Entity Framework
Network
News
Office
Office Development
Release
SampleBrowser
SampleOfTheDay
SharePoint
Silverlight
TFS
VSX
Windows 8
Windows Azure
Windows Forms
Windows General
Windows Phone
Windows Phone 7
Windows SDK
WPF
Archives
Archives
June 2013
(17)
May 2013
(26)
April 2013
(25)
March 2013
(25)
February 2013
(24)
January 2013
(32)
December 2012
(30)
November 2012
(31)
October 2012
(33)
September 2012
(6)
August 2012
(3)
July 2012
(31)
June 2012
(33)
May 2012
(37)
April 2012
(31)
March 2012
(34)
February 2012
(16)
December 2011
(2)
November 2011
(1)
October 2011
(2)
September 2011
(1)
August 2011
(2)
July 2011
(5)
June 2011
(1)
May 2011
(3)
April 2011
(3)
March 2011
(4)
February 2011
(3)
January 2011
(3)
December 2010
(1)
November 2010
(23)
October 2010
(3)
September 2010
(4)
August 2010
(3)
June 2010
(2)
May 2010
(3)
March 2010
(5)
February 2010
(2)
January 2010
(3)
December 2009
(3)
November 2009
(3)
October 2009
(4)
September 2009
(9)
August 2009
(3)
July 2009
(1)
June 2009
(1)
May 2009
(1)
April 2009
(2)
News
Sample of the Day
Sample Browser
Learn Windows 8
Learn Windows Phone
All-In-One Code Framework Blogs
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Microsoft All-In-One Code Framework
[Sample of Nov 29th] Crop bitmap in a Windows Store app
Posted
6 months ago
by
philip fu
0
Comments
Sample Download : CS Version: http://code.msdn.microsoft.com/CSWin8AppCropBitmap-52fa1ad7 VB Version: http://code.msdn.microsoft.com/VBWindowsStoreAppCropBitmap-d1d416f5 This sample demonstrates how to crop bitmap in Windows Store App. ...
Microsoft All-In-One Code Framework
[Sample of Nov 28th] Get desired result by AJAX calls
Posted
6 months ago
by
philip fu
0
Comments
Sample Download : CS Version: http://code.msdn.microsoft.com/CSASPNETGetDesiredResultByA-b311498b VB Version: http://code.msdn.microsoft.com/VBASPNETGetDesiredResultByA-ca8db826 The sample code demonstrates how to use Render event in ASP.NET...
Microsoft All-In-One Code Framework
Microsoft Channel 9 Interviews Mei Liang to Introduce Sample Browser Extension for Visual Studio 2012 and 2010
Posted
6 months ago
by
Jialiang Ge [MSFT]
3
Comments
This morning, Microsoft Channel 9 interviewed Mei Liang - Group Manager of Microsoft All-In-One Code Framework - to introduce the newest Sample Browser extension for Visual Studio 2012 &2010 . This extension provides a way for developers to search...
Microsoft All-In-One Code Framework
[Sample of Nov 27th] Dynamically build lambda expression
Posted
6 months ago
by
philip fu
0
Comments
Sample Download : http://code.msdn.microsoft.com/CSDynamicallyBuildLambdaExp-d75a695b This sample demonstrates how to dynamically build lambda expression and show data into DataGridView Control. It shows multiple conditions jointing together and dynamically...
Microsoft All-In-One Code Framework
[Sample of Nov 26th] C++ Windows app uses WM_COPYDATA for IPC
Posted
6 months ago
by
philip fu
0
Comments
Sample Download : http://code.msdn.microsoft.com/CppSendWMCOPYDATA-f75bc681 This code sample demonstrates sending a custom data structure (MY_STRUCT) to the receiving Windows application (CppReceiveWM_COPYDATA) by using SendMessage(WM_COPYDATA). If...
Microsoft All-In-One Code Framework
[Sample of Nov 25th] Use Silverlight along with SharePoint
Posted
6 months ago
by
philip fu
0
Comments
Sample Download : http://code.msdn.microsoft.com/CSSharePointSilverlightInte-88fd7b56 The code sample demonstrates how to use Silverlight along with SharePoint. A Silverlight application can be hosted inside a SharePoint site and it is called as a...
Microsoft All-In-One Code Framework
[Sample of Nov 23rd] Windows Forms localization demo
Posted
6 months ago
by
philip fu
0
Comments
Sample Download : CS Version: http://code.msdn.microsoft.com/CSWinFormLocalization-59675a87 VB Version: http://code.msdn.microsoft.com/VBWinFormLocalization-966546b3 The Windows Forms Localization sample demonstrates how to localize Windows Forms...
Microsoft All-In-One Code Framework
Happy Thanksgiving! Thank you from Microsoft All-In-One Code Framework
Posted
6 months ago
by
Jialiang Ge [MSFT]
0
Comments
Nov 22 is Thanksgiving in U.S. This is a holiday where we are thankful for the people and circumstances in our lives. It is a good time to say thank you . We are deeply grateful for your supports and helps. You, our readers, the...
Microsoft All-In-One Code Framework
[Sample of Nov 22nd] Disable script after execution in ASP.NET
Posted
6 months ago
by
philip fu
0
Comments
Sample Download : CS Version: http://code.msdn.microsoft.com/CSASPNETDisableScriptAfterE-8bf228fd VB Version: http://code.msdn.microsoft.com/VBASPNETDisableScriptAfterE-7b6d469c The sample code illustrates how to register script code at code...
Microsoft All-In-One Code Framework
[Sample of Nov 21st] Get selected item by code in ASP.NET
Posted
6 months ago
by
philip fu
0
Comments
Sample Download CS Version: http://code.msdn.microsoft.com/CSASPNETGetSelectedValueOfA-64d156dd VB Vesrion: http://code.msdn.microsoft.com/VBASPNETGetSelectedValueOfA-c2282347 This demo shows how you can get selected item when you select an item...
Microsoft All-In-One Code Framework
[Sample of Nov 20th] WCF Data Services demo
Posted
6 months ago
by
philip fu
0
Comments
Sample Download : CS Version: http://code.msdn.microsoft.com/CSADONETDataService-d10ab814 VB Version: http://code.msdn.microsoft.com/VBADONETDataService-e83382ce CSADONETDataServiceClient example demonstrates an ADO.NET Data Service client application...
Microsoft All-In-One Code Framework
[Sample of Nov 19th] Drag and drop file to Silverlight app
Posted
6 months ago
by
philip fu
1
Comments
Sample Download : CS Version: http://code.msdn.microsoft.com/CSSL4FileDragDrop-b44a2dd1 VB Version: http://code.msdn.microsoft.com/VBSL4FileDragDrop-6b3a2f23 Drag&Drop is the new supported feature in Silverlight4. In this sample, we demonstrate...
Microsoft All-In-One Code Framework
[Sample of Nov 18th] Show the Cancel button in Silverlight 4 DataForm
Posted
7 months ago
by
philip fu
2
Comments
Sample Download : http://code.msdn.microsoft.com/CSSL4DataFormCancelButton-a61472ff This code sample demonstrates how to show Cancel Button in DataForm when editting. You can find more code samples that demonstrate the most typical programming scenarios...
Microsoft All-In-One Code Framework
[Sample of Nov 17th] filter data using jquery load
Posted
7 months ago
by
philip fu
0
Comments
Sample Download: http://code.msdn.microsoft.com/JqueryFilterLoadDynamicCont-2b5f50e5 The sample code demonstrates how to load dynamic ASPX pages in order to filter the data. With using of jQuery.load() function, we can call the page with provided query...
Microsoft All-In-One Code Framework
Windows Store app How-do-I Code Sample Videos on Channel 9
Posted
7 months ago
by
Jialiang Ge [MSFT]
0
Comments
Microsoft All-In-One Code Framework is featured by code samples that address frequently asked programming requests in MSDN forums and Microsoft Support. In order to give Developers’ an easier, quicker and more enjoyable learning experience of our...
Microsoft All-In-One Code Framework
[Sample of Nov 16th] Set the desktop wallpaper
Posted
7 months ago
by
philip fu
0
Comments
Sample Download : CS Version: http://code.msdn.microsoft.com/CSSetDesktopWallpaper-2107409c VB Version: http://code.msdn.microsoft.com/VBSetDesktopWallpaper-7dd9f27d This code sample application allows you select an image, view a preview (resized...
Microsoft All-In-One Code Framework
[Sample of Nov15th] Automate Office Ribbon through MSAA
Posted
7 months ago
by
philip fu
0
Comments
Sample Download : http://code.msdn.microsoft.com/VBOfficeRibbonAccessibility-8d3c37fd This example illustrates how to pinvoke the Microsoft Active Accessibilty (MSAA) API to automate Office Ribbon controls. The code calls the following APIs, AccessibleObjectFromWindow...
Microsoft All-In-One Code Framework
[Sample of Nov 14th] Cascade WPF DataGrid combobox columns
Posted
7 months ago
by
philip fu
0
Comments
Sample Download : CS Version: http://code.msdn.microsoft.com/CSWPFCascadeDataGridComboBo-676e910f VB Version: http://code.msdn.microsoft.com/VBWPFCascadeDataGridComboBo-d8e58c13 The sample demonstrates how to show cascade data in the look up...
Microsoft All-In-One Code Framework
[Sample of Nov 13rd] Drag and drop ListView item using jQuery
Posted
7 months ago
by
philip fu
0
Comments
Sample Download : CS Version: http://code.msdn.microsoft.com/CSASPNETDragItemInListView-09a18768 VB Version: http://code.msdn.microsoft.com/VBASPNETDragItemInListView-5c361870 The project illustrates how to drag and drop items in ListView using...
Microsoft All-In-One Code Framework
[Sample of Nov 12nd] UAC self-elevation
Posted
7 months ago
by
philip fu
0
Comments
Sample Download : CS Version: http://code.msdn.microsoft.com/CSUACSelfElevation-5736ee90 VB Version: http://code.msdn.microsoft.com/VBUACSelfElevation-39b7606f Cpp Version: http://code.msdn.microsoft.com/CppUACSelfElevation-5bfc52dd User Account...
Microsoft All-In-One Code Framework
[Sample of Nov 11st] Window subclassing demo
Posted
7 months ago
by
philip fu
0
Comments
Sample Download : http://code.msdn.microsoft.com/CppWindowsSubclassing-2ef7ee53 If a control or a window does almost everything you want, but you need a few more features, you can change or add features to the original control by subclassing it. A...
Microsoft All-In-One Code Framework
[Sample of Nov 9th] Binding DataGrid with Two way mode and MVVM pattern
Posted
7 months ago
by
philip fu
0
Comments
Sample Download : CS Version: http://code.msdn.microsoft.com/CSSL4DataGridBindingInMVVM-a5ad2cc5 VB Version: http://code.msdn.microsoft.com/VBSL4DataGridBindingInMVVM-3ffdfd5b The project illustrates how to bind data source with using two way...
Microsoft All-In-One Code Framework
[Sample of Nov 8th] ASP.NET ImageMap control demo
Posted
7 months ago
by
philip fu
0
Comments
Sample Download : CS Version: http://code.msdn.microsoft.com/CSASPNETImageMap-01573310 VB Version: http://code.msdn.microsoft.com/VBASPNETImageMap-5d1fd2e1 The project illustrates how to use ImageMap to create an introduction of the planets in...
Microsoft All-In-One Code Framework
[Sample of Nov 7th] Customize Outlook UI with VSTO Ribbon designer
Posted
7 months ago
by
philip fu
0
Comments
Sample Download : http://code.msdn.microsoft.com/CSOutlookUIDesigner-3951f050 The code sample shows how to customize Office UI using the VSTO Designers. It will demonstrate all Ribbon Controls available in the Ribbon Designer. It will also demonstrate...
Microsoft All-In-One Code Framework
[Sample of Nov 6th] Batch data update in an Excel-like GridView in ASP.NET
Posted
7 months ago
by
philip fu
0
Comments
Sample Download : CS Version: http://code.msdn.microsoft.com/CSASPNETExcelLikeGridView-a88756b3 VB Version: http://code.msdn.microsoft.com/VBASPNETExcelLikeGridView-7559a404 The ASP.NET code sample demonstrates batch update of data in an Excel...
Page 1 of 2 (31 items)
1
2