Browse by Tags - Microsoft All-In-One Code Framework - Site Home - MSDN Blogs
Microsoft All-In-One Code Framework - Developers' Pain Killer
Tagged Content List
  • Blog Post: [Sample Of May 20th] Uninstall disks with VDS

    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...
  • Blog Post: [Sample Of May 19th] VSTO ServerDocument class demo

    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...
  • Blog Post: [Sample Of May 16th] ASP.NET load globalization res from assembly

    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...
  • Blog Post: [Sample Of May 15th] File handle operations demo

    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...
  • Blog Post: [Sample Of May 14th] Access Azure table storage via WCF Data Services

    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...
  • Blog Post: [Sample Of May 13rd] Object persistence in Windows Forms

    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...
  • Blog Post: [Sample Of May 12nd] UAC self-elevation

    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...
  • Blog Post: [Sample Of May 11st] Entity Data Model demo

    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...
  • Blog Post: [Sample Of May 9th] Custom MultiValues Control for WebAccess

    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...
  • Blog Post: [Sample Of May 8th] Custom DataGrid Control for WebAccess

    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...
  • Blog Post: [Sample Of May 7th] Add CheckOut Event to TFS

    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...
  • Blog Post: [Sample Of May 6th] Get link info of a TFS work item

    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...
  • Blog Post: [Sample Of May 5th] Drag-and-drop operations in Windows Forms

    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...
  • Blog Post: [Sample Of May 4th] Support multi-touch in WPF

    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...
  • Blog Post: [Sample Of May 2nd] Create low-integrity process

    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...
  • Blog Post: [Sample Of May 1st] Retrieve office 365 user details and give permission thru c# using EWS and PowerShell

    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...
  • Blog Post: [Sample Of Apr 30th] Shut down a computer using .NET

    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...
  • Blog Post: [Sample Of Apr 29th] How to create DataTable manually with specific schema definitions

    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...
  • Blog Post: [Sample Of Apr 26th] Interactive Windows Service

    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...
  • Blog Post: [Sample Of Apr 25th] Complex Type Objects demo in EF

    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...
  • Blog Post: [Sample Of Apr 24th]Customize ASP.NET TreeView node as RadioButton

    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...
  • Blog Post: [Sample Of Apr 23rd] Invokes ADO.NET Data Services in .NET

    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...
  • Blog Post: [Sample Of Apr 22nd] Client templating with jQuery and JSON

    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...
  • Blog Post: [Sample Of Apr 21st] Show GIF animation in WPF

    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...
  • Blog Post: [Sample Of Apr 20th] C# ActiveX control

    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...
Page 1 of 15 (368 items) 12345»