CodeProject
February, 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
February, 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
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
(16)
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
More about REST: File upload download service with ASP.NET Web API and Windows Phone background file transfer
Posted
over 1 year ago
by
Yi-Lun Luo
3
Comments
Last week we discussed RESTful services, as well as how to create a REST service using WCF Web API. I'd like to remind you what's really important is the concepts, not how to implement the services using a particular technology. Shortly after that, WCF...
Microsoft All-In-One Code Framework
Microsoft All-In-One Code Framework 2012 January Sample Updates
Posted
over 1 year ago
by
Jialiang Ge [MSFT]
1
Comments
A new release of Microsoft All-In-One Code Framework is available on Feb 6th. We expect that its 8 new code samples covering typical programming scenarios in Windows Azure, Directory Services, Hyper-V, TFS, WDK, and Windows SDK would ease your development...
Microsoft All-In-One Code Framework
Create a color picker for Windows Phone
Posted
over 1 year ago
by
Yi-Lun Luo
0
Comments
One of the new features we plan to add to the next version of story creator is to add caption text support for each photo. This includes related settings such as text font and color. Adding font support isn't too difficult. But color is another story...
Microsoft All-In-One Code Framework
[Sample of Feb 20th] Configure SSL for specific pages in Windows Azure
Posted
over 1 year ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Download: http://code.msdn.microsoft.com/CSAzureSSLForPage-e844c9fe Today’s code sample demonstrates how to configure SSL for specific page(s) while hosting the application in Windows Azure . If you are developing applications in Windows...
Microsoft All-In-One Code Framework
The future of Story Creator
Posted
over 1 year ago
by
Yi-Lun Luo
0
Comments
A while ago we released a sample called Story Creator: http://code.msdn.microsoft.com/CSWP7AzureVideoStory-2b9c3e12 . It combines several technologies, such as Windows Phone, Windows Azure, WCF, and C++. It is a complete application that you can use and...
Microsoft All-In-One Code Framework
Launching "Sample of the Day" - Learn an amazing code sample every 24 hours
Posted
over 1 year ago
by
Jialiang Ge [MSFT]
2
Comments
Every day is an opportunity to learn something or discover something new. Learn one sample every day, be coding master in a year! Microsoft All-In-One Code Framework offers " Sample of the Day ". "Sample of the Day" introduces one amazing code sample...
Microsoft All-In-One Code Framework
A post about RESTful services
Posted
over 1 year ago
by
Yi-Lun Luo
0
Comments
Introduction This is the first article in a planned series of blog posts. There will be two or three posts in all. Today the All-In-One Code Framework sample Story Creator has a web role, which contains a RESTful service that allows you to upload...
Microsoft All-In-One Code Framework
[Sample of Feb 25th] Customize Visual Studio Status Bar
Posted
over 1 year ago
by
Jialiang Ge [MSFT]
2
Comments
Sample Download: http://code.msdn.microsoft.com/Customize-VS-status-bar-in-0990ed78 Today’s code sample demonstrates customizing the status bar of Visual Studio. The Visual Studio status bar, the horizontal region at the bottom of the Visual...
Microsoft All-In-One Code Framework
[Sample of Feb 24th] Change AppPool identity programmatically in Windows Azure
Posted
over 1 year ago
by
Jialiang Ge [MSFT]
1
Comments
Sample Download: http://code.msdn.microsoft.com/CSAzureChangeAppPoolIdentit-27099828 Today’s code sample demonstrates changing AppPool identity programmatically in Windows Azure . Most of customers test their applications to connect to cloud...
Microsoft All-In-One Code Framework
[Sample of Feb 28th] Interactive Windows Service
Posted
over 1 year ago
by
Jialiang Ge [MSFT]
1
Comments
Sample download: http://code.msdn.microsoft.com/CSCreateProcessAsUserFromSe-b682134e Today’s code sample demonstrates a very frequently asked programming scenario for Windows developers: how to create/launch a process interactively in the session...
Microsoft All-In-One Code Framework
[Sample of Feb 23rd] Save a DIB on the Clipboard to a File using Silverlight 5
Posted
over 1 year ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Download: http://code.msdn.microsoft.com/CSTFSAddCheckOutEventType-673d0536 Today’s code sample demonstrates accessing the Windows Clipboard and retrieving a Device Independent Bitmap (DIB) and saving the DIB to a file in Silverlight 5...
Microsoft All-In-One Code Framework
[Sample of Feb 29th] Story Creator Sample Application for Windows Phone 7
Posted
over 1 year ago
by
Jialiang Ge [MSFT]
0
Comments
Sample download: C# version: http://code.msdn.microsoft.com/CSWP7AzureVideoStory-2b9c3e12 VB version: http://code.msdn.microsoft.com/VBWPAzureVideoStory-ed1d5acc Today’s code sample is a big sample application that combines many hot technologies...
Microsoft All-In-One Code Framework
[Sample of Feb 21st] Add CheckOut Event to TFS
Posted
over 1 year ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Download: http://code.msdn.microsoft.com/CSTFSAddCheckOutEventType-673d0536 Today’s code sample demonstrates how to enable checkout notification in TFS2010. In TFS2010, when a user sends a Check out (PendChanges) request to server, the...
Microsoft All-In-One Code Framework
[Sample of Feb 26th] Write / add SPN to user or computer account in Active Directory
Posted
over 1 year ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Download: http://code.msdn.microsoft.com/CSDsWriteAccountSPN-95c31397 Today’s code sample is related to Active Directory . It demonstrates how to write/add Service Principal Name (SPN) to any user or computer account object in Active...
Microsoft All-In-One Code Framework
[Sample of Feb 27th] List process type information for all running processes
Posted
over 1 year ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Download: http://code.msdn.microsoft.com/CppCheckProcessType-1f81439d Today’s code sample demonstrates how to list process type information for all running processes in C++, such as Is a Console Application or Is a Windows Application...
Microsoft All-In-One Code Framework
[Sample of Feb 22nd] Using Direct2D for Server-Side Rendering with ASP.NET
Posted
over 1 year ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Download: http://code.msdn.microsoft.com/CSD2DServerSideRendering-2d099ab6 Today’s code sample demonstrates how to use Direct2D to render images in ASP.NET web applications. Some server applications need to render images and send back...
Page 1 of 1 (16 items)