<rss version="2.0">
  <channel>
    <title>MSDN Code Gallery Published Resources For Tag C#</title>
    <link>http://code.msdn.microsoft.com/rss.ashx?behavior=bytag&amp;tagName=C#</link>
    <description>This feed lists the last 100 published resources available on Code Gallery that have the Tag C#.</description>
    <item>
      <title>Perfect Flight</title>
      <description>Code and Build of 3D Flight simulator game</description>
      <link>http://code.msdn.microsoft.com/perflight</link>
      <pubDate>Mon, 08 Feb 2010 08:20:23 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>StyleCop+</title>
      <description>StyleCop&amp;#43; is a plug-in that extends original StyleCop features.</description>
      <link>http://code.msdn.microsoft.com/stylecopplus</link>
      <pubDate>Fri, 29 Jan 2010 15:53:42 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>XNA: Tetris</title>
      <description>Classic tetris game on XNA. Support saving record via Windows Forms.</description>
      <link>http://code.msdn.microsoft.com/XNATetris</link>
      <pubDate>Tue, 19 Jan 2010 14:07:47 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>XNA: Snake with Hotseat</title>
      <description>Simple 2D game in XNA. Implements menu system, work with sprites, fonts and so on. Snake implements using Queue class.&lt;br /&gt;Writing in VS2008 with XNA 3.1 and C&amp;#35;.</description>
      <link>http://code.msdn.microsoft.com/XNASnake</link>
      <pubDate>Tue, 19 Jan 2010 11:54:18 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>WPF: Explorer-like TreeView with device insert/remove support</title>
      <description>This sample shows how to build simple folder structure by using WPF TreeView control with support for dynamical changing tree when inserting&amp;#47;removing CDRom, USB etc.&lt;br /&gt;Using VS2008 and C&amp;#35;.</description>
      <link>http://code.msdn.microsoft.com/FoldersTreeView</link>
      <pubDate>Mon, 18 Jan 2010 23:09:31 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>All-In-One Code Framework (A Sample Code Project)</title>
      <description>Microsoft All-In-One Code Framework delineates the framework and skeleton of Microsoft development techniques through typical sample codes in three popular programming languages &amp;#40;Visual C&amp;#35;, VB.NET, Visual C&amp;#43;&amp;#43;&amp;#41;. Each sample is elaborately selected, composed, and documented to demonstrate one frequently-asked, tested or used coding scenario based on our support experience in MSDN newsgroups and forums. If you are a software developer, you can fill the skeleton with blood, muscle and soul. If you are a software tester or a support engineer like us, you may extend the sample codes a little to fit your specific test scenario or refer your customer to this project if the customer&amp;#39;s question coincides with what we collected.&lt;br /&gt;</description>
      <link>http://code.msdn.microsoft.com/AIOCF</link>
      <pubDate>Tue, 05 Jan 2010 06:18:22 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Implementing Provider Model</title>
      <description>The code demonstrates the implementation of provider model into any application. It shows how to use provider model pattern to load classes at runtime and execute overriden methods for different providers associated with the application.</description>
      <link>http://code.msdn.microsoft.com/providerpattern</link>
      <pubDate>Sun, 20 Dec 2009 12:57:35 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>TrafficLights</title>
      <description>I wanted to see the network activity other than in the system tray network icon, so I thought of using the keyboard&amp;#39;s CAPS LOCK, SCROLL LOCK, and NUM key LEDs to display the network activity. TrafficLights is a simple application which blinks keyboard lights based on the network traffic on your computer. You can configure which light should blink on send or receive packets. It silently sits on your system tray. You can right click on TrafficLights&amp;#39; system tray icon to configure the LEDs or shut it down. This is just to learn how to trap network traffic and control keyboard LEDs in .NET.</description>
      <link>http://code.msdn.microsoft.com/trafficlights</link>
      <pubDate>Fri, 11 Dec 2009 21:51:05 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Fabrikam Jets - Integrating Codename "Dallas" with AppFabric Access Control</title>
      <description>This example uses Microsoft Codename &amp;#34;Dallas&amp;#34;, a service based on SQL Azure, to show how to integrate a web service with Microsoft AppFabric Access Control &amp;#40;AC&amp;#41;, a part of the Azure Services Platform. It includes a WPF based Dallas browser, an AC management library, and a set of AC aware Dallas service proxy classes. Prerequisites include Visual Studio 2008 SP1, .NET Framework 3.5 SP1, Microsoft Windows Identity Foundation and WPF Toolkit June 2009 Release.</description>
      <link>http://code.msdn.microsoft.com/fabrikamjets</link>
      <pubDate>Thu, 10 Dec 2009 21:21:49 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Real-World Functional Programming Samples</title>
      <description>This project contains source for the book Real-World Functional Programming by Tomas Petricek with Jon Skeet. For more information about the book see http&amp;#58;&amp;#47;&amp;#47;functional-programming.net.</description>
      <link>http://code.msdn.microsoft.com/realworldfp</link>
      <pubDate>Thu, 10 Dec 2009 19:25:04 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Using Windows 7 to Monitor a Motion Sensor</title>
      <description>&lt;br /&gt;Includes a whitepaper as well as sample&amp;#58; firmware, driver, and application. &lt;br /&gt;&lt;br /&gt;The whitepaper describes how you can build a simple motion sensor, a Sensor device driver, and a Sensor application that you can use to observe real-time sensor data in Windows 7.&lt;br /&gt;&lt;br /&gt;The sample firmware can be used to program a Parallax BS2 microcontroller.&lt;br /&gt;&lt;br /&gt;The sample driver supports communication between a Windows 7 application and the sensor. &amp;#40;Note that in addition to a passive-infrared motion sensor, the driver also supports a compass, a 2-axis accelerometer, and an ultra-sonic distance sensor.&amp;#41;&lt;br /&gt;&lt;br /&gt;The sample application demonstrates the use of the Windows 7 Sensor API to acquire sensor data. With very little work, you can modify this application so that it receives data from any of the three other sensors which the driver supports.</description>
      <link>http://code.msdn.microsoft.com/motionsensor</link>
      <pubDate>Fri, 04 Dec 2009 23:30:11 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Exchange Log Analyzer</title>
      <description>The ExLogAnalyzer is a framework that parses logs and triggers events based on the log entries. It can analyze &amp;#40;replay&amp;#41; logs across multiple servers and multiple log types in a single run. ExLogAnalyzer is extensible via per log type extension &amp;#40;which is the layer that maps the log syntax into semantics&amp;#41; as well as extensible via analyzers for such extensions. The goal of ExLogAnalyzer is to make it super easy for developers &amp;#47; customers to write their own analyzers which mine the logs to answer the question at hand. Note that the analyzers do not do any kind of parsing, but they process events raised by the extension and through the data made available to the event arguments, do the appropriate accounting. The ExLogAnalyzer was started as an internal project in Microsoft Exchange and has 3 log type extensions already implemented, but it is designed to work for any product once the appropriate extension is written.  The community should be able to developer their own extensions and analyzers and share them or contribute them to the project.</description>
      <link>http://code.msdn.microsoft.com/ExLogAnalyzer</link>
      <pubDate>Tue, 01 Dec 2009 19:18:38 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Remote Desktop Services Developer Resources</title>
      <description>This site contains samples and documents to help Remote Desktop Services developers build on the RDS platform. </description>
      <link>http://code.msdn.microsoft.com/rdsdev</link>
      <pubDate>Sun, 08 Nov 2009 01:56:25 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Toodledo API Client</title>
      <description>A comprehensive library for interacting with the Toodledo API. See http&amp;#58;&amp;#47;&amp;#47;www.toodledo.com&amp;#47; for more information.</description>
      <link>http://code.msdn.microsoft.com/toodledo</link>
      <pubDate>Thu, 05 Nov 2009 21:01:05 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>All-In-One Code Framework (AIO)</title>
      <description>All-In-One Code Framework code-name CodeFx delineates the framework and skeleton of most Microsoft development techniques &amp;#40;e.g. COM, Data Access, IPC&amp;#41; using typical sample codes in different programming languages &amp;#40;e.g. Visual C&amp;#35;, VB.NET, Visual C&amp;#43;&amp;#43;&amp;#41;. For instance, the code example ATLDllCOMServer shows the skeleton of an ATL ActiveX DLL as its name implies. Each example is elaborately selected, composed, and documented to demonstrate one frequently-asked, tested or used scenario based on our experience as support engineers. If you are a software developer, you can fill the skeleton with blood, muscle and soul. If you are a software tester or a support engineer like us, you may extend the sample codes a little to fit your specific test scenario or refer your customer to this project if the customer&amp;#39;s question coincides with what we collected. </description>
      <link>http://code.msdn.microsoft.com/allinonecodefx</link>
      <pubDate>Mon, 12 Oct 2009 14:37:06 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Scenario</title>
      <description>A Scenario object is a highly-accurate timer that logs ETW events when you start and stop it. It&amp;#39;s designed to be used for performance instrumentation and benchmarking, and comes in both C&amp;#35; and C&amp;#43;&amp;#43; versions.</description>
      <link>http://code.msdn.microsoft.com/Scenario</link>
      <pubDate>Mon, 12 Oct 2009 01:39:05 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Near Real Time Classification using File Classification Infrastructure (FCI)</title>
      <description>This resource page describes a sample near real time classification application that builds on the File Classification Infrastructure &amp;#40;FCI&amp;#41; in Windows Server 2008 R2. This sample tool uses public FCI api to demonstrate one possible way for implementing near real time classification solution. The code sample is developed using C&amp;#35; and Visual Studio 2008. The sample includes a Visual Studio project file that can be used to compile and run the code.&lt;br /&gt;This sample shows 3rd party developers how to interact with FCI in Windows Server 2008 R2 for the purposes of extending the inbox functionality. This sample functionality is targeted at enabling customers and partners to implement a complete end-to-end scenario with a little investment in code that builds on in-box FCI capabilities.&lt;br /&gt;</description>
      <link>http://code.msdn.microsoft.com/FCINRTC</link>
      <pubDate>Wed, 23 Sep 2009 21:58:25 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>How do I edit tabular data/data in a DataGridView in a details form?</title>
      <description>This sample shows how to edit data from a DataGridView in a details form which opens when one double clicks on the RowHeader of the DataGridView. Since both forms are bound to the same datasource one sees an instant update on both forms when the user decides to save the data and additional roundtrips to the database are avoided. It also provides a brief introduction to DataBinding in .NET.</description>
      <link>http://code.msdn.microsoft.com/EditDataInDetailForm</link>
      <pubDate>Thu, 03 Sep 2009 21:50:08 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Dynamic Loading Native DLLs in .NET</title>
      <description>This sample shows how native DLLS &amp;#40;e.g. C&amp;#43;&amp;#43; created&amp;#41; can be loaded at runtime. It also shows how to load the platform specific version of the DLL, so that the code can run on multiple platforms with XCOPY deployment.</description>
      <link>http://code.msdn.microsoft.com/DynamicDllLoading</link>
      <pubDate>Thu, 03 Sep 2009 07:04:49 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>C# Brasil - Fontes exemplos em Português</title>
      <description>Aqui voc&amp;#234; encontra exemplos fontes em C&amp;#35; traduzidos para o portugu&amp;#234;s. Desta forma facilita o apreendizado de iniciantes na liguagem de programa&amp;#231;&amp;#227;o. Aqui tamb&amp;#233;m voc&amp;#234; encontrar&amp;#225; exerc&amp;#237;cios e as resolu&amp;#231;&amp;#245;es dos mesmos.</description>
      <link>http://code.msdn.microsoft.com/brasil</link>
      <pubDate>Sat, 29 Aug 2009 19:13:38 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Windows Mobile Managed Gestures Sample</title>
      <description>In this webcast, we introduce you to the new gesture APIs that are available on the Microsoft Windows Mobile 6.5 platform. We demonstrate how you can make use of the gesture APIs when creating your managed applications, and we work through the code samples and a sample library that will simplify the access to the gesture APIs.</description>
      <link>http://code.msdn.microsoft.com/gestureswm</link>
      <pubDate>Wed, 26 Aug 2009 16:02:14 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Simple BlogML generator (ASP.NET sample code)</title>
      <description>This is a code sample using ASP.NET that queries a blog&amp;#39;s database and creates a blogML file of it.&lt;br /&gt;&lt;br /&gt;I created it as a quick and dirty way to port from my home grown blog to Oxite.&lt;br /&gt;&lt;br /&gt;I thought other people might find it useful as a starting point. You&amp;#39;ll need to modify the queries referenced to make it work with your blog. You&amp;#39;ll probably need to mess with other bits too.&lt;br /&gt;&lt;br /&gt;It doesn&amp;#39;t produce perfect blogML, but it was good enough to port into Oxite.</description>
      <link>http://code.msdn.microsoft.com/simpleBlogML</link>
      <pubDate>Thu, 20 Aug 2009 21:52:21 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>How do I access the clipboard to copy and paste text, images or generic objects?</title>
      <description>This short sample details how to access the clipboard to copy and paste text, images or generic objects.</description>
      <link>http://code.msdn.microsoft.com/AccessClipboard</link>
      <pubDate>Tue, 18 Aug 2009 01:27:09 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Programming Elevated Privilege/UAC</title>
      <description>Providing WPF and Windows Forms sample application to demonstrate how to programming elevated privilege&amp;#47;UAC.</description>
      <link>http://code.msdn.microsoft.com/elevatedprivilegeuac</link>
      <pubDate>Fri, 14 Aug 2009 08:34:34 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>All-In-One Code Framework (CHS)</title>
      <description>All-In-One Code Framework code-name CodeFx delineates the framework and skeleton of most Microsoft development techniques &amp;#40;e.g. COM, Data Access, IPC&amp;#41; using typical sample codes in different programming languages &amp;#40;e.g. Visual C&amp;#35;, VB.NET, Visual C&amp;#43;&amp;#43;&amp;#41;. &lt;br /&gt;&lt;br /&gt;&amp;#24494;&amp;#36719;&amp;#19968;&amp;#31449;&amp;#24335;&amp;#24320;&amp;#21457;&amp;#25216;&amp;#26415;&amp;#26694;&amp;#26550; &amp;#35299;&amp;#20915;&amp;#26041;&amp;#26696;&amp;#65288;&amp;#20195;&amp;#21495; CodeFx&amp;#65289;&amp;#36890;&amp;#36807;&amp;#19981;&amp;#21516;&amp;#32534;&amp;#31243;&amp;#35821;&amp;#35328;&amp;#21644;&amp;#20856;&amp;#22411;&amp;#31034;&amp;#20363;&amp;#21246;&amp;#30011;&amp;#20986;&amp;#24494;&amp;#36719;&amp;#20960;&amp;#20046;&amp;#25152;&amp;#26377;&amp;#24320;&amp;#21457;&amp;#25216;&amp;#26415;&amp;#30340;&amp;#39592;&amp;#26550;&amp;#12290;</description>
      <link>http://code.msdn.microsoft.com/cfxchs</link>
      <pubDate>Sat, 01 Aug 2009 07:02:49 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>How do I inform one form that data in another form got changed?</title>
      <description>This code sample shows how to let one form in a Windows Forms application know when data in another form got changed.</description>
      <link>http://code.msdn.microsoft.com/NotifyOnDataChange</link>
      <pubDate>Tue, 14 Jul 2009 01:28:47 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>How do I exchange data between two forms of a Windows Forms application?</title>
      <description>This short sample shows how to exchange data between two forms of a Windows Forms application.</description>
      <link>http://code.msdn.microsoft.com/ExchangeDataWinForms</link>
      <pubDate>Tue, 14 Jul 2009 01:12:32 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>ConnectedHome - A .NET Services Application</title>
      <description>Home automation application using .NET, ServiceBus &amp;#40;.NET Services is part of Microsoft Azure Services Platform&amp;#41;.&lt;br /&gt;App includes the following&amp;#58;&lt;br /&gt;&amp;#42; Windows Communication Foundation &amp;#40;WCF&amp;#41; Service that runs in a home machine. Uses .NET Services relay binding to expose itself to Cloud.&lt;br /&gt;&amp;#42; Windows GUI client application that can be run anywhere in the world that connects to your home service.&lt;br /&gt;Features&amp;#58;&lt;br /&gt;&amp;#42; Monitor and Control devices at home anywhere from world&lt;br /&gt;&amp;#42; Currently supports devices from x10 via its ActiveHomePro SDK</description>
      <link>http://code.msdn.microsoft.com/ConnectedHome</link>
      <pubDate>Wed, 08 Jul 2009 17:26:33 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Walkthrough Viewer</title>
      <description>The Visual Studio Walkthrough Viewer Add-in is a project to both allow the display of tutorials and walkthrough content, including documents, videos and source code, and to demonstrate how to write the C&amp;#35; code for such features. Visual Studio project files with full source code for the add-in are included, as well as a series of tutorials covering the various features, with accomanying source code and project files.&lt;br /&gt;&lt;br /&gt;Demonstrated features include WPF FlowDocument support &amp;#40;including handling clicks on custom tags&amp;#41;, playing video content, reading RSS feeds, WinForms-WPF interop, writing and deploying Visual Studio add-ins, building and reading from zip file repositories and more.&lt;br /&gt;</description>
      <link>http://code.msdn.microsoft.com/VSWalkthroughViewer</link>
      <pubDate>Tue, 07 Jul 2009 03:18:24 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Token Authentication for ASP.NET</title>
      <description>This is a class library that adds another layer of security on top of the authentication mechanism in ASP.NET. It allows you to configure certain resources that you want to protect with additional authentication using tokens. Tokens can be sent to a user in any way you like because the library allows you to write your own token sender that takes care of sending the token to a user. There are also other ways you can customize the functionality by providing your own implementations of certain interfaces.</description>
      <link>http://code.msdn.microsoft.com/tokenauthentication</link>
      <pubDate>Sat, 04 Jul 2009 07:58:11 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>DropZone</title>
      <description>DropZone is a secure file sharing application that you can host on to your server and access from restrictive environment to transfer larger files, and download them via resume-supported http file downloaders later, may be on local PC with poor internet connection. This open source application demonstrates how to use OpenID as a database-less authentication protocol into your application. It also illustrates how OpenID saves you from worrying about creating tables in your database for keeping track of users, change password, forgot password, register, login mechanism, manage sessions, cookies and what not functionalities you can imagine.</description>
      <link>http://code.msdn.microsoft.com/DropZone</link>
      <pubDate>Sat, 27 Jun 2009 10:35:21 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Re-Building Network Utilities</title>
      <description>Re-Building Network Utilities&lt;br /&gt;This is a simple network utility that will look for devices on the network.  It&amp;#8217;s a re-build and re-design of this Coding4Fun article http&amp;#58;&amp;#47;&amp;#47;blogs.msdn.com&amp;#47;coding4fun&amp;#47;archive&amp;#47;2006&amp;#47;10&amp;#47;31&amp;#47;914076.aspx.  I examined the approach described in this article&amp;#59; however, I couldn&amp;#8217;t quite follow the choices made by the author.  I implemented the tool using a ThreadPool and provided an interface that offers both my implementation &amp;#8216;Scan &amp;#40;Thread Pool&amp;#41;&amp;#8217; and the previous implementation &amp;#8216;Scan &amp;#40;Threads&amp;#41;&amp;#8217;.&lt;br /&gt; &lt;br /&gt;The project explores the System.Net.NetworkInformation namespace, the ListView Control, generics for the callbacks, System.Threading.ThreadPool, and finally form resizing all using Visual Studio 2008 Express Edition.&lt;br /&gt;&lt;br /&gt;System.Net.NetworkInformation&lt;br /&gt;The core functionality of this utility is to ping network addresses to determine what devices might be alive on the network.  This becomes almost a trivial task using System.Net.NetworkInformation.Ping.  This class sends an ICMP echo request to a specified address.&lt;br /&gt;&lt;br /&gt;One interesting thing I discovered using the PingReply Class &amp;#40;System.Net.NetworkInformation.PingReply&amp;#41; in the steps above, is that the PingReply.Address will be set to the address of the reply sender.  For example, if you send a ping to 123.456.789.000 and that address corresponds to 60.50.40.30, PingReply.Address will be set to 60.50.40.30.  In this implementation, I chose not to disclose those translations to the user interface although it might be valuable to add an additional column to show that information to the user.  To hide this result, I added IPAddress to the class NetScanCompletedEventArgs.</description>
      <link>http://code.msdn.microsoft.com/netutils</link>
      <pubDate>Tue, 16 Jun 2009 15:34:07 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Dynamic Data Columns Ordering</title>
      <description>This example explains how to change the order of the table columns shown in an ASP .NET Dynamic Data site.</description>
      <link>http://code.msdn.microsoft.com/ddcolumnsordering</link>
      <pubDate>Sun, 07 Jun 2009 22:04:47 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>All-In-One Code Framework (AIOCF)</title>
      <description>All-In-One Code Framework code-name CodeFx delineates the framework and skeleton of most Microsoft development techniques &amp;#40;e.g. COM, Data Access, IPC&amp;#41; using typical sample codes in different programming languages &amp;#40;e.g. Visual C&amp;#35;, VB.NET, Visual C&amp;#43;&amp;#43;&amp;#41;. For instance, the code example ATLDllCOMServer shows the skeleton of an ATL ActiveX DLL as its name implies. Each example is elaborately selected, composed, and documented to demonstrate one frequently-asked, tested or used scenario based on our experience as support engineers. If you are a software developer, you can fill the skeleton with blood, muscle and soul. If you are a software tester or a support engineer like us, you may extend the sample codes a little to fit your specific test scenario or refer your customer to this project if the customer&amp;#39;s question coincides with what we collected. </description>
      <link>http://code.msdn.microsoft.com/CodeFx</link>
      <pubDate>Sat, 30 May 2009 14:15:35 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Data Binding in Visual Studio 2010</title>
      <description>There are two samples included here&amp;#58;&lt;br /&gt;&lt;br /&gt;The first sample demonstrates how to create a WPF Forms solution that checks user input with validation code, demonstrates common controls such as DataGrid and ComboBox, and shows typical data manipulation including create, read, update, and delete.&lt;br /&gt;&lt;br /&gt;The second sample demonstrates how to create a Silverlight application that is bound to data coming from an ADO .NET Data Service.&lt;br /&gt;&lt;br /&gt;Both samples are available in Visual Basic and C&amp;#35; and are intended for use with Visual Studio 2010 Release Candidate.&lt;br /&gt;</description>
      <link>http://code.msdn.microsoft.com/WPFDatabinding</link>
      <pubDate>Tue, 26 May 2009 19:07:09 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Office Development in Visual Studio 2010</title>
      <description>Visual Studio 2010 Release Candidate samples demonstrate Office 2010 development projects, tools, and techniques by using the .NET Framework 3.5 and the .NET Framework 4.  Samples include Excel, Word and Outlook solutions.  Each sample is available in both Visual Basic and C&amp;#35;.</description>
      <link>http://code.msdn.microsoft.com/OfficeDevFuture</link>
      <pubDate>Wed, 20 May 2009 00:07:40 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Simple parallel programming</title>
      <description>While waiting for Parallel Extensions, that will be shipped with next .Net Framework release, I designed a couple of class that allow to quickly &amp;#40;and easily&amp;#33;&amp;#41; write code that make use of multi-threading and, therefore, speed-up many tasks. What I show here is a simple class able to collect pieces of code &amp;#40;in form of delegate&amp;#41; to be executed concurrently, and parallelize and synchronize the execution. </description>
      <link>http://code.msdn.microsoft.com/SimpleParallelExt</link>
      <pubDate>Mon, 18 May 2009 23:15:20 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>VSTO Bug Tracker</title>
      <description>This sample demonstrates how to bring bug data from Team Foundation Server into Excel and Word using VSTO so it can be further analyzed.</description>
      <link>http://code.msdn.microsoft.com/VSTOBugTracker</link>
      <pubDate>Mon, 18 May 2009 19:00:47 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Trian Whiteboard</title>
      <description>Microsoft has introduced another tool for Rich Interactive Applications&amp;#58; Microsoft Silverlight. Often compared to Adobe Flash, Microsoft Silverlight is more than just a single component. For example, C&amp;#35; and VB-developers can utilize their knowledge of these programming languages and of the .NET Framework, while designers can utilize the surfaces of applications almost entirely independent from the application code. This example shows the realization of a possible business idea &amp;#8211; from concept to the application code&amp;#58; collaboration support by means of a system and platform independent Whiteboard with Silverlight. Sometimes it is difficult to communicate ideas and problems among teams. This is particularly true when team members are in separate locations, and their communication is limited to phone and Internet. Using tools that aid in visualization will make communication borders obsolete. This sample shows a collaboration application with its technical background and architecture, which only requires a browser.</description>
      <link>http://code.msdn.microsoft.com/whiteboard</link>
      <pubDate>Fri, 15 May 2009 02:46:04 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Code Sample : Gather information from SharePoint to a database for reporting</title>
      <description>This is a sample of C&amp;#35; code to get some metrics from SharePoint and save them in a database using LINQ. You can find the database schema and a console app that creates a snapshot.</description>
      <link>http://code.msdn.microsoft.com/spstats</link>
      <pubDate>Mon, 11 May 2009 09:54:12 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>All-In-One Code Framework</title>
      <description>All-In-One Code Framework code-name CodeFx delineates the framework and skeleton of most Microsoft development techniques &amp;#40;e.g. COM, Data Access, IPC&amp;#41; using typical sample codes in different programming languages &amp;#40;e.g. Visual C&amp;#35;, VB.NET, Visual C&amp;#43;&amp;#43;&amp;#41;. For instance, the code example ATLDllCOMServer shows the skeleton of an ATL ActiveX DLL as its name implies. Each example is elaborately selected, composed, and documented to demonstrate one frequently-asked, tested or used scenario based on our experience as support engineers. If you are a software developer, you can fill the skeleton with blood, muscle and soul. If you are a software tester or a support engineer like us, you may extend the sample codes a little to fit your specific test scenario or refer your customer to this project if the customer&amp;#39;s question coincides with what we collected. </description>
      <link>http://code.msdn.microsoft.com/cfx</link>
      <pubDate>Fri, 01 May 2009 11:30:43 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Aggregator Provider Pattern: White Paper and Samples</title>
      <description>Aggregator Provider Pattern is an extension of Provider Pattern, which enables us to create and utilize multiple instance of the class having the same provider interface. In this pattern, there is an Aggregator class which implements the provider interface and contains a collection of instances of classes having the same provider interface.</description>
      <link>http://code.msdn.microsoft.com/agpp</link>
      <pubDate>Fri, 10 Apr 2009 13:28:36 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>NativeObjectSecurity Code Snippet</title>
      <description>An example of how to manipulate custom native object security descriptors from .NET.</description>
      <link>http://code.msdn.microsoft.com/NativeObjectSecurity</link>
      <pubDate>Sun, 05 Apr 2009 06:20:41 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Small Basic Serial Port extension</title>
      <description>An extension making the serial port usable in Small Basic.</description>
      <link>http://code.msdn.microsoft.com/sbserial</link>
      <pubDate>Thu, 02 Apr 2009 20:19:20 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>.net tips</title>
      <description>&amp;#24179;&amp;#26102;&amp;#20889;&amp;#30340;&amp;#19968;&amp;#20123;.net&amp;#20195;&amp;#30721;&amp;#29255;&amp;#27573;</description>
      <link>http://code.msdn.microsoft.com/NetTips</link>
      <pubDate>Sun, 29 Mar 2009 13:36:23 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>SpicIE - Simple Plug-In Creator for Internet Explorer</title>
      <description>- Internet Explorer has COM interfaces to extent the core IE functionality &lt;br /&gt;- SpicIE is a framework for developing managed IE browser extensions &lt;br /&gt;- SpicIE wraps&amp;#47;hides the IE COM extension interfaces and makes it easy to develop browser extensions in managed programming languages like C&amp;#35;, VB.NET&lt;br /&gt;</description>
      <link>http://code.msdn.microsoft.com/SpicIE</link>
      <pubDate>Mon, 23 Mar 2009 12:00:03 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Live Framework</title>
      <description>Live Framework Code Gallery - Code Samples for Live Framework</description>
      <link>http://code.msdn.microsoft.com/LiveFramework</link>
      <pubDate>Fri, 20 Mar 2009 19:18:21 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Arquitectura de Software - DataHelper</title>
      <description>Propuesta de Arquitectura para el desarrollo de aplicaciones con .NET Framework. Definici&amp;#243;n de un DataHelper </description>
      <link>http://code.msdn.microsoft.com/datahelper</link>
      <pubDate>Thu, 12 Mar 2009 15:15:09 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Broadband Scheduler</title>
      <description>Broadband service has some of the cheap and best monthly plans for the users all over the nation. And some of the plans include unlimited night downloads from certain time to the other.&lt;br /&gt;&lt;br /&gt;In that case the unlimited net usage timing starts from the midnight, so it is a bit uncomfortable for the users to get up by that time and start their works in net. Most of the people just get up and start some downloads and turn off their monitor and sleep.&lt;br /&gt;&lt;br /&gt;Well this software named as &amp;#42;Broadband Scheduler&amp;#42; is highly useful as it helps the user to set the time when the computer will automatically enable the Broadband &amp;#40;Internet&amp;#41; connection and start downloading by using other download applications like uTorrent, BitTorrent, FlashGet and other download manger software. This Broadband Scheduler application will automatically disable the Broadband connection &amp;#40;Internet&amp;#41; at the closing time we set. We can also set to shutdown the computer at the closing time. Another feature is that, user can set to open &amp;#40;start&amp;#41; the download applications like uTorrent, BitTorrent, FlashGet and other download manger software at the time of enabling the connection. Try this new &amp;#42;Broadband Scheduler v1.0&amp;#42; application and enjoy.&lt;br /&gt;&lt;br /&gt;&amp;#42;The Broadband Scheduler application has two options for enabling the connection, &amp;#42;&lt;br /&gt;&lt;br /&gt;1. Settings for Dial-up Connection &amp;#40;Bridging&amp;#41;&lt;br /&gt;Users connect to Broadband manually by using Dial-up connection setup.&lt;br /&gt;&lt;br /&gt;2. Settings for Auto Dial Connection &amp;#40;PPPoE Modem Auto Dail&amp;#41;&lt;br /&gt;The Broadband Modem will automatically connect to Internet at time of start up.&lt;br /&gt;&lt;br /&gt;&amp;#42;The following prerequisites is required&amp;#58;&amp;#42;&lt;br /&gt;&lt;br /&gt;&amp;#42;.NET Framework 2.0 &amp;#42;</description>
      <link>http://code.msdn.microsoft.com/bbscheduler</link>
      <pubDate>Mon, 09 Mar 2009 12:04:08 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Email Reporter: VSTS 2008 Load Test Plug-in</title>
      <description>Microsoft&amp;#8217;s Visual Studio Team System Test Edition provides a powerful platform to perform high volume load testing. It also provides high end flexibilities to write and utilize external plug-in for extended functionalities. &lt;br /&gt;&lt;br /&gt;&amp;#34;Email Reporter&amp;#58; VSTS 2008 Load Test Plug-in&amp;#34; enables users to send the load test reports to one or more pre-configured email addresses automatically, once a VSTS Load Test is completed. This open-source load test plug-in also provides supports for customization by which you can customize the reported performance data.</description>
      <link>http://code.msdn.microsoft.com/erep</link>
      <pubDate>Mon, 09 Mar 2009 11:43:42 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>XNA Framework in other languages</title>
      <description>This solution demonstrates XNA Framework from C&amp;#35;, Visual Basic, C&amp;#43;&amp;#43;&amp;#47;CLI and F&amp;#35;.&lt;br /&gt;&lt;br /&gt;At the PDC, Frank Savage did a great job in presenting the XNA Game Studio 3.0 to the attendees. During his session he did a great demonstration and built a game in 30 minutes. I asked Frank for the code and content and have leveraged it in lots of sessions the last couple of months.&lt;br /&gt;&lt;br /&gt;Almost all demos and samples for XNA Framework are built in C&amp;#35;, not surprisingly though since it&amp;#39;s the primary language for XNA Framework development. &lt;br /&gt;&lt;br /&gt;But now I&amp;#39;ve taken some time to translate Franks demo to a different project structure and in the same time write the actual Game-class in C&amp;#35;, Visual Basic, C&amp;#43;&amp;#43;&amp;#47;CLI and F&amp;#35; which means you can debug and test the small game in these languages and learn a lot by doing so.</description>
      <link>http://code.msdn.microsoft.com/XNAInOtherLanguages</link>
      <pubDate>Fri, 20 Feb 2009 20:28:49 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>DuraTrans</title>
      <description>This project demonstrates how to build a service-oriented application that is a fully transactional, scalable, durable &amp;#40;in the event of catastrophic failure&amp;#41; application architecture that leverages the power of WCF and MSMQ.</description>
      <link>http://code.msdn.microsoft.com/duratrans</link>
      <pubDate>Mon, 16 Feb 2009 23:14:27 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Math Problem Generator</title>
      <description>A program that generates random math problems, and the Equation class it is based on. No bugs that I know of, but improvements could really happen.</description>
      <link>http://code.msdn.microsoft.com/mathprobgen</link>
      <pubDate>Sat, 31 Jan 2009 22:09:27 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>BclExtras: .Net utility library for functional and multi-threaded programming</title>
      <description>This is a library for extra classes I use when coding .Net projects.  It is focused on functional concepts and multi-threaded programming.  &lt;br /&gt;&lt;br /&gt;This is a library available mainly for educational and sharing purposes. I use it in many hobby projects and thoroughly test the contents.  All source, including test code is included with the project.  &lt;br /&gt;</description>
      <link>http://code.msdn.microsoft.com/BclExtras</link>
      <pubDate>Fri, 23 Jan 2009 04:25:55 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>ASP.NET Session Monitor 1.0</title>
      <description>A simple tool for monitoring ASP.NET session state stored in Microsoft SQL Server&amp;#58;&lt;br /&gt;&lt;br /&gt;-Detect new sessions and provide basic information about the session&lt;br /&gt;&lt;br /&gt;-Detect the removal of a session&lt;br /&gt;&lt;br /&gt;-Detect new session items and provide basic information about the value &amp;#40;primitives and strings are directly supported&amp;#41;&lt;br /&gt;&lt;br /&gt;-Detect session item value changes and maintain a history of the values as they change&lt;br /&gt;&lt;br /&gt;-Detect session item removal&lt;br /&gt;</description>
      <link>http://code.msdn.microsoft.com/AspNetSessionMonitor</link>
      <pubDate>Sun, 18 Jan 2009 08:17:10 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Code Header Designer</title>
      <description>The Code Header Designer gives developers the ability to design code headers, save them, and apply the header to existing source trees.</description>
      <link>http://code.msdn.microsoft.com/HeaderDesigner</link>
      <pubDate>Thu, 15 Jan 2009 23:13:41 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Huo Chess - XNA Edition</title>
      <description>This is the XNA version of the Huo Chess. It has graphics capabilities added to the existing chess AI engine of Huo Chess.</description>
      <link>http://code.msdn.microsoft.com/xnahuochess</link>
      <pubDate>Mon, 12 Jan 2009 22:09:19 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Inside Necessary .NET Book Sample</title>
      <description>My book about inside .net, published in Apri 2008.</description>
      <link>http://code.msdn.microsoft.com/insidenet</link>
      <pubDate>Sun, 04 Jan 2009 08:36:09 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>XPath Sample Code</title>
      <description>Sample code for compiling and evaluating XPath expressions against XML.&lt;br /&gt;&lt;br /&gt;All XPath expression result types are supported. Node sets are the most common, but XPath expressions may also evaluate to strings, numbers, or boolean values.&lt;br /&gt;&lt;br /&gt;Also includes examples on how to read XML files &amp;#40;in any encoding&amp;#41; and read&amp;#47;write XML strings &amp;#40;UTF-16 encoding&amp;#41;.</description>
      <link>http://code.msdn.microsoft.com/NitoXPath</link>
      <pubDate>Sat, 03 Jan 2009 00:41:05 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>WMI via C#</title>
      <description>Sample code for querying WMI.</description>
      <link>http://code.msdn.microsoft.com/NitoWMI</link>
      <pubDate>Fri, 02 Jan 2009 21:09:50 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Reading an Excel spreadsheet using ADO.NET</title>
      <description>Sample code illustrating how to connect to an Excel spreadsheet data source using ADO.NET.&lt;br /&gt;&lt;br /&gt;The binary can be used to test connecting to spreadsheets&amp;#59; it supports sheets, sheets with ranges, and named ranges. Arbitrary select statements may be executed&amp;#59; the results are displayed along with the connection string used.&lt;br /&gt;&lt;br /&gt;Supports Excel 5.0, 95, 97, 2000, 2003, and 2007 &amp;#40;all three variants&amp;#41;. Comments in the code point to additional resources.</description>
      <link>http://code.msdn.microsoft.com/NitoExcel</link>
      <pubDate>Wed, 31 Dec 2008 23:37:17 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>iPhone UI</title>
      <description>It&amp;#39;s an interface that works with transparency effects. As a sample I used an interface just like the iPhone one. In this tutorial I am explaining how simple is working with transparency on Windows Mobile. </description>
      <link>http://code.msdn.microsoft.com/iPhoneUI</link>
      <pubDate>Fri, 19 Dec 2008 17:23:06 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Deploy VSTO 2005 SE solutions for Microsoft Office 2003 using Windows Installer</title>
      <description>Learn how to deploy a Microsoft Visual Studio Tools for the Microsoft Office System solution using a Visual Studio Setup project to create a Windows Installer package.&lt;br /&gt;</description>
      <link>http://code.msdn.microsoft.com/VSTO2005SEMSI</link>
      <pubDate>Wed, 17 Dec 2008 22:10:25 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>SANMan: SAN Automation for Xiotech SANs</title>
      <description>SANMan is a service that helps automate the use of Xiotech Storage Area Networks &amp;#40;SANs&amp;#41;. Xiotech is an industry leader and offers direct access to their SANs through Web Services. SANMan leverages these web services to automate the ability to Create, Delete and Move VDisks. This includes mounting&amp;#59; partition and volume management and drive formating on the server. &lt;br /&gt;&lt;br /&gt;SANMan also can be used to montiror the health of the SANs. Keeping a watch over Power Supplies, Temperature Sensor, Bay&amp;#47;Controller&amp;#47;Driver health and more. &lt;br /&gt;&lt;br /&gt;SANMan is built using Microsoft Visual Studio 2008. Written in C&amp;#35; using .NET Remoting and SQL Server as a data store. Microsoft Web Services 2.0 is used to communicate with the Xiotech Web Services. &lt;br /&gt;</description>
      <link>http://code.msdn.microsoft.com/sanman</link>
      <pubDate>Tue, 16 Dec 2008 01:09:44 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Open NIC.NET Library</title>
      <description>NIC.NET is an open source version of NewtonIdeas .NET reusable components library. It includes&amp;#58;&lt;br /&gt;- Spring-like IoC container &amp;#40;codename&amp;#58; Winter&amp;#41;&lt;br /&gt;- lightweight DB-independent data access layer &amp;#40;codename&amp;#58; DALC&amp;#41;&lt;br /&gt;- Virtual Filesystem layer &amp;#40;codename&amp;#58; VFS&amp;#41;&lt;br /&gt;- Permissions and ACL &amp;#40;access control lists&amp;#41; oriented  security model&lt;br /&gt;Open NIC.NET main features are&amp;#58;&lt;br /&gt;- loosely coupled, IoC-oriented design&lt;br /&gt;- maturity and stability&amp;#58; used in many real projects since 2004.&lt;br /&gt;- active contribution team &lt;br /&gt;&lt;br /&gt;</description>
      <link>http://code.msdn.microsoft.com/nicnet</link>
      <pubDate>Fri, 12 Dec 2008 11:35:18 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Reading JPEG dimensions on the cheap</title>
      <description>The common and easy way of reading the dimensions of a JPEG file is to new-up an Image object and then read its Height and Width properties. While this is easy and does work, it&amp;#39;s expensive. It reads the entire image into memory just to get two small pieces of information that are stored in file. This function will get the JPEG image&amp;#39;s dimensions by reading in the first few bytes of the file where the dimensions are stored. It&amp;#39;s much faster and cheaper than newing-up and Image object.&lt;br /&gt;&lt;br /&gt;I adapted some Java and Perl examples I found to work in C&amp;#35;. The only non-straight-forward thing here is reading bytes in big endian, but that&amp;#39;s easily taken care of with a couple of extension methods.</description>
      <link>http://code.msdn.microsoft.com/ReadingJPEGSize</link>
      <pubDate>Fri, 05 Dec 2008 17:04:58 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Creating your first Windows Mobile 6 Application with Visual Studio 2008</title>
      <description>Here is a video that shows you how to create your first Windows Mobile 6 &amp;#40;Professional&amp;#41; application using Visual Studio 2008.</description>
      <link>http://code.msdn.microsoft.com/WM6YourFirstApp</link>
      <pubDate>Sun, 30 Nov 2008 17:07:16 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>SEHE - Skype Event Handler Example - C# Project Example Using Skype4COM and API</title>
      <description>SEHE is an example of how to use the Skype API. The full C&amp;#35; project, including source code, and heavily commented is available for download.&lt;br /&gt;&lt;br /&gt;SEHE was built using Microsoft Visual C&amp;#35; 2008 Express Edition - C&amp;#35; 3.0 .NET 3.5&amp;#40;SP1&amp;#41; both the latest versions from Microsoft. Showing how to deploy and auto-update from web servers using Microsoft ClickOnce technology.&lt;br /&gt;&lt;br /&gt;It uses the COM component Skype4COMLib.dll provided by Skype as the interface. SEHE utilizes registration free installation of this .dll as well.&lt;br /&gt;&lt;br /&gt;SEHE supports all current API and Skype4COM methods and also provides a command interface to enter API commands for Skype on the Fly for testing.&lt;br /&gt;&lt;br /&gt;Full API message and event logging is supported.&lt;br /&gt;&lt;br /&gt;SEHE also shows how to use Registration Free installation of carrying the Skype4COMLib.dll in your project and not needing to register the Skype4COMLib.dll.&lt;br /&gt;&lt;br /&gt;SEHE also is built using ClickOnce deployment and automatic-updates technology. So SEHE will always be up to date automatcially. not requiring any setip project or 3rd party installed to provide these services.</description>
      <link>http://code.msdn.microsoft.com/SEHE</link>
      <pubDate>Sun, 30 Nov 2008 09:29:51 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>TheNotifyIconExample - C# Project Template for NotifyIcon and Taskbar Example</title>
      <description>TheNotifyIconExample is a Visual C&amp;#35; Project Template that defines and manages NotifyIcon, TaskBar, Mouse Clicks, ContextMenuStrips, Startup, Exit Logic, using Visual Studio Project User Settings. &lt;br /&gt;&lt;br /&gt;No build is ever required after changing any setting. &lt;br /&gt;&lt;br /&gt;Never waste time on any project designing any of this totally redundant code, even again. Have it ready to go, from the second your projects are created now and in the future.&lt;br /&gt;&lt;br /&gt;Two templates are provided, one with and one without comments. &lt;br /&gt;&lt;br /&gt;Works with all versions of Microsoft Visual C&amp;#35; including Express Editions.&lt;br /&gt;&lt;br /&gt;Includes ClickOnce deployment and automatic-updates technology in project properties for web server and web site deployment, simple change the web site name.&lt;br /&gt;&lt;br /&gt;Install the templates from the download tab and choose Open or Run&lt;br /&gt;&lt;br /&gt;How To Use TheNotifyIconExample&lt;br /&gt;&lt;br /&gt;Download and place both files, as is, unzipped in your Visual C&amp;#35; Project Folder.&lt;br /&gt;&lt;br /&gt;Open Visual C&amp;#35; - From there&amp;#58;&lt;br /&gt;&lt;br /&gt;File -&amp;#62; New Project -&amp;#62; &amp;#40;&amp;#34;From My Templates&amp;#34;&amp;#41; Select TheNotifyIconExample with Comments&amp;#34;&amp;#41; -&amp;#62; Name your project -&amp;#62; Click the OK Button.&lt;br /&gt;&lt;br /&gt;In the Solutions Explorer window, right-click on Form1.cs and choose View Code.&lt;br /&gt;&lt;br /&gt;Read the comments to see how TheNotifyIconExample Works.&lt;br /&gt;&lt;br /&gt;On the top Menu of Visual C&amp;#35; Choose&amp;#58;&lt;br /&gt;&lt;br /&gt;Build -&amp;#62; Build Solution&lt;br /&gt;&lt;br /&gt;Debug -&amp;#62; Start Debugging &lt;br /&gt;&lt;br /&gt;Project &amp;#40;&amp;#34;Your Project Name&amp;#34;&amp;#41; Properties -&amp;#62; Settings&lt;br /&gt;&lt;br /&gt;Use your mouse to expand&amp;#47;collapse the columns here and view the current default settings for TheNotifyIconExample, any of these settings can be changed on the far right, under value, by clicking false or true, and changing the ListBox for any setting to the opposite of what the setting currently is set to now. To see your changes take place simply do&amp;#58;&lt;br /&gt;&lt;br /&gt;Debug -&amp;#62; Stop Debugging&lt;br /&gt;&lt;br /&gt;Debug -&amp;#62; Start Debugging&lt;br /&gt;&lt;br /&gt;Save or Discard the project. It&amp;#39;s that easy to use these Templates.</description>
      <link>http://code.msdn.microsoft.com/TheNotifyIconExample</link>
      <pubDate>Thu, 27 Nov 2008 07:09:44 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Expression Tree Serialization</title>
      <description>The sample includes these components&amp;#58;&lt;br /&gt;&amp;#35; &amp;#42;An Expression Tree serialization API&amp;#42;&amp;#58;  A general purpose XML serialization of Expression Trees.  This should work over any expression tree &amp;#8211; though there are inevitably bugs.  The serialization format is fairly crude, but has been expressive enough to support the variety of expression trees I&amp;#8217;ve tried throwing at it.&lt;br /&gt;&amp;#35; &amp;#42;A wrapper for serializing&amp;#47;deserializing LINQ to SQL queries&amp;#42;&amp;#58;  A wrapper around the expression serializer allows serializing LINQ to SQL queries and de-serializing into a query against a given DataContext.  &lt;br /&gt;&amp;#35; &amp;#42;A WCF service which accepts serialized query expression trees and executes against a back-end LINQ to SQL&amp;#42;&amp;#58;  To enable querying across tiers, a WCF service exposes service methods which execute serialized queries.  The service implementation deserializes the queries against its LINQ to SQL connection.&lt;br /&gt;&amp;#35; &amp;#42;An IQueryable implementation wrapping the client side of the WCF service&amp;#42;&amp;#58;  The client-side calling syntax is simplified by providing an IQueryable implementation.  This implementation, RemoteTable, executes queries by serializing the query expression tree and calling the appropriate service.  The object model that the service user is able to query against is imported by the WCF service reference per the DataContracts on the LINQ to SQL mapping on the server side.&lt;br /&gt;</description>
      <link>http://code.msdn.microsoft.com/exprserialization</link>
      <pubDate>Thu, 20 Nov 2008 22:13:17 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>NReco Library</title>
      <description>NReco&amp;#58; .NET integration framework for bottom-up and lightweight model driven development &amp;#40;MDD&amp;#41;.</description>
      <link>http://code.msdn.microsoft.com/nreco</link>
      <pubDate>Wed, 19 Nov 2008 09:16:43 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>AeroTrax</title>
      <description>With the release of Microsoft&amp;#39;s latest operating system, Vista, applications interfaces may take a completely new approach leveraging the famed DirectX platform through the use of Windows Presentation Foundation. &lt;br /&gt;&lt;br /&gt;AeroTrax is a simple MP3 player using the new Aero Glass technology over the entire form using the new interface approach mentioned. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;#42;.NET v3.5 &amp;#38; Windows Vista Required </description>
      <link>http://code.msdn.microsoft.com/AeroTrax</link>
      <pubDate>Mon, 10 Nov 2008 23:19:00 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>KB957259 - C# Background compilation causes bogus errors in ASP.NET</title>
      <description>C&amp;#35; Background compilation causes bogus errors in ASP.NET</description>
      <link>http://code.msdn.microsoft.com/kb957259</link>
      <pubDate>Fri, 31 Oct 2008 00:58:11 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Fun with C#</title>
      <description>A collection of example projects demonstrating fun tricks with C&amp;#35; and LINQ.</description>
      <link>http://code.msdn.microsoft.com/fun</link>
      <pubDate>Tue, 28 Oct 2008 19:03:41 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>C# Future</title>
      <description>Samples and documents describing C&amp;#35; 4.0 language and IDE features.</description>
      <link>http://code.msdn.microsoft.com/csharpfuture</link>
      <pubDate>Mon, 27 Oct 2008 23:23:09 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Domain Isolation for Folder Home Page Customization in Outlook 2007</title>
      <description>Learn how to provide application domain isolation for managed&lt;br /&gt;controls hosted in folder home pages in Microsoft Office Outlook 2007.</description>
      <link>http://code.msdn.microsoft.com/OL2007DomIsolation</link>
      <pubDate>Fri, 24 Oct 2008 20:10:16 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Samples Environment for Microsoft Chart Controls</title>
      <description>The samples environment for Microsoft Chart Controls for .NET Framework contains over 200 samples for both ASP.NET and Windows Forms. The samples cover every major feature in Chart Controls for .NET Framework. They enable you to see the Chart controls in action as well as use the code as templates for your own web and windows applications. </description>
      <link>http://code.msdn.microsoft.com/mschart</link>
      <pubDate>Tue, 21 Oct 2008 23:06:42 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Messsage Box Builder</title>
      <description>The message box code generator...</description>
      <link>http://code.msdn.microsoft.com/messageboxbuilder</link>
      <pubDate>Sat, 18 Oct 2008 22:36:24 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Devscribe</title>
      <description>Code documentation that looks like just C&amp;#35; code&amp;#33;</description>
      <link>http://code.msdn.microsoft.com/devscribe</link>
      <pubDate>Wed, 08 Oct 2008 03:07:25 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Windows Hosts File Manager</title>
      <description>Windows Hosts File Manager - Using this application you might to edit HOSTS file, add &amp;#38; delete some configurations in that file.</description>
      <link>http://code.msdn.microsoft.com/hostsfile</link>
      <pubDate>Tue, 07 Oct 2008 22:43:21 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Encodo C# Handbook</title>
      <description>This document covers many aspects of programming with C&amp;#35;, from naming, structural and formatting conventions to best practices for using existing and developing new code.</description>
      <link>http://code.msdn.microsoft.com/encodocsharphandbook</link>
      <pubDate>Tue, 07 Oct 2008 08:36:59 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Code for "Tame Your Software Dependencies For More Flexible Apps"</title>
      <description>James Kovacs explains the dark side of tightly coupled architectures, why they&amp;#39;re hard to test and how they limit adaptation. He then proposes a number of solutions.</description>
      <link>http://code.msdn.microsoft.com/mag200803LoosenUp</link>
      <pubDate>Tue, 07 Oct 2008 03:08:10 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Algorithms in C#: Enlight Game Solver</title>
      <description>This is an algorithm to automatically solve the Enlight game from FeejoSoft.</description>
      <link>http://code.msdn.microsoft.com/EnlightGameSolver</link>
      <pubDate>Sun, 05 Oct 2008 05:22:41 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Microsoft Solver Foundation - Express Edition</title>
      <description>Solver Foundation is a pure, managed code runtime for mathematical programming, modeling, optimization, and simulation. This .NET&amp;#47;CLR based framework provides a rich set of tools, services, and engines to aid Quants and developers in their continuous quest for operational efficiency, profit maximization, and risk management.</description>
      <link>http://code.msdn.microsoft.com/solverfoundation</link>
      <pubDate>Mon, 29 Sep 2008 21:37:52 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Executing Command when Events are raised in WPF</title>
      <description>Provides a utility class making it easy to execute commands when events are raised on WPF elements.</description>
      <link>http://code.msdn.microsoft.com/eventbehaviourfactor</link>
      <pubDate>Wed, 24 Sep 2008 17:08:13 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>A Repository Folder Version Labeller plugin for CruiseControl.Net</title>
      <description>A CruiseControl.Net Labeller plugin that generates labels based on the Version number that SourceGear Vault assigns to the root folder of a project.</description>
      <link>http://code.msdn.microsoft.com/vaultversionlabeller</link>
      <pubDate>Fri, 19 Sep 2008 13:40:04 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Mapping Inheritance trees using Entity Framework</title>
      <description>Microsoft&amp;#39;s Entity Data Model allows us to define an application-oriented view of our data consistent with how we reason about that data. For object oriented modeling, the ability to quickly map inheritance hierarchies to RDBMS is the most important benefit of using Entity Framework, with its visual designer.&lt;br /&gt;We will have working examples of TPT &amp;#40;Table per type&amp;#41;, and TPH &amp;#40;Table per hierarchy&amp;#41; implemented in Visual Studio 2008 SP1.&lt;br /&gt;</description>
      <link>http://code.msdn.microsoft.com/EntityFramework</link>
      <pubDate>Mon, 15 Sep 2008 09:32:57 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>.NET Application Modeling Language (nAML) Specification and Tools</title>
      <description>nAML &amp;#40;.NET Application Modeling Language, pronounced as &amp;#8220;namel&amp;#8221;&amp;#41; is a visual modeling semantics to model .net applications with wide range of specific details. It contains extremely powerful visual notations and semantics to illustrate complex application components, processes and operations easily.&lt;br /&gt;&lt;br /&gt;The primary objectives of nAML can be considered as follows&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#8226; Provides a single space to visually describe one or more application systems with structural and behavioral components.&lt;br /&gt;&amp;#8226; Provides a single space to visually describe one or more application systems with logical and physical components.&lt;br /&gt;&amp;#8226; Provides a single space to visually describe one or more application systems from top to low level.&lt;br /&gt;&amp;#8226; Provides a single space to visually describe a part or whole of one or more application systems.&lt;br /&gt;&amp;#8226; Extremely simple and easy understand and learn from readers and designers perspective.&lt;br /&gt;&amp;#8226; Concentrates on .NET applications, with its related logical and physical entities &amp;#40;user interface, application logic, business logic, database etc&amp;#41;.</description>
      <link>http://code.msdn.microsoft.com/naml</link>
      <pubDate>Thu, 11 Sep 2008 17:03:41 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>SharpPDB - PalmOS pdb file reader/writer</title>
      <description>About a year ego I needed to sync between an application I had on my PC to an application on my Palm device and so I&amp;#39;ve written a library in C&amp;#35; that can read and write pdb &amp;#40;palm database&amp;#41; files.&lt;br /&gt;&lt;br /&gt;Like many other projects I forgot about it and left it half complete. A few days ago I stumbled upon my old C&amp;#35; project directory and found it again. It seems a shame to loose code I&amp;#39;ve worked on and that could benefit my follow coders.</description>
      <link>http://code.msdn.microsoft.com/SharpPDB</link>
      <pubDate>Mon, 01 Sep 2008 20:22:08 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>C# - introduction to classes</title>
      <description>An example for introducing classes. More....</description>
      <link>http://code.msdn.microsoft.com/classesintroduction</link>
      <pubDate>Tue, 05 Aug 2008 16:49:20 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Using More Than one Language in your .NET Application</title>
      <description>This example shows you how to use  more Than one Language in your .NET Application.&lt;br /&gt;In this i use VB.NET ,J&amp;#35;.NET and C&amp;#35; .NET.&lt;br /&gt;C&amp;#35; windows application is the main project.and for that &lt;br /&gt;i inherit from vb and j&amp;#35; classes.</description>
      <link>http://code.msdn.microsoft.com/dotNetlanguages</link>
      <pubDate>Tue, 05 Aug 2008 11:50:37 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Date Helper</title>
      <description>DateHelper provides common date functions in a C&amp;#35; helper&amp;#47;wrapper class. The class library includes extensions methods for some, but not all, of the methods. This class does nothing that cannot easily be done with a few lines &amp;#40;or just one line&amp;#41; of code. This is a simple class &amp;#40;and case&amp;#41; of date function refactoring and the benefits it brings.&lt;br /&gt;&lt;br /&gt;The library consists of the two files&amp;#58; Main file DateHelper and DateHelperExtension.&lt;br /&gt;&lt;br /&gt;Helper methods deal in 7 main sections&amp;#58;&lt;br /&gt;&lt;br /&gt;Years&lt;br /&gt;Months&lt;br /&gt;Weeks&lt;br /&gt;Days&lt;br /&gt;Strings&lt;br /&gt;Booleans&lt;br /&gt;Lists - Returns lists of dates using a List&amp;#60;DateTime&amp;#62;</description>
      <link>http://code.msdn.microsoft.com/datehelper</link>
      <pubDate>Thu, 31 Jul 2008 22:52:22 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>KillBit Explorer</title>
      <description>The ActiveX &amp;#34;killbit&amp;#34; has been in the security news lately, and I&amp;#39;ve always been mystified by how the &amp;#39;killbit&amp;#39; works.  Then I read an article in one of Microsoft&amp;#39;s blogs that went into great detail about the ActiveX &amp;#34;killbit&amp;#34; and how it&amp;#39;s actually configured and used &amp;#40;http&amp;#58;&amp;#47;&amp;#47;blogs.technet.com&amp;#47;swi&amp;#47;archive&amp;#47;2008&amp;#47;02&amp;#47;06&amp;#47;The-Kill_2D00_Bit-FAQ_3A00_-Part-1-of-3.aspx&amp;#41;.  And even further, Robert McLaws&amp;#39; blog article &amp;#34;IE8 and &amp;#34;Killbits&amp;#39;&amp;#34; &amp;#40;http&amp;#58;&amp;#47;&amp;#47;www.windows-now.com&amp;#47;blogs&amp;#47;robert&amp;#47;ie8-and-killbits.aspx&amp;#41; gave me the incentive to think of this as more than just a propellerhead problem.&lt;br /&gt;&lt;br /&gt;Once I had that information in hand, and mostly because I was looking for a new challenge for my growing coding skills, I decided to write a .NET GUI app that would allow me to see which ActiveX controls had been &amp;#34;killbit&amp;#39;ed&amp;#34; &amp;#40;as well as explore all those ActiveX controls that were candidates for the &amp;#34;killbit&amp;#34;&amp;#41;.&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve left room in the application to be able to enable editing of the killbit &amp;#40;turning it on for additional controls, as well as &amp;#42;potentially&amp;#42; turn it off for already-&amp;#34;killbit&amp;#39;ed&amp;#34; controls&amp;#41;, but in its initial form it&amp;#39;s just a read-only exploration tool.&lt;br /&gt;&lt;br /&gt;If you like it, and would like it to be enhanced in some way, let me know by posting a new Discussion or Issue in the project space.  If you&amp;#39;d like more details on how it was constructed, ask away and I&amp;#39;ll post explanations as answers &amp;#40;and as a way to document it as well&amp;#41;.</description>
      <link>http://code.msdn.microsoft.com/killbitexplorer</link>
      <pubDate>Mon, 21 Jul 2008 10:18:54 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Functional C#</title>
      <description>This is a set of libraries to demonstrate functional programming aspects as implemented in C&amp;#35;.  This is not to imply that C&amp;#35; is a functional language, but can implement some of the aspects of it.  This project is to demonstrate some of those techniques</description>
      <link>http://code.msdn.microsoft.com/FunctionalCSharp</link>
      <pubDate>Thu, 10 Jul 2008 23:00:27 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>WCF - File Transport Channel</title>
      <description>This is a very basic implementation of the Duplex shaped File Transport WCF channel with GZip encoder. </description>
      <link>http://code.msdn.microsoft.com/FileTransportChannel</link>
      <pubDate>Thu, 10 Jul 2008 07:09:00 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Caching LinqToSql results with SqlCacheDependency</title>
      <description>Building a extensionmethod for caching LINQ results with SqlCacheDependency</description>
      <link>http://code.msdn.microsoft.com/linqtosqlcache</link>
      <pubDate>Tue, 08 Jul 2008 22:29:36 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>C# Micro Chess (Huo Chess)</title>
      <description>A micro chess written in C&amp;#35; with full free source code available. It has opening book and multiple depth thinking capability.</description>
      <link>http://code.msdn.microsoft.com/cshuochess</link>
      <pubDate>Mon, 07 Jul 2008 10:49:23 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Transport System</title>
      <description>This is a C&amp;#35; LINQ to SQL database application which enables you to store and track your trucks performance and finance</description>
      <link>http://code.msdn.microsoft.com/transportsystem</link>
      <pubDate>Sat, 05 Jul 2008 18:56:12 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>WPF Forms over Data Videos</title>
      <description>This how-to video series is dedicated to getting developers productive on areas of data-based Windows Presentation Foundation &amp;#40;WPF&amp;#41; Application development in Visual Studio 2008.</description>
      <link>http://code.msdn.microsoft.com/wpfdatavideos</link>
      <pubDate>Tue, 01 Jul 2008 21:25:25 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>DSL Tools End-End Wizard UIP update</title>
      <description>This sample contains an updated version of the DSL Tools C&amp;#35; End-End.WizardUIP sample that ships in the VS SDK.&lt;br /&gt;&lt;br /&gt;This update uses a more sophisticated code generation framework adapted from the the Patterns &amp;#38; Practices Web Service Software Factory&amp;#58; Modeling edition.&lt;br /&gt;&lt;br /&gt;In order to build the sample, you will need Visual Studio 2008 and the Visual Studio 2008 SDK.</description>
      <link>http://code.msdn.microsoft.com/dslwizarduip</link>
      <pubDate>Mon, 30 Jun 2008 20:14:25 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
  </channel>
</rss>