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
AJAX
ASP.NET
Blog
Entity Framework
Internet Explorer
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
May 2013
(19)
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 May 22nd] Virtual Volume Driver
Posted
18 hours 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
1 day 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...
Microsoft All-In-One Code Framework
[Sample Of May 20th] Uninstall disks with VDS
Posted
2 days ago
by
philip fu
0
Comments
Sample Download : http://code.msdn.microsoft.com/CppVDSUninstallDisks-7192ea26 This sample demonstrates how to use VDS to uninstall disks and volumes. Warning : uninstalling a disk may lead to potential data loss. Use this sample with care. You...
Microsoft All-In-One Code Framework
[Sample Of May 19th] VSTO ServerDocument class demo
Posted
3 days ago
by
philip fu
0
Comments
Sample Download : http://code.msdn.microsoft.com/VBVstoServerDocument-824ea223 The code sample demonstrates how to use the ServerDocument class to extract information from a VSTO customized Word document or Excel Workbook; and also how to programmatically...
Microsoft All-In-One Code Framework
[Sample Of May 16th] ASP.NET load globalization res from assembly
Posted
6 days ago
by
philip fu
0
Comments
Sample Download : CS Version: http://code.msdn.microsoft.com/CSASPNETGloablizationInAsse-61b88691 VB Version: http://code.msdn.microsoft.com/VBASPNETGlobalizationInAsse-212f017d The code sample demonstrates how to load embeded resources in an...
Microsoft All-In-One Code Framework
[Sample Of May 15th] File handle operations demo
Posted
7 days ago
by
philip fu
0
Comments
Sample Download : http://code.msdn.microsoft.com/CppFileHandle-baa56c07 This VC++ code sample demonstrates two typical scenarios of using file handles - enumerate file handles and get file name from a file handle. You can find more code samples...
Microsoft All-In-One Code Framework
[Sample Of May 14th] Access Azure table storage via WCF Data Services
Posted
8 days ago
by
philip fu
0
Comments
Sample Download : CS Version: http://code.msdn.microsoft.com/CSAzureTableStorageWCFDS-2355159b VB Version: http://code.msdn.microsoft.com/VBAzureTableStorageWCFDS-3d0e1c52 This sample demonstrates how to run a WCF Data Service on Windows Azure...
Microsoft All-In-One Code Framework
[Sample Of May 13rd] Object persistence in Windows Forms
Posted
9 days ago
by
philip fu
0
Comments
Sample Download : http://code.msdn.microsoft.com/CSWinFormObjPersistence-43974141 The Object Persistance sample demonstrates how to persist an object's data between instances, so that the data can be restored the next time the object is instantiated...
Microsoft All-In-One Code Framework
[Sample Of May 12nd] UAC self-elevation
Posted
10 days ago
by
philip fu
0
Comments
Sample Download : CS Version: http://code.msdn.microsoft.com/CSUACSelfElevation-644673d3 VB Version: http://code.msdn.microsoft.com/VBUACSelfElevation-4c014507 Cpp Version: http://code.msdn.microsoft.com/CppUACSelfElevation-981c0160 User Account...
Microsoft All-In-One Code Framework
[Sample Of May 11st] Entity Data Model demo
Posted
12 days ago
by
philip fu
0
Comments
Sample Download : CS Version: http://code.msdn.microsoft.com/CSEFEntityDataModel-e5d5924f VB Version: http://code.msdn.microsoft.com/VBEFEntityDataModel-aea853bd This example illustrates how to work with EDM in various ways. It includes many...
Microsoft All-In-One Code Framework
[Sample Of May 9th] Custom MultiValues Control for WebAccess
Posted
13 days ago
by
philip fu
0
Comments
Sample Download : CS Version: http://code.msdn.microsoft.com/CSTFSWebAccessWorkItemMulti-ace1b01e VB Version: http://code.msdn.microsoft.com/VBTFSWebAccessWorkItemMulti-4428dd9f The code sample demonstrates how to create a custom MultiValues...
Microsoft All-In-One Code Framework
[Sample Of May 8th] Custom DataGrid Control for WebAccess
Posted
14 days ago
by
philip fu
0
Comments
Sample Download : CS Version: http://code.msdn.microsoft.com/CSTFSWebAccessWorkItemDataG-c4cdf62b VB Version: http://code.msdn.microsoft.com/VBTFSWebAccessWorkItemDataG-fa3fa520 The code sample demonstrates how to create a Custom Data Grid work...
Microsoft All-In-One Code Framework
[Sample Of May 7th] Add CheckOut Event to TFS
Posted
15 days ago
by
philip fu
0
Comments
Sample Download : http://code.msdn.microsoft.com/CSTFSAddCheckOutEventType-673d0536 The sample demonstrates how to enable checkout notification in TFS2010. In TFS2010, when a user sends a Check out (PendChanges) request to server, the server will...
Microsoft All-In-One Code Framework
[Sample Of May 6th] Get link info of a TFS work item
Posted
16 days ago
by
philip fu
0
Comments
Sample Download : CS Version: http://code.msdn.microsoft.com/CSTFSWorkItemLinkInfoDetail-d141169b VB Version: http://code.msdn.microsoft.com/VBTFSWorkItemLinkInfoDetail-e22ecdfd The sample demonstrates how to get the link details of a WorkItemLinkInfo...
Microsoft All-In-One Code Framework
[Sample Of May 5th] Drag-and-drop operations in Windows Forms
Posted
17 days ago
by
philip fu
0
Comments
Sample Download : CS Version: http://code.msdn.microsoft.com/CSWinFormDragAndDrop-640b7c7f VB Version: http://code.msdn.microsoft.com/VBWinFormDragAndDrop-3af87f94 This example demonstrates how to perform drag-and-drop operations in a Windows...
Microsoft All-In-One Code Framework
[Sample Of May 4th] Support multi-touch in WPF
Posted
18 days ago
by
philip fu
0
Comments
Sample Download : CS Version: http://code.msdn.microsoft.com/CSWPF3DMultiTouch-17e457ba VB Version: http://code.msdn.microsoft.com/VBWPF3DMultiTouch-acdbe10e This sample demonstrates how to use WPF 4's multi-touch events to manipulate a 3D scene...
Microsoft All-In-One Code Framework
[Sample Of May 2nd] Create low-integrity process
Posted
20 days ago
by
philip fu
0
Comments
Sample Download : CS Version: http://code.msdn.microsoft.com/CSCreateLowIntegrityProcess-d7cb5e4d VB Version: http://code.msdn.microsoft.com/VBCreateLowIntegrityProcess-4df197cc Cpp Version: http://code.msdn.microsoft.com/CppCreateLowIntegrityProces...
Microsoft All-In-One Code Framework
[Sample Of May 1st] Retrieve office 365 user details and give permission thru c# using EWS and PowerShell
Posted
21 days ago
by
philip fu
0
Comments
Sample Download : http://code.msdn.microsoft.com/Retrieve-office-365-user-63e054ad#content Office 365 Delegates Tool has been developed to help Office 365 Exchange administrators to perform get mailbox and the calendar delegate task for the mailboxes...
Microsoft All-In-One Code Framework
[Sample Of Apr 30th] Shut down a computer using .NET
Posted
22 days ago
by
philip fu
0
Comments
Sample Download : http://code.msdn.microsoft.com/CSShutdownComputer-b2cfbc74 The application demonstrates how to shut down a computer using .net. I’ve pinvoked the native API’s to get this going. Following are the API’s implemented…...
Microsoft All-In-One Code Framework
[Sample Of Apr 29th] How to create DataTable manually with specific schema definitions
Posted
23 days ago
by
philip fu
0
Comments
Sample Download : http://code.msdn.microsoft.com/How-to-create-DataTable-25f6c390 Sometimes we may need to create the DataTable manually and some specific schema definitions, such as Foreign Key constraints, expression columns and so on. In this...
Microsoft All-In-One Code Framework
[Sample Of Apr 26th] Interactive Windows Service
Posted
26 days ago
by
philip fu
1
Comments
Sample Download : http://code.msdn.microsoft.com/CSCreateProcessAsUserFromSe-b682134e The sample demonstrates how to create/launch a process interactively in the session of the logged-on user from a service application written in C#.Net.. You can...
Microsoft All-In-One Code Framework
[Sample Of Apr 25th] Complex Type Objects demo in EF
Posted
27 days ago
by
philip fu
0
Comments
Sample Download : http://code.msdn.microsoft.com/CSEFComplexType-d058a5a3 The code sample illustrates how to work with the Complex Type which is new in Entity Framework 4.0. It shows how to add Complex Type properties to entities, how to map Complex...
Microsoft All-In-One Code Framework
[Sample Of Apr 24th]Customize ASP.NET TreeView node as RadioButton
Posted
28 days ago
by
philip fu
0
Comments
Sample Download : http://code.msdn.microsoft.com/VBASPNETRadioButtonTreeView-8a1b8fe9 The project shows how to simulate a RadioButton Group within the TreeView control to make the user can only select one item from a note tree in ASP.NET. You can...
Microsoft All-In-One Code Framework
[Sample Of Apr 23rd] Invokes ADO.NET Data Services in .NET
Posted
29 days ago
by
philip fu
0
Comments
Sample Download : CS Version: http://code.msdn.microsoft.com/CSADONETDataServiceClient-aaeafce9 VB Version: http://code.msdn.microsoft.com/VBADONETDataServiceClient-ff0849a9 The code sample shows how to invoke the ADO.NET Data Services from a...
Microsoft All-In-One Code Framework
[Sample Of Apr 22nd] Client templating with jQuery and JSON
Posted
1 month ago
by
philip fu
0
Comments
Sample Download : http://code.msdn.microsoft.com/Client-templating-with-0c85db68 This project illustrates how to display a tabular data to users based on some inputs in ASP.NET application. We will see how this can be addressed with JQuery and JSON...
Page 1 of 21 (515 items)
1
2
3
4
5
»