CodeProject
March, 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
March, 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
[Sample of Mar 8th] Crop the image from Windows Forms PictureBox control
Posted
over 1 year ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Download: http://code.msdn.microsoft.com/CSWinFormCropImage-d4beb1fa Today’s code sample demonstrates how to crop the image from specific Windows Forms PictureBox control into destination PictureBox control using mouse selection or specified...
Microsoft All-In-One Code Framework
[Sample of Mar 7th] Monitor Windows Clipboard Changes in WPF
Posted
over 1 year ago
by
Jialiang Ge [MSFT]
0
Comments
Sample download C# version: http://code.msdn.microsoft.com/CSWPFClipboardViewer-f601b815 VB version: http://code.msdn.microsoft.com/VBWPFClipboardViewer-d3f3cbd3 Today’s code sample demonstrates how to monitor Windows clipboard changes in a WPF...
Microsoft All-In-One Code Framework
[Sample of Mar 6th] ASP.NET cascading drop-down-list
Posted
over 1 year ago
by
Jialiang Ge [MSFT]
0
Comments
Sample download C# version: http://code.msdn.microsoft.com/CSASPNETCascadingDropDownLi-0a3f1ecf VB version: http://code.msdn.microsoft.com/VBASPNETCascadingDropDownLi-baabc3b7 Today’s code sample demonstrates how to create a cascading DropDownList...
Microsoft All-In-One Code Framework
[Sample of Mar 5th] WPF Multi-threading demo
Posted
over 1 year ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Download C# version: http://code.msdn.microsoft.com/CSWPFThreading-797c3aff VB version: http://code.msdn.microsoft.com/VBWPFThreading-510f8fa6 Today’s code sample demonstrates multi-threading in WPF applications. It illustrates two...
Microsoft All-In-One Code Framework
Putting communities in the palms of our IT Pro and Developers
Posted
over 1 year ago
by
Jialiang Ge [MSFT]
0
Comments
The MSDN Forum Support team is releasing a cool “Microsoft Forums” mobile service. Here is their introduction: “Microsoft Forums” Mobile service, built on our ground breaking Azure services, will put Communities right in the...
Microsoft All-In-One Code Framework
[Sample of Mar 4th] Search and Highlight text in WPF TextBlock
Posted
over 1 year ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Download C# version: http://code.msdn.microsoft.com/CSWPFSearchAndHighlightText-3b5e207a VB version: http://code.msdn.microsoft.com/VBWPFSearchAndHighlightText-f9f2fe58 Today’s code sample demonstrates how to search and highlight keywords...
Microsoft All-In-One Code Framework
[Sample of Mar 3rd] Call PowerShell script from .NET
Posted
over 1 year ago
by
Jialiang Ge [MSFT]
1
Comments
Sample download C# version: http://code.msdn.microsoft.com/CSPowerShell-61b48efd VB version: http://code.msdn.microsoft.com/VBPowerShell-6b4f83ea Today’s code sample indicates how to call PowerShell script from C# and VB.NET code. It first creates...
Microsoft All-In-One Code Framework
[Sample of Mar 2nd] Get User Group Membership in AD
Posted
over 1 year ago
by
Jialiang Ge [MSFT]
1
Comments
Sample download: http://code.msdn.microsoft.com/VBGetUserGroupInAD-a94dc080 Today’s code sample illustrates how to perform a search on the user’s group membership in Active Directory . This demonstrates the recursive looping method. Also...
Microsoft All-In-One Code Framework
[Sample of Mar 1st] Client templating with jQuery and JSON
Posted
over 1 year ago
by
Jialiang Ge [MSFT]
1
Comments
Sample download C# version: http://code.msdn.microsoft.com/Client-templating-with-0c85db68 VB version: http://code.msdn.microsoft.com/VBASPNETClientTemplateJQuer-fac556f6 Today’s code sample illustrates how to display a tabular data to users...
Page 2 of 2 (34 items)
1
2