CodeProject
October, 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
October, 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
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 Oct 30th] Socket programming in Silverlight
Posted
7 months ago
by
philip fu
0
Comments
Sample Download : CS Version: http://code.msdn.microsoft.com/CSSL4SocketProgramming-34ed98c2 VB Version: http://code.msdn.microsoft.com/VBSL4SocketProgramming-6bc685f5 The project illustrates how to use Socket achieve MultiCast function in Silverlight...
Microsoft All-In-One Code Framework
[Sample of Oct 29th] VSTO Interop with Excel VBA macros
Posted
7 months ago
by
philip fu
0
Comments
Sample Download : CS Version : http://code.msdn.microsoft.com/CSVstoVBAInterop-8e7e9b92 VB Version: http://code.msdn.microsoft.com/VBVstoVBAInterop-d541a0c7 The VstoVBAInterop project demonstrates how to interop with VBA project object model...
Microsoft All-In-One Code Framework
[Sample of Oct 28th] Windows Forms databind nested properties
Posted
7 months ago
by
philip fu
0
Comments
Sample Download : CS Version: http://code.msdn.microsoft.com/CSWinFormBindingNestedPrope-a3dca4ef VB Version: http://code.msdn.microsoft.com/VBWinFormBindingNestedPrope-2825045f The sample demonstrates how to bind a DataGridView column to a nested...
Microsoft All-In-One Code Framework
[Sample of Oct 27th] WPF clipboard viewer
Posted
7 months ago
by
philip fu
0
Comments
Sample Download : CS Version: http://code.msdn.microsoft.com/CSWPFClipboardViewer-00ffa0d9 VB Version: http://code.msdn.microsoft.com/VBWPFClipboardViewer-d3f3cbd3 This Sample demonstrates how to monitor Windows clipboard changes in a WPF application...
Microsoft All-In-One Code Framework
[Sample of Oct 26th] Monitor registry changes
Posted
7 months ago
by
philip fu
0
Comments
Sample Download : CS Version: http://code.msdn.microsoft.com/CSMonitorRegistryChange-d297cdf0 VB Version: http://code.msdn.microsoft.com/VBMonitorRegistryChange-27b67ef9 The sample demonstrates how to monitor the registry key change event using...
Microsoft All-In-One Code Framework
[Sample of Oct 25th] Load large dataset with infinite scroll in ASP.NET
Posted
7 months ago
by
philip fu
0
Comments
Sample Download : CS Version: http://code.msdn.microsoft.com/CSASPNETInfiniteLoading-16f5bdb8 VB Version: http://code.msdn.microsoft.com/VBASPNETInfiniteLoading-10c3f379 Infinite scroll, has also been called autopagerize, unpaginate, endless...
Microsoft All-In-One Code Framework
[Sample of Oct 24th] Code syntax highlight in ASP.NET webpage
Posted
7 months ago
by
philip fu
0
Comments
Sample Download : http://code.msdn.microsoft.com/CSASPNETHighlightCodeInPage-aba2cb53 Sometimes we input code like C# or HTML in our post and we need these code to be highlighted for a better reading experience.This project illustrates how to highlight...
Microsoft All-In-One Code Framework
[Sample of Oct 23rd] A sample music player supporting playlist in Silverlight
Posted
7 months ago
by
philip fu
0
Comments
Sample Download : CS Version: http://code.msdn.microsoft.com/CSSL4MusicPlayer-069bbbf8 VB Version: http://code.msdn.microsoft.com/VBSL4MusicPlayer-06d1bbce The project illustrates how to create a music player supporting playlist in Silverlight...
Microsoft All-In-One Code Framework
[Sample of Oct 22nd] serviced component in .NET
Posted
7 months ago
by
philip fu
0
Comments
Sample Download : CS Version: http://code.msdn.microsoft.com/CSServicedComponent-d4d0aa0b VB Version: http://code.msdn.microsoft.com/VBServicedComponent-15bbeb55 A serviced component is a class that is authored in a CLS-compliant language and...
Microsoft All-In-One Code Framework
[Sample of Oct 21st] UDP multicast client in Silverlight
Posted
7 months ago
by
philip fu
2
Comments
Sample Download : http://code.msdn.microsoft.com/CSSL4UdpAnySourceMulticastL-3fb81c14 This code sample implements a simple UDP multicast client in Silverlight, listening on port 8888. You can find more code samples that demonstrate the most...
Microsoft All-In-One Code Framework
[Sample of Oct 20th] Thread synchronization via Threading.Monitor
Posted
7 months ago
by
philip fu
0
Comments
Sample Download : CS Version: http://code.msdn.microsoft.com/CSThreadingMonitor-ed34e1ae VB Version: http://code.msdn.microsoft.com/VBThreadingMonitor-794050d6 This example shows how synchronization can be accomplished using the lock keyword...
Microsoft All-In-One Code Framework
[Sample of Oct 19th] ASP.NET TreeView Data Binding to XML String
Posted
7 months ago
by
philip fu
0
Comments
Sample Download : CS Version: http://code.msdn.microsoft.com/CSASPNETDataBindingByXMLStr-7e52de2c VB Version: http://code.msdn.microsoft.com/VBASPNETDataBindingByXMLStr-ac6afc4d This code-sample demonstrates how to bind TreeView by using an XML...
Microsoft All-In-One Code Framework
[Sample of Oct 18th] Detect the process running platform in .NET
Posted
8 months ago
by
philip fu
0
Comments
Sample Download : CS Version: http://code.msdn.microsoft.com/CSPlatformDetector-e7a99806 VB Version: http://code.msdn.microsoft.com/VBPlatformDetector-0191aeaf The code sample demonstrates the following tasks related to platform detection: 1...
Microsoft All-In-One Code Framework
[Sample of Oct 17th] Protocol Bridging with ServiceBus and WCF4
Posted
8 months ago
by
philip fu
0
Comments
Sample Download : CS Version: http://code.msdn.microsoft.com/CSAzureServiceBusProtocolBr-7b28ab4f VB Version: http://code.msdn.microsoft.com/VBAzureServiceBusProtocolBr-fa7dd730 The code sample demonstrates how to combine AppFabric Service Bus...
Microsoft All-In-One Code Framework
[Sample of Oct 16th] Use shared memory for IPC in C#
Posted
8 months ago
by
philip fu
0
Comments
Sample Download : http://code.msdn.microsoft.com/CSFileMappingClient-50e7ebc1 File mapping is a mechanism for one-way or duplex inter-process communication among two or more processes in the local machine. To share a file or memory, all of the processes...
Microsoft All-In-One Code Framework
Sharing 7 New SQL Server T-SQL Script Samples from All-In-One Script Framework (AIOSF)
Posted
8 months ago
by
Jialiang Ge [MSFT]
0
Comments
Our sister project for IT Pros – All-In-One Script Framework – is releasing 7 new T-SQL script samples based on frequently asked questions in the SQL Server forums. Considering that many developers are writing T-SQL scripts too, we hope that...
Microsoft All-In-One Code Framework
[Sample of Oct 15th] Windows Forms Graphics demo
Posted
8 months ago
by
philip fu
0
Comments
Sample Download : CS Version: http://code.msdn.microsoft.com/CSWinFormGraphics-b9c1e8b7 VB Version: http://code.msdn.microsoft.com/VBWinFormGraphics-c89d51ac The Graphics sample demonstrates the fundamentals of GDI+ programming. GDI+ allows you...
Microsoft All-In-One Code Framework
[Sample of Oct 14th] RDLC mraster-detail report in ASP.NET
Posted
8 months ago
by
philip fu
0
Comments
Sample Download : http://code.msdn.microsoft.com/CSASPNETRDLCMainSubReport-4c4cf63b This sample demonstrates how to build a sub-report which get data from SQL Server based on a primary key passed from the main-report, then use the ReportViewer control...
Microsoft All-In-One Code Framework
Sample Browser Visual Studio Extension is localized and introduced to Japan
Posted
8 months ago
by
Jialiang Ge [MSFT]
0
Comments
デザインが洗練されていて非常に使いやすいと思います。カテゴリが分けられており探したコードを早く見つけることができて高評価です。やはり日本語対応でしょうか。英語を読める方であれば問題ないと思いますが、日本語化することでもっと普及が進むと思います。 From: Japan MVP "The Sample Browser is very easy to use thanks to the refined interface. The categorized menu enables faster...
Microsoft All-In-One Code Framework
[Sample of Oct 13rd] Two-level grouped data displayed in WPF
Posted
8 months ago
by
philip fu
0
Comments
Sample Download : CS Version: http://code.msdn.microsoft.com/CSWPFTwoLevelGrouping-8ba95b44 VB Version: http://code.msdn.microsoft.com/VBWPFTwoLevelGrouping-7167b188 The sample demonstrates how to display two level grouped data in WPF. The...
Microsoft All-In-One Code Framework
[Sample of Oct 12nd] Add a captcha control to CreateUserWizard
Posted
8 months ago
by
philip fu
1
Comments
Sample Download : http://code.msdn.microsoft.com/CSASPNETCaptchaControl-e5053ab5 The project illustrates how to add a captcha control to the CreateUserWizard control. As you know, we can use customize the contents of the CreateUserWizard control by...
Microsoft All-In-One Code Framework
[Sample of Oct 11st] Extract and convert audio file
Posted
8 months ago
by
philip fu
0
Comments
Sample Download : CS Version: http://code.msdn.microsoft.com/CSExtractAudioFile-f5b395f3 VB Version: http://code.msdn.microsoft.com/VBExtractAudioFile-7a64a040 The sample demonstrates how to extract and convert audio file formats, which include...
Microsoft All-In-One Code Framework
[Sample of Oct 10th] OneNote Ribbon addin
Posted
8 months ago
by
philip fu
0
Comments
Sample Download : CS Version: http://code.msdn.microsoft.com/CSOneNoteRibbonAddIn-c3547362 VB Version: http://code.msdn.microsoft.com/VBOneNoteRibbonAddIn-e777952c The code sample demonstrates a OneNote 2010 COM add-in that implements IDTExtensibility2...
Microsoft All-In-One Code Framework
[Sample of Oct 9th] Suppress errors in WebBrowser control
Posted
8 months ago
by
philip fu
0
Comments
Sample Download : CS Version: http://code.msdn.microsoft.com/CSWebBrowserSuppressError-c0c25273 VB Version: http://code.msdn.microsoft.com/VBWebBrowserSuppressError-e237be32 The sample demonstrates how to make WebBrowser suppress errors. The...
Microsoft All-In-One Code Framework
[Sample of Oct 8th] Print an image using ShellExecute
Posted
8 months ago
by
philip fu
0
Comments
Sample Download : http://code.msdn.microsoft.com/CSShellPrintImageWithShellE-adda9973 The sample demonstrates how to print an image using ShellExecute to invoke ImageView_PrintTo, equivalent to right clicking on an image and printing. Using the printto...
Page 1 of 2 (33 items)
1
2