CodeProject
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
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
ASP.NET
Blog
Entity Framework
Internet Explorer
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
(16)
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 Jun 18th] Get Azure ACS work together with Live Connect.
Posted
11 hours ago
by
philip fu
0
Comments
Sample Download : http://code.msdn.microsoft.com/Get-Azure-ACS-work-40d588cc This sample will show you how to create a custom STS by using Live connect API. It can return all the information you want in claims. You can find more code samples that...
Microsoft All-In-One Code Framework
[Sample Of Jun 17th] Maintain Azure Diagnostics messages
Posted
1 day ago
by
philip fu
0
Comments
Sample Download : http://code.msdn.microsoft.com/Maintain-Azure-Diagnostics-6cc435a6 This sample will show you how to retrieve diagnostics message and transfer them to Azure storage. And also it will show you how to view both logs in Table and logs...
Microsoft All-In-One Code Framework
[Sample Of Jun 16th] Get internal/public IP address for each instance programatically in Windows Azure
Posted
2 days ago
by
philip fu
0
Comments
Sample Download : http://code.msdn.microsoft.com/Get-internal-IP-address-549b5294 Many developers may need to add some additional configuration on their worker Role. And sometimes they may want to stop some progress on their instances. This sample...
Microsoft All-In-One Code Framework
[Sample Of Jun 15th] How to create a site with AJAX enabled in MVC framework.
Posted
3 days ago
by
philip fu
0
Comments
Sample Download : http://code.msdn.microsoft.com/How-to-create-a-with-AJAX-a960a097 The Project illustrates how to create a web site with AJAX enabled in MVC framework. In fact, many site owners want to shift their sites to MVC, it turns to be a problem...
Microsoft All-In-One Code Framework
[Sample Of Jun 14th] Implement resume download in asp.net
Posted
4 days ago
by
philip fu
0
Comments
Sample Download : http://code.msdn.microsoft.com/Implement-resume-in-aspnet-c1bbde36 The code sample demonstrates how to implement resume download feature in ASP.NET. You can find the answers for following questions in this code sample: How...
Microsoft All-In-One Code Framework
[Sample Of Jun 13th] How to get the base64 data of an image file using JavaScript in Windows store app
Posted
5 days ago
by
philip fu
0
Comments
Sample Download : http://code.msdn.microsoft.com/How-to-get-the-base64-data-41347c6b This sample demonstrates how to convert image to base64 string in Windows Store apps. You can find more code samples that demonstrate the most typical programming...
Microsoft All-In-One Code Framework
[Sample Of Jun 12nd] How to consume JSON Web Service Using WinJS.xhr
Posted
6 days ago
by
philip fu
0
Comments
Sample Download : http://code.msdn.microsoft.com/How-to-consume-JSON-Web-5db0174b This sample demonstrates how to consume JSON Web Service Using WinJS.xhr. You can find more code samples that demonstrate the most typical programming scenarios by...
Microsoft All-In-One Code Framework
[Sample Of Jun 11st] Export data from one excel sheet into a new sheet using task pane app
Posted
7 days ago
by
philip fu
0
Comments
Sample Download : http://code.msdn.microsoft.com/Export-data-from-one-excel-2a8d65b2 This demonstration shows how to export data from one Excel sheet into a new sheet from the task pane app. Customers should input source sheet range and destination...
Microsoft All-In-One Code Framework
[Sample Of Jun 10th] How to add a table with rows to PowerPoint using open xml
Posted
8 days ago
by
philip fu
0
Comments
Sample Download : http://code.msdn.microsoft.com/How-to-add-a-table-with-e82e4b11 The sample demonstrates how to create a table with rows into PowerPoint document using Open XML SDK. Using Open XML SDK 2.0, you can create document structure and...
Microsoft All-In-One Code Framework
[Sample Of Jun 9th] Export Chart to Image or PDF
Posted
9 days ago
by
philip fu
0
Comments
Sample Download : http://code.msdn.microsoft.com/Export-Chart-to-Image-or-bc512278 This sample demonstrates how to export Chart to an Image or a PDF file. There are two pages in this sample: A page directly save the chart as Image, another by using...
Microsoft All-In-One Code Framework
[Sample Of Jun 8th] AspNet EF4 (CodeFirst) CRUD in GridView with DetailsView
Posted
10 days ago
by
philip fu
0
Comments
Sample Download : http://code.msdn.microsoft.com/AspNet-EF4-CodeFirst-CRUD-fd054e37 The project shows up several new feature appearing in CodeFirst RTM. You can find more code samples that demonstrate the most typical programming scenarios by using...
Microsoft All-In-One Code Framework
[Sample Of Jun 5th] How to use IsolationLevel Enumeration in DbTransaction
Posted
13 days ago
by
philip fu
0
Comments
Sample Download : http://code.msdn.microsoft.com/How-to-use-IsolationLevel-36783d30 In this application, we will demonstrate how to use the IsolationLevel Enumeration in DbTransaction. We will show you which of the following behaviors are allowed...
Microsoft All-In-One Code Framework
[Sample Of Jun 4th] How to sort task list items by categories in Office 365
Posted
14 days ago
by
philip fu
0
Comments
Sample Download : CS Version: http://code.msdn.microsoft.com/How-to-sort-task-list-38bf3620 VB Version: http://code.msdn.microsoft.com/How-to-sort-task-list-8ea7fb27 We can sort the task list items in Outlook, but the feature isn't implemented...
Microsoft All-In-One Code Framework
[Sample Of Jun 3rd] Use Task Based programming technology in Service Bus
Posted
15 days ago
by
philip fu
0
Comments
Sample Download : http://code.msdn.microsoft.com/Use-Task-Based-programming-2bf1f4b6 This sample shows the new feature in Windows Azure Service Bus Client SDK 2.0. You can find more code samples that demonstrate the most typical programming scenarios...
Microsoft All-In-One Code Framework
[Sample Of Jun 2nd] Claim-aware WCF WebService for SharePoint
Posted
16 days ago
by
philip fu
0
Comments
Sample Download : CS Version: http://code.msdn.microsoft.com/CSSharePointCallClaimsAware-8f2c3913 VB Version: http://code.msdn.microsoft.com/VBSharePointCallClaimsAware-f26683fc This sample code will demonstrate how to call a Claims-Aware WCF...
Microsoft All-In-One Code Framework
[Sample Of Jun 1st] Sample StorPort Virtual Miniport
Posted
17 days ago
by
philip fu
0
Comments
Sample Download : http://code.msdn.microsoft.com/WDKStorPortVirtualMiniport-973650f6 The sample is a StorPort virtual miniport that presents the appearance of 1 or more Fibre Channel Host Bus Adapters (HBA). Under an HBA, the sample creates LUNs/disks...
Microsoft All-In-One Code Framework
[Sample Of May 30th] Use CodeDom to generate code for WinForms Designer
Posted
19 days ago
by
philip fu
0
Comments
Sample Download : CS Version: http://code.msdn.microsoft.com/CSWinFormDesignerCodeDom-aec1afc1 VB Version: http://code.msdn.microsoft.com/VBWinFormDesignerCodeDom-03e80af5 The code sample demonstrates how to use .NET CodeDOM to customize the...
Microsoft All-In-One Code Framework
[Sample Of May 29th] Federate the authentication to a local STS
Posted
20 days ago
by
philip fu
0
Comments
Sample Download : http://code.msdn.microsoft.com/CSAzureWebRoleIdentity-004bc8dd The code sample includes a web role hosted in Windows Azure. It federates the authentication to a local STS. This breaks the authentication code from the business logic...
Microsoft All-In-One Code Framework
[Sample Of May 28th] Enumerating and locating specific attach storage devices.
Posted
21 days ago
by
philip fu
0
Comments
Sample Download : http://code.msdn.microsoft.com/CppStorageEnum-90ad5fa9#content The code sample demonstrates the use of DeviceIoControl and SetupDiGetClassDevs in the everyday operations of enumerating and locating specific attach storage devices...
Microsoft All-In-One Code Framework
[Sample Of May 27th] Build Outlook-look custom form by importing .ofs
Posted
22 days ago
by
philip fu
0
Comments
Sample Download : http://code.msdn.microsoft.com/CSOutlookImportedFormRegion-6fbeb815 This code sample demonstrates how to import an Outlook Form Storage file (.ofs) to build a Outlook-look custom form in VSTO. You can find more code samples that...
Microsoft All-In-One Code Framework
[Sample Of May 26th] EF4 Model First feature demo
Posted
23 days ago
by
philip fu
0
Comments
Sample Download : CS Version: http://code.msdn.microsoft.com/CSEFModelFirst-92335141 VB Version: http://code.msdn.microsoft.com/VBEFModelFirst-e7486a3d The code sample illustrates how to use the new feature Model First in the Entity Framework...
Microsoft All-In-One Code Framework
[Sample Of May 24th] WPF MVVM practice demo
Posted
25 days ago
by
philip fu
0
Comments
Sample Download : CS Version: http://code.msdn.microsoft.com/CSWPFMVVMPractice-f8ef01da VB Version: http://code.msdn.microsoft.com/VBWPFMVVMPractice-370fd298 The sample demonstrates how to implement the MVVM pattern in a WPF application. ...
Microsoft All-In-One Code Framework
[Sample Of May 23rd] MFC CTaskDialog sample
Posted
26 days ago
by
philip fu
0
Comments
Sample Download : http://code.msdn.microsoft.com/MFCTaskDialog-c5c43ac5 The CTaskDialog class replaces the standard Windows message box and has additional functionality such as new controls to gather information from the user. This class is in the...
Microsoft All-In-One Code Framework
[Sample Of May 22nd] Virtual Volume Driver
Posted
27 days ago
by
philip fu
0
Comments
Sample Download : http://code.msdn.microsoft.com/VirtualVolume-83334efd This is the Virtvol sample driver. This version of the driver has been modified to support the driver frameworks. This driver basically creates a nonpaged pool and exposes that...
Microsoft All-In-One Code Framework
[Sample Of May 21st] Format volume with VDS
Posted
28 days ago
by
philip fu
0
Comments
Sample Download : http://code.msdn.microsoft.com/CppVDSFormatVolume-c84cb6f2 This sample demonstrates how to use VDS to format volumes. Warning : formatting a volume may result in unexpected data loss. Use this sample with care. You can find more...
Page 1 of 22 (538 items)
1
2
3
4
5
»