CodeProject
January, 2013 - 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
January, 2013
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
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
(17)
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
I have an iOS or Android app. How do I port it to Windows Store app?
Posted
5 months ago
by
Jialiang Ge [MSFT]
0
Comments
This is a frequently asked question in MSDN forums: I have an iOS or Android app. How do I port it to Windows Store app? Here is the answer: http://channel9.msdn.com/Blogs/OneCode/How-to-Port-iOS-apps-to-Windows-Store-apps http...
Microsoft All-In-One Code Framework
Unbox the 1st New Year Gift from Microsoft All-In-One Code Framework
Posted
5 months ago
by
Jialiang Ge [MSFT]
2
Comments
Happy New Year! Thank you for all your support in 2012. So many exciting things have happened! Global PowerShell MVPs and the community gave lots of suggestions to change us for the better. With your love and support, we have been so blessed to achieve...
Microsoft All-In-One Code Framework
Unbox the 2nd New Year Gift from Microsoft All-In-One Code Framework
Posted
5 months ago
by
All-In-One Code Framework
1
Comments
Happy 2013! All-In-One Code Framework wishes you a happy and prosperous New Year! Today, we are going to unbox the second New Year gift. If you missed the first one, please click here to see the excitement. :) One of the top feature requests that...
Microsoft All-In-One Code Framework
[Sample Of Jan 5th] Convert live camera feed to bytes in Windows Phone 8
Posted
5 months ago
by
philip fu
0
Comments
Sample Download: CS Version: http://code.msdn.microsoft.com/CSWP8CameraFeedByteConverte-979b13f0 VB Version: http://code.msdn.microsoft.com/VBWP8CameraFeedByteConverte-18f187a1 This sample will demo you how to convert live camera feed from Windows...
Microsoft All-In-One Code Framework
[Sample Of Jan 19th] Stop postback in javascript
Posted
4 months ago
by
philip fu
0
Comments
Sample Download: http://code.msdn.microsoft.com/CSASPNETStopPostbackInJS-b817f7ec The project illustrates how to stop postbacks event in JavaScript. There are many threads mention about this kind of questions, user want to know how to stop auto-postbacks...
Microsoft All-In-One Code Framework
[Sample Of Jan 6th] How to use Bing Translator API in Windows Azure
Posted
5 months ago
by
philip fu
0
Comments
Sample Download : CS Version: http://code.msdn.microsoft.com/CSAzureBingTranslatorSample-7c3a2d9b VB Version: http://code.msdn.microsoft.com/VBAzureBingTranslatorSample-e0cfc6f7 This Sample will show you how to use Bing translator, when you get...
Microsoft All-In-One Code Framework
[Sample Of Jan 20th] Drag and drop ListView item using jQuery
Posted
4 months ago
by
philip fu
0
Comments
Sample Download : CS Version: http://code.msdn.microsoft.com/CSASPNETDragItemInListView-4dd39428 VB Version: http://code.msdn.microsoft.com/VBASPNETDragItemInListView-07a48770 The project illustrates how to drag and drop items in ListView...
Microsoft All-In-One Code Framework
[Sample Of Jan 4th] Databind with CollectionViewSource in Windows Phone 8
Posted
5 months ago
by
philip fu
0
Comments
Sample Download : CS Version: http://code.msdn.microsoft.com/CSWP8CollectionViewSource-41c362bf VB Version: http://code.msdn.microsoft.com/VBWP8CollectionViewSource-51fc6873 This sample demonstrates how to perform data binding with CollectionViewSource...
Microsoft All-In-One Code Framework
[Sample Of Jan 17th] Image Verification Code for Logging in ASP.NET
Posted
5 months ago
by
philip fu
0
Comments
Sample Download: CS Version: http://code.msdn.microsoft.com/CSASPNETVerificationImage-81902fa4 VB Version: http://code.msdn.microsoft.com/VBASPNETVerificationImage-3873cacc This sample will demo you how to create an image verification code in...
Microsoft All-In-One Code Framework
[Sample Of Jan 14th] Partitioning sample on SQL Azure
Posted
5 months ago
by
philip fu
0
Comments
Sample Download: CS Version: http://code.msdn.microsoft.com/CSSqlAzurePartitioning-1a4a3822 VB Version: http://code.msdn.microsoft.com/VBSqlAzurePartitioning-b2d189db This sample demonstrates how to partition your data in SQL Azure. It shows...
Microsoft All-In-One Code Framework
[Sample Of Dec 31st] How to add item to grouped Gridview dynamically in Windows Store app
Posted
5 months ago
by
philip fu
0
Comments
Sample Download : CS Version: http://code.msdn.microsoft.com/CSWindowsStoreAppAddItem-a5d7fbcc VB Version: http://code.msdn.microsoft.com/VBWindowsStoreAppAddItem-071ebe5f This sample demonstrates how to add an item dynamically to a grouped GridView...
Microsoft All-In-One Code Framework
[Sample Of Jan 11st] Use a web role to serve files from blob storage in Windows Azure
Posted
5 months ago
by
philip fu
0
Comments
Sample Download : CS Version: http://code.msdn.microsoft.com/CSAzureServeFilesFromBlobSt-24157119 VB Version: http://code.msdn.microsoft.com/VBAzureServeFilesFromBlobSt-8675190a The sample code demonstrates a way to serve files from storage via...
Microsoft All-In-One Code Framework
[Sample Of Jan 2nd] Download FTP file in Windows Store app
Posted
5 months ago
by
philip fu
4
Comments
Sample Download : CS Version: http://code.msdn.microsoft.com/VBWindowsStoreAppFTPDownloa-0131c3cf VB Version: http://code.msdn.microsoft.com/VBWindowsStoreAppFTPDownloa-0131c3cf This sample demonstrates how to download a file from IIS FTP server...
Microsoft All-In-One Code Framework
[Sample Of Jan 18th]Set value to "IN Parameter" of SqlDataSource in ASP.NET
Posted
5 months ago
by
philip fu
0
Comments
Sample Download : CS Version: http://code.msdn.microsoft.com/CSASPNETInParameterOfSql-efbc8537 VB Version: http://code.msdn.microsoft.com/VBASPNETInParameterOfSql-e185c4ca This sample code will demonstrate how to set value to “IN Parameter”...
Microsoft All-In-One Code Framework
[Sample Of Jan 25th] Upload/edit image in ASP.NET
Posted
4 months ago
by
philip fu
0
Comments
Sample Download : CS Version: http://code.msdn.microsoft.com/CSASPNETImageEditUpload-b6e368e4 VB Version: http://code.msdn.microsoft.com/VBASPNETImageEditUpload-541c64ca The project demonstrates how to insert, edit and update a database with...
Microsoft All-In-One Code Framework
[Sample Of Jan 30th] Dynamically build lambda expression
Posted
4 months ago
by
philip fu
0
Comments
Sample Download: http://code.msdn.microsoft.com/CSDynamicallyBuildLambdaExp-8aeca0c4 The sample demonstrates how to dynamically build lambda expression and show data into DataGridView Control. You can find more code samples that demonstrate the...
Microsoft All-In-One Code Framework
[Sample Of Jan 8th] How to view SQL Azure Report Services
Posted
5 months ago
by
philip fu
0
Comments
Sample Download: CS Version: http://code.msdn.microsoft.com/CSAzureSQLReportingServices-e3ffff52 VB Version: http://code.msdn.microsoft.com/AzureSQLReportingServices-432d3fc9 The sample code demonstrates how to access SQL Azure Reporting Service...
Microsoft All-In-One Code Framework
[Sample Of Jan 23rd]How to make a Multiple-Head GridView in ASP.NET
Posted
4 months ago
by
philip fu
0
Comments
Sample Download : CS Version: http://code.msdn.microsoft.com/CSASPNETMultiHeadGridView-d65df100 VB Version: http://code.msdn.microsoft.com/VBASPNETMultiHeadGridView-6f7b0b0a This sample will demo you how to make a Multiple-Header GridView...
Microsoft All-In-One Code Framework
[Sample Of Jan 22nd] Flter data using jquery load
Posted
4 months ago
by
philip fu
0
Comments
Sample Download : CS Version: http://code.msdn.microsoft.com/JqueryFilterLoadDynamicCont-e3481cba VB Version: http://code.msdn.microsoft.com/JqueryFilterLoadDynamicCont-8f8b0bfd The sample code demonstrates how to load dynamic ASPX pages in order...
Microsoft All-In-One Code Framework
[Sample Of Jan 7th] How to determine Azure instance in which slot
Posted
5 months ago
by
philip fu
0
Comments
Sample Download: CS Version: http://code.msdn.microsoft.com/CSAzureDeploymentSlot-1ce0e3b5 VB Version: http://code.msdn.microsoft.com/VBAzureDeploymentSlot-8f7873eb The sample code demonstrates how to determine Azure instance is in Production...
Microsoft All-In-One Code Framework
[Sample Of Jan 9th] 3 Tier ASP.NET Web App wit Entity Framework (and Self Tracking Objects) in Windows Azure
Posted
5 months ago
by
philip fu
0
Comments
Sample Download: CS Version: http://code.msdn.microsoft.com/CSAzureNTierWebRoleWithSess-65c3d320 VB Version: http://code.msdn.microsoft.com/VBAzureNTierWebRoleWithSess-43981cba The sample code demonstrates how to build a simple 3-tier Asp.net...
Microsoft All-In-One Code Framework
[Sample Of Jan 28th] A basic online file system in ASP.NET
Posted
4 months ago
by
philip fu
0
Comments
Sample Download : CS Version: http://code.msdn.microsoft.com/CSASPNETOnlineFileSystem-040f6c40 VB Version: http://code.msdn.microsoft.com/VBASPNETOnlineFileSystem-c29ab7f2 The code sample shows you how to build an online file system to upload...
Microsoft All-In-One Code Framework
[Sample Of Jan 3rd] Accesse Item's Index when Databind in Windows Phone 8
Posted
5 months ago
by
philip fu
0
Comments
Sample Download : CS Version: http://code.msdn.microsoft.com/CSWP8AccessItemIndex-eb8d67bc VB Version: http://code.msdn.microsoft.com/VBWP8AccessItemIndex-4a66dcb5 This sample will demonstrate how to access the index of an ItemsControl when data...
Microsoft All-In-One Code Framework
[Sample Of Jan 10th] Call web services through service bus by Windows Phone Application
Posted
5 months ago
by
philip fu
0
Comments
Sample Download: CS Version: http://code.msdn.microsoft.com/CSAzureServiceBusWithWindow-13e510e2 VB Version: http://code.msdn.microsoft.com/VBAzureServiceBusWithWindow-419b7197 The sample code demonstrates how to expose an on-premise REST service...
Microsoft All-In-One Code Framework
[Sample Of Jan 1st] Windows Store app: How to access data in an IBuffer in C++
Posted
5 months ago
by
philip fu
0
Comments
Sample Download: http://code.msdn.microsoft.com/CppWindowsStoreAppManipulat-2e5e4c7b IBuffers are returned in several places (WriteableBitmap::PixelBuffer being the most common request) and it isn't clear how to manipulate them. We have samples of...
Page 1 of 2 (32 items)
1
2