CodeProject
July, 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
July, 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 July 29th] Reload page content regularly in ASP.NET
Posted
10 months ago
by
Jialiang Ge [MSFT]
4
Comments
Sample Download : http://code.msdn.microsoft.com/CSASPNETReloadPartContent-4272e6a0 This sample shows how to reload part of the page content regularly. One way is to use meta tag to refresh page regularly. Here we use javascript setInterval with jquery...
Microsoft All-In-One Code Framework
[Sample of July 28th] Demo the use of SPCalendarView in SharePoint
Posted
10 months ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Download : http://code.msdn.microsoft.com/CSSharePointCustomCalendar-0e922479 This sample code demonstrates how to use "SPCalendarView" class to develop a custom calendar in a visual web part. You can find more code samples that demonstrate...
Microsoft All-In-One Code Framework
[Sample of July 27] Check whether the page is "refreshed"
Posted
10 months ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Download : http://code.msdn.microsoft.com/CSASPNETCheckPageRefresh-9811ec12 The CSASPNETCheckPageRefresh sample demonstrates how to check whether the page is refreshed or not. User usually wants to check whether a page is refreshed again in...
Microsoft All-In-One Code Framework
[Sample of July 26th] Get SharePoint list ID from list URL
Posted
10 months ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Download : http://code.msdn.microsoft.com/CSSharepointGetListIDFromLi-354a5a6f The sample will show you how to get the list ID, name from the list url by using web service. In this sample, we use Lists.GetListCollection Method of list web Services...
Microsoft All-In-One Code Framework
[Sample of July 25th] General Multiple Filter User Control in ASP.NET
Posted
10 months ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Download : http://code.msdn.microsoft.com/CSASPNETMultiFiltering-2d835add The project gives you a general and useful multiple-filtering control and shows how to use this general multiple filtering control to filter records with the help of SqlDataSource...
Microsoft All-In-One Code Framework
[Sample of July 24th] Get selected item from list populated by ASP.NET AJAX AutoCompleteExtender at code behind
Posted
10 months ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Download : http://code.msdn.microsoft.com/CSASPNETGetSelectedValueOfA-298c1fe7 This sample shows how you can get selected item when you select an item from list populated by AutoCompleteExtender at code behind. Normally, AutoCompleteExtender...
Microsoft All-In-One Code Framework
[Sample of July 23rd] Call Claim-aware WCF Web Service from SPS 2010
Posted
10 months ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Download : http://code.msdn.microsoft.com/CSSharePointCallClaimsAware-8f2c3913 This sample code will demonstrate how to call a Claims-Aware WCF Service from a SharePoint 2010 Claims Site. We use Service Application Framework (SAF) to host WCF...
Microsoft All-In-One Code Framework
[Sample of July 22nd] VSTO Excel workbook customization
Posted
10 months ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Download : http://code.msdn.microsoft.com/VBVstoExcelWorkbook-c5ecb0ea The VBVstoExcelWorkbook provides the examples on how to customize Excel Workbooks by using the ListObject and the document Actions Pane. The Microsoft.Office.Interop...
Microsoft All-In-One Code Framework
[Sample of July 21st] Windows Forms single instance application
Posted
10 months ago
by
Jialiang Ge [MSFT]
2
Comments
Sample Download : http://code.msdn.microsoft.com/CSWinFormSingleInstanceApp-d1791628 The SingleInstanceApp sample demonstrates how to achieve the goal that only one instance of the application is allowed in Windows Forms application. In this sample...
Microsoft All-In-One Code Framework
[Sample of July 20th] Named-pipe communication for IPC
Posted
10 months ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Download : http://code.msdn.microsoft.com/CSNamedPipeCommunication-33b2485c Today's code sample demonstrates how to do inter-process communication using named pipe. Named pipe is a mechanism for one-way or duplex inter-process...
Microsoft All-In-One Code Framework
[Sample of July 19th] Remove registered scripts in ASP.NET
Posted
10 months ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Download : http://code.msdn.microsoft.com/VBASPNETRemoveRegisteredScr-f5ac6028 Today's code sample demonstrates how to remove scripts registered by RegisterStartupScript and RegisterClientScriptBlock. Users can register scripts by RegisterStartupScript...
Microsoft All-In-One Code Framework
[Sample of July 18th] Alert for SharePoint 2010 disscussionboard
Posted
11 months ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Download : http://code.msdn.microsoft.com/AddAlertForDiscussionBoard-16a412ff The sample code demonstrates how to add alert function for SharePoint 2010 Discussion board. This is a very common issue in forums, many developers want to create...
Microsoft All-In-One Code Framework
[Sample of July 17] Create IE Explorer Bar in C#
Posted
11 months ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Download : http://code.msdn.microsoft.com/CSIEExplorerBar-ba8fe182 The VC# code sample demonstrates how to create and deploy an IE Explorer Bar which can list all the images in the current web page. You can find more code samples that...
Microsoft All-In-One Code Framework
[Sample of July 16] Control URL file access in ASP.NET
Posted
11 months ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Download : http://code.msdn.microsoft.com/CSASPNETControlPermissionFo-8ed8306b The project illustrates how to control the permission for project files and folders on server, and protect them from being downloaded. Here we give a solution...
Microsoft All-In-One Code Framework
[Sample of July 15] Load Windows Forms TreeView nodes from a DataTable
Posted
11 months ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Download : http://code.msdn.microsoft.com/VBWinFormTreeViewLoad-daabfd8e This example demonstrates how to create a TreeView from a DataTable. You can find more code samples that demonstrate the most typical programming scenarios...
Microsoft All-In-One Code Framework
[Sample of July 13] Auto user login in ASP.NET site with HttpWebRequest
Posted
11 months ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Download : http://code.msdn.microsoft.com/VBASPNETAutoLogin-023c5ab4 Today’s code sample illustrates how to programmatically log a user into an ASP.NET site using HttpWebRequest Class. To achieve this, we request the ASP.NET login form...
Microsoft All-In-One Code Framework
Welcome to the new Microsoft All-In-One Code Framework blog!
Posted
11 months ago
by
Jialiang Ge [MSFT]
1
Comments
Today we are introducing a newly upgraded Microsoft All-In-One Code Framework blog portal. It has been redesigned and facelifted to better introduce the services and new code samples for developers. http://blogs.msdn.com/b/onecode
Microsoft All-In-One Code Framework
[Sample of July 12th] Customized Intelligent TextBox in ASP.NET
Posted
11 months ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Download : http://code.msdn.microsoft.com/VBASPNETIntelligentTextBox-a39e739e This example illustrates how to create a customized intelligent TextBox control via Asp.net, just like MSDN library's search TextBox . This sample code...
Microsoft All-In-One Code Framework
Sharing "SQL Server and SQL Azure Samples Blog"
Posted
11 months ago
by
Jialiang Ge [MSFT]
2
Comments
Derrick VanArnam and Susan Joly from the SQL Server Customer Experience team started an Agile Sample development process for connecting with customers and developing SQL Server and SQL Azure code samples. http://blogs.msdn.com/b/derrick_vanarnams_blog...
Microsoft All-In-One Code Framework
[Sample of Jul 11th] Drag-and-drop operations in Windows Forms
Posted
11 months ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Download : http://code.msdn.microsoft.com/CSWinFormDragAndDrop-640b7c7f Windows users fall into two general categories: those who prefer to use the keyboard and those who prefer to use the mouse. Programmers have been taught to look after the...
Microsoft All-In-One Code Framework
[Sample of Jul 10th] Create RSS feed in ASP.NET
Posted
11 months ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Download : http://code.msdn.microsoft.com/CSASPNETRssFeeds-7f3a69e0 This example s hows how to create a rss feed using ASP.NET. The AddArticle page in the sample is used to update the database. We can add, edit, update and delete a record, an...
Microsoft All-In-One Code Framework
[Sample of Jul 9th] ASP.NET event bubbling sample
Posted
11 months ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Download : http://code.msdn.microsoft.com/CSASPNETuserControlEventExp-7cbad03f The project illustrates how to bubble an event from Web User Control to the web page that may display something on Web Page according to which event is fired in this...
Microsoft All-In-One Code Framework
Three Years, Five Million Downloads
Posted
11 months ago
by
Jialiang Ge [MSFT]
0
Comments
Time really flies! In three short years, All-In-One Code Framework has grown from a fledgling startup to a robust code sample library with over five million downloads worldwide. With more than 900 customer-driven code samples, and the launch...
Microsoft All-In-One Code Framework
[Sample of Jul 8th] Call Azure storage REST API
Posted
11 months ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Download : http://code.msdn.microsoft.com/CSAzureStorageRESTAPI-2b9055fb Sometimes we need to use raw REST API instead of the StorageClient class provided by SDK. i.e. inserting an entity to table storage without schema, writing a "StorageClient...
Microsoft All-In-One Code Framework
[Sample of Jul 7th] Implement custom authorization in C#
Posted
11 months ago
by
Jialiang Ge [MSFT]
0
Comments
Sample Download : http://code.msdn.microsoft.com/CSCustomAuthorization-241c2ff7 The .NET Framework provides an extensible framework for authorizing and authenticating users. This sample demonstrates how to implement custom authentication and authorization...
Page 1 of 2 (31 items)
1
2