CodeProject
April, 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
April, 2012
Channel 9 Interview
Microsoft Next
Common Tasks
Blog Home
Email Blog Author
RSS for comments
RSS for posts
Atom
Search
Tags
ADO.NET
AJAX
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
May 2013
(20)
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
Announcing Microsoft All-In-One Code Framework Sample Browser v5 - A Big Refresh with Expansion to 3500+ code samples, Favorite Searches, Flexibilities & More
Posted
over 1 year ago
by
Jialiang Ge [MSFT]
15
Comments
In partnership with MSDN Samples Gallery, Microsoft All-In-One Code Framework this morning is releasing a brand new version for its Sample Browser , which introduces a big search expansion to over 3500 quality code samples, the new Favorite Searches and...
Microsoft All-In-One Code Framework
[Sample of Apr 5th] C# / VB Enum - String Converter
Posted
over 1 year ago
by
Jialiang Ge [MSFT]
4
Comments
Sample downloads C# version: http://code.msdn.microsoft.com/CSEnumStringConverter-31cb7347 VB version: http://code.msdn.microsoft.com/VBEnumStringConverter-f1c3411c Today’s code sample demonstrates how to convert enum to comma separated string...
Microsoft All-In-One Code Framework
[Sample of Apr 10th] Increase ASP.NET temp folder size in Windows Azure
Posted
over 1 year ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Download: http://code.msdn.microsoft.com/CSAzureIncreaseTempFolderSi-d58c604d By default the ASP.NET temp folder size in a Windows Azure web role is limited to 100 MB. This is sufficient for the majority of applications, but some applications...
Microsoft All-In-One Code Framework
[Sample of Apr 26th] MessageBox in ASP.NET
Posted
over 1 year ago
by
Jialiang Ge [MSFT]
1
Comments
Sample Downloads: http://code.msdn.microsoft.com/CSASPNETMessageBox-3f1b547d The sample code demonstrates how to create a MessageBox in asp.net, usually we often use JavaScript functions "alert()" or "confirm()" to show simple messages and make a simple...
Microsoft All-In-One Code Framework
[Sample of Apr 29th] Add Dynamic Controls to ASP.NET GridView
Posted
over 1 year ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Downloads: http://code.msdn.microsoft.com/AddDynamicallyControlstoGri-d74fe84f Today’s sample demonstrates how to add dynamically created controls to the GridView in the CodeBehind page. For some people, when the refresh or the page is...
Microsoft All-In-One Code Framework
[Sample of Apr 25th] How to send email at particular date and time
Posted
over 1 year ago
by
Jialiang Ge [MSFT]
1
Comments
Sample Downloads: http://code.msdn.microsoft.com/CSEmailScheduler-21564366 Today’s code sample demonstrates how to send email at particular date and time; it also shows how to send emails in synchronous and asynchronous manner. The sample was written...
Microsoft All-In-One Code Framework
[Sample of Apr 11st] Add registry entries to VMs running in Windows Azure programmatically
Posted
over 1 year ago
by
Jialiang Ge [MSFT]
0
Comments
Sample download: http://code.msdn.microsoft.com/CSAzureAddRegistryKeysToVMs-75edd269 Today’s code sample demonstrates how to add registry entries to VMs running in Windows Azure programmatically. One of the common asks from developers is the ability...
Microsoft All-In-One Code Framework
[Sample of Apr 15th] Customized DropDownList.SelectedValue in ASP.NET DropDownList control
Posted
over 1 year ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Downloads: C# version: http://code.msdn.microsoft.com/CSASPNETSmartDropdownlist-3e433291 VB version: http://code.msdn.microsoft.com/VBASPNETSmartDropdownlist-42251b98 Today’s code sample customizes the SelectedValue property of ASP.NET...
Microsoft All-In-One Code Framework
[Sample of Apr 14th] Maintain ASP.NET TreeView State across post backs
Posted
over 1 year ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Downloads C# version: http://code.msdn.microsoft.com/CSASPNETMaintainTreeViewSta-c7673683 VB version: http://code.msdn.microsoft.com/VBASPNETMaintainTreeViewSta-01591ffc Today’s code sample demonstrates how to maintain TreeView's state across...
Microsoft All-In-One Code Framework
[Sample of Apr 1st] Excel Automation AddIn
Posted
over 1 year ago
by
Jialiang Ge [MSFT]
1
Comments
Sample Downloads C# version: http://code.msdn.microsoft.com/CSExcelAutomationAddIn-c46f6956 VB version: http://code.msdn.microsoft.com/VBExcelAutomationAddIn-cbf24c4b Today’s code sample demonstrates how to write a managed COM component which can...
Microsoft All-In-One Code Framework
[Sample of Apr 3rd] Multi-threaded Web Downloader created in C# and VB.NET
Posted
over 1 year ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Download: C# version: http://code.msdn.microsoft.com/CSMultiThreadedWebDownloade-2be7db9b VB version: http://code.msdn.microsoft.com/VBMultiThreadedWebDownloade-57e5475b Today’s code sample demonstrate how to to download a file using multiple...
Microsoft All-In-One Code Framework
[Sample of Apr 13rd] How to add firewall rules programmatically in Windows Azure
Posted
over 1 year ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Download: http://code.msdn.microsoft.com/CSAzureAddFirewallRules-352de4ed One of the common asks from developers is the ability to add firewall rules to Windows Azure Compute instances. Startup tasks in Windows Azure can help you add firewall...
Microsoft All-In-One Code Framework
[Sample of Apr 8th] Set IIS Web Virtual Directory Properties
Posted
over 1 year ago
by
Jialiang Ge [MSFT]
1
Comments
Sample Download: http://code.msdn.microsoft.com/CSSetIISWebVirtualDirProper-cbe2c622 Today’s code sample demonstrates how to set the Application name and Path on Virtual Directory tab (Properties) in IIS 6 programmatically. We are using here...
Microsoft All-In-One Code Framework
[Sample of Apr 9th] Fix the position of ASP.NET GridView header
Posted
over 1 year ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Download: http://code.msdn.microsoft.com/CSASPNETFixedHeaderGridView-9782c89b The GridView control in ASP.NET usually loads many rows of data with a vertical scroll bar. When users scroll using vertical bar, the header of the GridView will move...
Microsoft All-In-One Code Framework
[Sample of Apr 7th] Define and Access Shared Resources in WPF Class Library
Posted
over 1 year ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Download: http://code.msdn.microsoft.com/CSWPFSharedResources-4d5f6e2a Today’s sample demonstrates the approach of defining and using shared resources in WPF class library. Accessing shared resources using markup extension. Normally in...
Microsoft All-In-One Code Framework
[Sample of Apr 27th] Customized Intelligent TextBox via ASP.NET
Posted
over 1 year ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Downloads: http://code.msdn.microsoft.com/CSASPNETIntelligentTextBox-08258112 Today’s sample demonstrates how to create a customized intelligent TextBox control via Asp.net, just like MSDN library's search TextBox. This sample code can...
Microsoft All-In-One Code Framework
[Sample of Apr 6th] Customize Windows Forms app's System Menu
Posted
over 1 year ago
by
Jialiang Ge [MSFT]
2
Comments
Sample Download: http://code.msdn.microsoft.com/CSCustomizeSysMenu-024ccb7f Today’s code sample demonstrates how to modify a Windows Forms application’s system menu The sample was written by the Microsoft engineer Nibu Babu Thomas . You can find more...
Microsoft All-In-One Code Framework
[Sample of Apr 21st] Compare and merge data from different database
Posted
over 1 year ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Downloads C# version: http://code.msdn.microsoft.com/CompareAndMergeData-56979e7b VB version: http://code.msdn.microsoft.com/CompareAndMergeData-327608ef Today’s code sample demonstrates how to compare and merge data which from different...
Microsoft All-In-One Code Framework
[Sample of Apr 28th] Keep ASP.NET AutoComplete List Open
Posted
over 1 year ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Downloads: http://code.msdn.microsoft.com/ASPNETKeepAutoCompleteListO-54e16b32 Today’s sample demonstrates how to keep AutoComplete List Open, and select multiple options. This feature can be used in many scenarios. Such as when user wants...
Microsoft All-In-One Code Framework
[Sample of Apr 23rd] How to filter indecent words in ASP.NET website
Posted
over 1 year ago
by
Jialiang Ge [MSFT]
2
Comments
Sample Downloads: C# version: http://code.msdn.microsoft.com/ASPNETSensorKeywordInSite-2770d86a VB version: http://code.msdn.microsoft.com/ASPNETSensorKeywordInSite-6c2ed899 Today’s code sample demonstrates how to censor key words...
Microsoft All-In-One Code Framework
[Sample of Apr 4th] Customize the IE Download Manager
Posted
over 1 year ago
by
Jialiang Ge [MSFT]
1
Comments
Sample Downloads C# version: http://code.msdn.microsoft.com/CSIEDownloadManager-8ab5d910 VB version: http://code.msdn.microsoft.com/VBIEDownloadManager-3287b087 Today’s code sample demonstrate how to implement a custom download manager for IE...
Microsoft All-In-One Code Framework
[Sample of Apr 16th] Group cells in ASP.NET GridView
Posted
over 1 year ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Downloads: C# version: http://code.msdn.microsoft.com/CSASPNETGroupedGridView-3aac9b39 VB version: http://code.msdn.microsoft.com/VBASPNETGroupedGridView-a69579a7 Today’s code sample shows how to group cells in GridView with the same value...
Microsoft All-In-One Code Framework
[Sample of Apr 24th] How to add endRequest Event in updatepanel (ASP.NET)
Posted
over 1 year ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Downloads: C# version: http://code.msdn.microsoft.com/AddEndRequestEventInUpdatep-f5142b04 VB version: http://code.msdn.microsoft.com/AddEndRequestEventInUpdatep-1a3eeb42 Today’s code sample demonstrates how to add endRequest Event Support...
Microsoft All-In-One Code Framework
[Sample of Apr 12nd] Enable static compression in Azure
Posted
over 1 year ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Download: http://code.msdn.microsoft.com/CSAzureEnableCompression-9f4d9b73 Today’s code sample demonstrates how to add new mime types for static compression in Windows Azure . It is written by Microsoft Escalation Engineer - Narahari Dogiparthi...
Microsoft All-In-One Code Framework
[Sample of Apr 18th] Embed language code in URL of an ASP.NET webpage
Posted
over 1 year ago
by
Jialiang Ge [MSFT]
1
Comments
Sample Downloads C# version: http://code.msdn.microsoft.com/Embed-language-code-in-URL-9d79559b VB version: http://code.msdn.microsoft.com/VBASPNETEmbedLanguageInUrl-de9c06ad Today’s ASP.NET code sample demonstrates embedding language code in...
Page 1 of 2 (31 items)
1
2