CodeProject
Browse by Tags - 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
Homepage
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
Search
Browse by Tags
Archives
Archives
May 2013
(15)
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)
Tags
.NET Framework
ADO.NET
AJAX
ASP.NET
Blog
Entity Framework
Internet Explorer
Network
News
Office
Release
SampleBrowser
SampleOfTheDay
SharePoint
Silverlight
TFS
VSX
Windows 8
Windows Azure
Windows Forms
Windows General
Windows Phone
Windows Phone 7
Windows SDK
WPF
Common Tasks
Blog Home
Email Blog Author
RSS for posts
RSS for comments
Tagged Content List
Blog Post:
[Sample Of May 14th] Access Azure table storage via WCF Data Services
philip fu
Sample Download : CS Version: http://code.msdn.microsoft.com/CSAzureTableStorageWCFDS-2355159b VB Version: http://code.msdn.microsoft.com/VBAzureTableStorageWCFDS-3d0e1c52 This sample demonstrates how to run a WCF Data Service on Windows Azure. The data service uses table storage as its data...
on
14 May 2013
Blog Post:
[Sample Of Mar 10th] Silverlight 4 COM interop feature demo
philip fu
Sample Download : CS Version: http://code.msdn.microsoft.com/CSSL4COMInterop-8bf3d5bb VB Version: http://code.msdn.microsoft.com/VBSL4COMInterop-f1fcda18 This project created a simple application, which could interoperate with COM components, exporting data to notepad or Microsoft Excel applications...
on
10 Mar 2013
Blog Post:
[Sample of Dec 2nd] Azure + Bing Map sample application
philip fu
Sample Download: CS Version: http://code.msdn.microsoft.com/CSAzureBingMaps-bab92df1 VB Version: http://code.msdn.microsoft.com/VBAzureBingMaps-a1edcf40 The sample application combines cloud computing solutions (e.g. Windows Azure, SQL Azure, Bing Maps, Windows Live) and other modern technologies...
on
2 Dec 2012
Blog Post:
[Sample of Nov 25th] Use Silverlight along with SharePoint
philip fu
Sample Download : http://code.msdn.microsoft.com/CSSharePointSilverlightInte-88fd7b56 The code sample demonstrates how to use Silverlight along with SharePoint. A Silverlight application can be hosted inside a SharePoint site and it is called as a Silverlight WebPart. You can find more code samples...
on
25 Nov 2012
Blog Post:
[Sample of Nov 19th] Drag and drop file to Silverlight app
philip fu
Sample Download : CS Version: http://code.msdn.microsoft.com/CSSL4FileDragDrop-b44a2dd1 VB Version: http://code.msdn.microsoft.com/VBSL4FileDragDrop-6b3a2f23 Drag&Drop is the new supported feature in Silverlight4. In this sample, we demonstrate how to implement visual element's drag&drop...
on
19 Nov 2012
Blog Post:
[Sample of Nov 18th] Show the Cancel button in Silverlight 4 DataForm
philip fu
Sample Download : http://code.msdn.microsoft.com/CSSL4DataFormCancelButton-a61472ff This code sample demonstrates how to show Cancel Button in DataForm when editting. You can find more code samples that demonstrate the most typical programming scenarios by using Microsoft All-In-One Code Framework...
on
18 Nov 2012
Blog Post:
[Sample of Nov 9th] Binding DataGrid with Two way mode and MVVM pattern
philip fu
Sample Download : CS Version: http://code.msdn.microsoft.com/CSSL4DataGridBindingInMVVM-a5ad2cc5 VB Version: http://code.msdn.microsoft.com/VBSL4DataGridBindingInMVVM-3ffdfd5b The project illustrates how to bind data source with using two way mode with frequent changed data, the clients can...
on
9 Nov 2012
Blog Post:
[Sample of Oct 30th] Socket programming in Silverlight
philip fu
Sample Download : CS Version: http://code.msdn.microsoft.com/CSSL4SocketProgramming-34ed98c2 VB Version: http://code.msdn.microsoft.com/VBSL4SocketProgramming-6bc685f5 The project illustrates how to use Socket achieve MultiCast function in Silverlight. We demonstrate ISM and SSM in this sample...
on
30 Oct 2012
Blog Post:
[Sample of Oct 23rd] A sample music player supporting playlist in Silverlight
philip fu
Sample Download : CS Version: http://code.msdn.microsoft.com/CSSL4MusicPlayer-069bbbf8 VB Version: http://code.msdn.microsoft.com/VBSL4MusicPlayer-06d1bbce The project illustrates how to create a music player supporting playlist in Silverlight. User can upload some music files in Web application...
on
23 Oct 2012
Blog Post:
[Sample of Oct 21st] UDP multicast client in Silverlight
philip fu
Sample Download : http://code.msdn.microsoft.com/CSSL4UdpAnySourceMulticastL-3fb81c14 This code sample implements a simple UDP multicast client in Silverlight, listening on port 8888. You can find more code samples that demonstrate the most typical programming scenarios by using Microsoft...
on
21 Oct 2012
Blog Post:
[Sample of June 18th] Silverlight netTcp transport binding element
Jialiang Ge [MSFT]
Sample Download : http://code.msdn.microsoft.com/VBTabbedWebBrowser-f0c0a525 Silverlight4 support netTcp transport binding element, which gives us a new choice to implement duplex WCF. In this sample, we create a simple weather report subscription application to demonstrate how to consume netTcp WCF...
on
18 Jun 2012
Blog Post:
[Sample of May 11th] Silverlight DataGrid group header style sample
Jialiang Ge [MSFT]
Sample Downloads: http://code.msdn.microsoft.com/CSSL4DataGridGroupHeaderSty-92ce9810 Today’s sample illustrates how to define group header style of different levels and define group header style according to group header content. You can find more code samples that demonstrate the most typical...
on
11 May 2012
Blog Post:
[Sample of May 10th] Silverlight TreeView supports CRUD and drag&drop
Jialiang Ge [MSFT]
Sample Downloads: http://code.msdn.microsoft.com/CSSLTreeViewCRUDDragDrop-ee92c4fe Today’s sample showcases a custom TreeView with added functionalities of CRUD and Drag-And-Drop operations. It was written by our star sample writer: Amit Dey You can find more code samples that demonstrate...
on
10 May 2012
Blog Post:
[Sample of Mar 9th] Use Silverlight fragment navigation to perform a search
Jialiang Ge [MSFT]
Sample Download: C# version: http://code.msdn.microsoft.com/CSSL4FragmentSearch-abb6a266 VB version: http://code.msdn.microsoft.com/VBSL4FragmentSearch-2e8b4c6d Today’s code sample demonstrates the use of fragment navigation within Silverlight to perform a search. The advantage this provides...
on
9 Mar 2012
Blog Post:
[Sample of Feb 23rd] Save a DIB on the Clipboard to a File using Silverlight 5
Jialiang Ge [MSFT]
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 . If you are developing Silverlight applications...
on
23 Feb 2012
Blog Post:
CSSL4FragmentSearch Silverlight Sample
Jon Burchel - Microsoft
Download: http://code.msdn.microsoft.com/CSSL4FragmentSearch-abb6a266 This sample is a very simple implementation demonstrating the use of fragment navigation within Silverlight to perform a search. This allows users to save a URL and return immediately to their search location later using a link...
on
19 Jul 2011
Blog Post:
Silverlight TreeView Control With CRUD and drag & drop
Jialiang Ge [MSFT]
Sample download: http://1code.codeplex.com/releases/view/62253#DownloadId=215079 Amit Dey from Microsoft contributed a nice Silverlight code sample that demonstrates enabling CRUD (Create, Read, Update, Delete) and drag & drop in Silverlight TreeView control. Silverlight TreeView control with...
on
15 Feb 2011
Blog Post:
All-In-One Silverlight Code Samples
Jialiang Ge [MSFT]
All-In-One Silverlight Code Samples Introduction Download Silverlight Code Samples Request Silverlight Code Samples Introduction Silverlight is a powerful development platform for creating engaging, interactive applications for many screens across the Web, desktop, and mobile...
on
26 Nov 2010
Blog Post:
Work with Silverlight Deep Zoom
Jialiang Ge [MSFT]
Introduction (To get the code sample of this blog post, please refer to the sample named CSSL3DeepZoom in All-In-One Code Framework project at http://cfx.codeplex.com/ . This sample will be included in our next release.) My Name is Yilun Luo. I have worked as a support engineer for 3 years in Microsoft...
on
31 Aug 2009
Blog Post:
CodeFx Silverlight Project Serials Released!
Jialiang Ge [MSFT]
My Name is Allen Chen. I have worked as a support engineer for 3 years in Microsoft. Recently I joined All-in-One project team to work together with other specialists to create this fabulous framework. If you take a look at our latest release notes you’ll get excited to see that some Silverlight 3...
on
30 Jul 2009
Page 1 of 1 (20 items)