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
(17)
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
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
Common Tasks
Blog Home
Email Blog Author
RSS for posts
RSS for comments
Tagged Content List
Blog Post:
[Sample Of May 20th] Uninstall disks with VDS
philip fu
Sample Download : http://code.msdn.microsoft.com/CppVDSUninstallDisks-7192ea26 This sample demonstrates how to use VDS to uninstall disks and volumes. Warning : uninstalling a disk may lead to potential data loss. Use this sample with care. You can find more code samples that demonstrate the...
on
21 May 2013
Blog Post:
[Sample Of May 19th] VSTO ServerDocument class demo
philip fu
Sample Download : http://code.msdn.microsoft.com/VBVstoServerDocument-824ea223 The code sample demonstrates how to use the ServerDocument class to extract information from a VSTO customized Word document or Excel Workbook; and also how to programmatically add / remove VSTO customizations. You can...
on
19 May 2013
Blog Post:
[Sample Of May 16th] ASP.NET load globalization res from assembly
philip fu
Sample Download : CS Version: http://code.msdn.microsoft.com/CSASPNETGloablizationInAsse-61b88691 VB Version: http://code.msdn.microsoft.com/VBASPNETGlobalizationInAsse-212f017d The code sample demonstrates how to load embeded resources in an assembly based on the culture information, and how...
on
16 May 2013
Blog Post:
[Sample Of May 15th] File handle operations demo
philip fu
Sample Download : http://code.msdn.microsoft.com/CppFileHandle-baa56c07 This VC++ code sample demonstrates two typical scenarios of using file handles - enumerate file handles and get file name from a file handle. You can find more code samples that demonstrate the most typical programming scenarios...
on
15 May 2013
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 May 13rd] Object persistence in Windows Forms
philip fu
Sample Download : http://code.msdn.microsoft.com/CSWinFormObjPersistence-43974141 The Object Persistance sample demonstrates how to persist an object's data between instances, so that the data can be restored the next time the object is instantiated. You can find more code samples that demonstrate...
on
13 May 2013
Blog Post:
[Sample Of May 12nd] UAC self-elevation
philip fu
Sample Download : CS Version: http://code.msdn.microsoft.com/CSUACSelfElevation-644673d3 VB Version: http://code.msdn.microsoft.com/VBUACSelfElevation-4c014507 Cpp Version: http://code.msdn.microsoft.com/CppUACSelfElevation-981c0160 User Account Control (UAC) is a new security component in...
on
12 May 2013
Blog Post:
[Sample Of May 11st] Entity Data Model demo
philip fu
Sample Download : CS Version: http://code.msdn.microsoft.com/CSEFEntityDataModel-e5d5924f VB Version: http://code.msdn.microsoft.com/VBEFEntityDataModel-aea853bd This example illustrates how to work with EDM in various ways. It includes many to many association, one to many association, one...
on
11 May 2013
Blog Post:
[Sample Of May 9th] Custom MultiValues Control for WebAccess
philip fu
Sample Download : CS Version: http://code.msdn.microsoft.com/CSTFSWebAccessWorkItemMulti-ace1b01e VB Version: http://code.msdn.microsoft.com/VBTFSWebAccessWorkItemMulti-4428dd9f The code sample demonstrates how to create a custom MultiValues work item control of TFS2010 WebAccess. You can...
on
9 May 2013
Blog Post:
[Sample Of May 8th] Custom DataGrid Control for WebAccess
philip fu
Sample Download : CS Version: http://code.msdn.microsoft.com/CSTFSWebAccessWorkItemDataG-c4cdf62b VB Version: http://code.msdn.microsoft.com/VBTFSWebAccessWorkItemDataG-fa3fa520 The code sample demonstrates how to create a Custom Data Grid work item control of TFS2010 WebAccess. Display...
on
8 May 2013
Blog Post:
[Sample Of May 7th] Add CheckOut Event to TFS
philip fu
Sample Download : http://code.msdn.microsoft.com/CSTFSAddCheckOutEventType-673d0536 The sample demonstrates how to enable checkout notification in TFS2010. In TFS2010, when a user sends a Check out (PendChanges) request to server, the server will send a PendChangesNotification before the items...
on
7 May 2013
Blog Post:
[Sample Of May 6th] Get link info of a TFS work item
philip fu
Sample Download : CS Version: http://code.msdn.microsoft.com/CSTFSWorkItemLinkInfoDetail-d141169b VB Version: http://code.msdn.microsoft.com/VBTFSWorkItemLinkInfoDetail-e22ecdfd The sample demonstrates how to get the link details of a WorkItemLinkInfo object. The detailed information is like...
on
6 May 2013
Blog Post:
[Sample Of May 5th] Drag-and-drop operations in Windows Forms
philip fu
Sample Download : CS Version: http://code.msdn.microsoft.com/CSWinFormDragAndDrop-640b7c7f VB Version: http://code.msdn.microsoft.com/VBWinFormDragAndDrop-3af87f94 This example demonstrates how to perform drag-and-drop operations in a Windows Forms Application. You can find more code samples...
on
5 May 2013
Blog Post:
[Sample Of May 4th] Support multi-touch in WPF
philip fu
Sample Download : CS Version: http://code.msdn.microsoft.com/CSWPF3DMultiTouch-17e457ba VB Version: http://code.msdn.microsoft.com/VBWPF3DMultiTouch-acdbe10e This sample demonstrates how to use WPF 4's multi-touch events to manipulate a 3D scene. It renders an earth. You can use your fingers...
on
4 May 2013
Blog Post:
[Sample Of May 2nd] Create low-integrity process
philip fu
Sample Download : CS Version: http://code.msdn.microsoft.com/CSCreateLowIntegrityProcess-d7cb5e4d VB Version: http://code.msdn.microsoft.com/VBCreateLowIntegrityProcess-4df197cc Cpp Version: http://code.msdn.microsoft.com/CppCreateLowIntegrityProces-8dd7731d The code sample demonstrates...
on
2 May 2013
Blog Post:
[Sample Of May 1st] Retrieve office 365 user details and give permission thru c# using EWS and PowerShell
philip fu
Sample Download : http://code.msdn.microsoft.com/Retrieve-office-365-user-63e054ad#content Office 365 Delegates Tool has been developed to help Office 365 Exchange administrators to perform get mailbox and the calendar delegate task for the mailboxes in the cloud. Also developers and IT Professional...
on
1 May 2013
Blog Post:
[Sample Of Apr 30th] Shut down a computer using .NET
philip fu
Sample Download : http://code.msdn.microsoft.com/CSShutdownComputer-b2cfbc74 The application demonstrates how to shut down a computer using .net. I’ve pinvoked the native API’s to get this going. Following are the API’s implemented… ExitWindowsEx InitiateShutdown...
on
1 May 2013
Blog Post:
[Sample Of Apr 29th] How to create DataTable manually with specific schema definitions
philip fu
Sample Download : http://code.msdn.microsoft.com/How-to-create-DataTable-25f6c390 Sometimes we may need to create the DataTable manually and some specific schema definitions, such as Foreign Key constraints, expression columns and so on. In this sample, we will demonstrate how to create the DataTable...
on
29 Apr 2013
Blog Post:
[Sample Of Apr 26th] Interactive Windows Service
philip fu
Sample Download : http://code.msdn.microsoft.com/CSCreateProcessAsUserFromSe-b682134e The sample demonstrates how to create/launch a process interactively in the session of the logged-on user from a service application written in C#.Net.. You can find more code samples that demonstrate the most...
on
26 Apr 2013
Blog Post:
[Sample Of Apr 25th] Complex Type Objects demo in EF
philip fu
Sample Download : http://code.msdn.microsoft.com/CSEFComplexType-d058a5a3 The code sample illustrates how to work with the Complex Type which is new in Entity Framework 4.0. It shows how to add Complex Type properties to entities, how to map Complex Type properties to table columns, and how to map...
on
26 Apr 2013
Blog Post:
[Sample Of Apr 24th]Customize ASP.NET TreeView node as RadioButton
philip fu
Sample Download : http://code.msdn.microsoft.com/VBASPNETRadioButtonTreeView-8a1b8fe9 The project shows how to simulate a RadioButton Group within the TreeView control to make the user can only select one item from a note tree in ASP.NET. You can find more code samples that demonstrate the most...
on
24 Apr 2013
Blog Post:
[Sample Of Apr 23rd] Invokes ADO.NET Data Services in .NET
philip fu
Sample Download : CS Version: http://code.msdn.microsoft.com/CSADONETDataServiceClient-aaeafce9 VB Version: http://code.msdn.microsoft.com/VBADONETDataServiceClient-ff0849a9 The code sample shows how to invoke the ADO.NET Data Services from a .NET application. You can find more code samples...
on
23 Apr 2013
Blog Post:
[Sample Of Apr 22nd] Client templating with jQuery and JSON
philip fu
Sample Download : http://code.msdn.microsoft.com/Client-templating-with-0c85db68 This project illustrates how to display a tabular data to users based on some inputs in ASP.NET application. We will see how this can be addressed with JQuery and JSON to build a tabular data display in web page. Here...
on
23 Apr 2013
Blog Post:
[Sample Of Apr 21st] Show GIF animation in WPF
philip fu
Sample Download : CS Version: http://code.msdn.microsoft.com/CSWPFAnimatedGIF-3029aeb9 VB Version: http://code.msdn.microsoft.com/VBWPFAnimatedGIF-93d061e5 The code sample demonstrates how to show GIF animation in WPF. Please note that GIF images are deprecated in WPF due to the imperfect scaling...
on
21 Apr 2013
Blog Post:
[Sample Of Apr 20th] C# ActiveX control
philip fu
Sample Download : http://code.msdn.microsoft.com/CSActiveX-b86194f8 The sample demonstrates an ActiveX control written in C#. ActiveX controls(formerly known as OLE controls) are small program building blocks that can work in a variety of different containers, ranging from software development tools...
on
20 Apr 2013
Page 1 of 15 (368 items)
1
2
3
4
5
»