<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://code.msdn.microsoft.com/rss.xsl"?><rss version="2.0"><channel><title>C# Samples for Visual Studio 2008</title><link>http://code.msdn.microsoft.com/csharpsamples/Project/ProjectRss.aspx</link><description>Our first release on CodeGallery contains updates to the official C&amp;#35; samples that ship with Visual Studio 2008.</description><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/csharpsamples/Wiki/View.aspx?title=Home&amp;version=21</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
CSharp Samples for Visual Studio 2008
&lt;/h1&gt;Our first release on CodeGallery contains updates to the official C&amp;#35; samples that ship with Visual Studio 2008.
&lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
Language Samples Download Link
&lt;/h1&gt;&lt;a href="https://code.msdn.microsoft.com/Release/ProjectReleases.aspx?ProjectName=csharpsamples&amp;amp;ReleaseId=8" class="externalLink"&gt;Please click here or turn to the downloads page to download the samples.&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;We have created a set of language samples to help you get familiar with various C# language features.  They are available in the LanguageSamples folder.&lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
LINQ Samples
&lt;/h1&gt;We have created four sets of samples for you that are designed to help you learn LINQ quickly, and to act as a reference and guide for those with more advanced skills. A few handy utilities are also included.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Getting Started with LINQ
&lt;/h2&gt;&lt;b&gt;SampleQueries&lt;/b&gt;: This is the most important sample and contains about 500 examples of how to use each of the query operators in LINQ to Objects, LINQ to SQL, LINQ to XML and LINQ to DataSet.&lt;br /&gt;&lt;b&gt;SimpleLinqToObjects&lt;/b&gt;: The hello world of the LINQ samples. This shows you how easy it is to do simple queries of in-memory objects using LINQ to Objects. &lt;br /&gt;&lt;b&gt;LinqToNorthwind&lt;/b&gt;: A basic example of how to use LINQ To SQL to query a database. &lt;br /&gt;&lt;b&gt;SimpleLinqToXml&lt;/b&gt;: Get started using LINQ to XML.&lt;br /&gt;&lt;b&gt;WinFormsDataBinding&lt;/b&gt;: Learn how to display LINQ queries with grids in a Windows form. It includes a one to many query example. &lt;br /&gt;&lt;b&gt;XQuery&lt;/b&gt;: Another simple LINQ to XML sample query. This sample shows the minimal code necessary to write a LINQ to XML query &lt;br /&gt;&lt;b&gt;LinqToXmlDataBinding&lt;/b&gt;: Bind LINQ to XML code to WPF controls. &lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Advanced Samples
&lt;/h2&gt;&lt;b&gt;DynamicQuery&lt;/b&gt;: Code to create LINQ queries at run time. &lt;br /&gt;&lt;b&gt;Reflector&lt;/b&gt;: Use LINQ to right queries against the objects in your code using the Reflection APIs. &lt;br /&gt;&lt;b&gt;RSS&lt;/b&gt;: This sample acts as a tiny web server that aggregates several RSS feeds &lt;br /&gt;&lt;b&gt;SimpleLambdas&lt;/b&gt;:  Several examples of how to write and use lambda expressions. &lt;br /&gt;&lt;b&gt;WebServiceLinqProvider&lt;/b&gt;: A sample showing how to create a LINQ provider to query Terraserver, a web service offering geographical data. &lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Addins and Visualizers
&lt;/h2&gt;&lt;b&gt;ExpressionTreeVisualizer&lt;/b&gt;: Create a visualization of an Expression Tree. &lt;br /&gt;&lt;b&gt;QueryVisualizer&lt;/b&gt;: Allows LINQ to SQL developers to see the SQL for their query, and also to see the results of the query in a grid. &lt;br /&gt;&lt;b&gt;PasteXmlAsLinq&lt;/b&gt;: A Visual Studio addin that automatically converts XML markup to LINQ to XML code.  Note: Addins cannot be compiled or loaded within C# Express. &lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Libraries or Utilities
&lt;/h2&gt;&lt;b&gt;Data&lt;/b&gt;: Contains XML files and a modified copy of the Northwind database for use by several of the other samples. &lt;br /&gt;&lt;b&gt;ObjectDumper&lt;/b&gt;: A utility for writing the output from a LINQ query to the screen in text mode. &lt;br /&gt;&lt;b&gt;NorthwindMapping&lt;/b&gt;: Contains the ORM mapping created by the LINQ to SQL designer for the Northwind database that ships with these samples. It is used by DynamicQuery and WinFormsDataBinding. &lt;br /&gt;&lt;b&gt;Whitepapers&lt;/b&gt;: The following papers are stored in this directory in Word format:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;LINQ Project Overview&lt;/li&gt;&lt;li&gt;LINQ to SQL Overview for C# and VB &lt;/li&gt;&lt;li&gt;Standard Query Operators &lt;/li&gt;&lt;li&gt;LINQ to XML Overview &lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>CharlieCalvert</author><pubDate>Wed, 16 Jul 2008 22:05:16 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080716P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/csharpsamples/Wiki/View.aspx?title=Home&amp;version=20</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
CSharp Samples for Visual Studio 2008
&lt;/h1&gt;Our first release on CodeGallery contains updates to the official C&amp;#35; samples that ship with Visual Studio 2008.
&lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
Language Samples Download Link
&lt;/h1&gt;&lt;a href="https://code.msdn.microsoft.com/Release/ProjectReleases.aspx?ProjectName=csharpsamples&amp;amp;ReleaseId=8" class="externalLink"&gt;Please turn to the releases page to download the samples.&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;We have created a set of language samples to help you get familiar with various C# language features.  They are available in the LanguageSamples folder.&lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
LINQ Samples
&lt;/h1&gt;We have created four sets of samples for you that are designed to help you learn LINQ quickly, and to act as a reference and guide for those with more advanced skills. A few handy utilities are also included.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Getting Started with LINQ
&lt;/h2&gt;&lt;b&gt;SampleQueries&lt;/b&gt;: This is the most important sample and contains about 500 examples of how to use each of the query operators in LINQ to Objects, LINQ to SQL, LINQ to XML and LINQ to DataSet.&lt;br /&gt;&lt;b&gt;SimpleLinqToObjects&lt;/b&gt;: The hello world of the LINQ samples. This shows you how easy it is to do simple queries of in-memory objects using LINQ to Objects. &lt;br /&gt;&lt;b&gt;LinqToNorthwind&lt;/b&gt;: A basic example of how to use LINQ To SQL to query a database. &lt;br /&gt;&lt;b&gt;SimpleLinqToXml&lt;/b&gt;: Get started using LINQ to XML.&lt;br /&gt;&lt;b&gt;WinFormsDataBinding&lt;/b&gt;: Learn how to display LINQ queries with grids in a Windows form. It includes a one to many query example. &lt;br /&gt;&lt;b&gt;XQuery&lt;/b&gt;: Another simple LINQ to XML sample query. This sample shows the minimal code necessary to write a LINQ to XML query &lt;br /&gt;&lt;b&gt;LinqToXmlDataBinding&lt;/b&gt;: Bind LINQ to XML code to WPF controls. &lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Advanced Samples
&lt;/h2&gt;&lt;b&gt;DynamicQuery&lt;/b&gt;: Code to create LINQ queries at run time. &lt;br /&gt;&lt;b&gt;Reflector&lt;/b&gt;: Use LINQ to right queries against the objects in your code using the Reflection APIs. &lt;br /&gt;&lt;b&gt;RSS&lt;/b&gt;: This sample acts as a tiny web server that aggregates several RSS feeds &lt;br /&gt;&lt;b&gt;SimpleLambdas&lt;/b&gt;:  Several examples of how to write and use lambda expressions. &lt;br /&gt;&lt;b&gt;WebServiceLinqProvider&lt;/b&gt;: A sample showing how to create a LINQ provider to query Terraserver, a web service offering geographical data. &lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Addins and Visualizers
&lt;/h2&gt;&lt;b&gt;ExpressionTreeVisualizer&lt;/b&gt;: Create a visualization of an Expression Tree. &lt;br /&gt;&lt;b&gt;QueryVisualizer&lt;/b&gt;: Allows LINQ to SQL developers to see the SQL for their query, and also to see the results of the query in a grid. &lt;br /&gt;&lt;b&gt;PasteXmlAsLinq&lt;/b&gt;: A Visual Studio addin that automatically converts XML markup to LINQ to XML code.  Note: Addins cannot be compiled or loaded within C# Express. &lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Libraries or Utilities
&lt;/h2&gt;&lt;b&gt;Data&lt;/b&gt;: Contains XML files and a modified copy of the Northwind database for use by several of the other samples. &lt;br /&gt;&lt;b&gt;ObjectDumper&lt;/b&gt;: A utility for writing the output from a LINQ query to the screen in text mode. &lt;br /&gt;&lt;b&gt;NorthwindMapping&lt;/b&gt;: Contains the ORM mapping created by the LINQ to SQL designer for the Northwind database that ships with these samples. It is used by DynamicQuery and WinFormsDataBinding. &lt;br /&gt;&lt;b&gt;Whitepapers&lt;/b&gt;: The following papers are stored in this directory in Word format:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;LINQ Project Overview&lt;/li&gt;&lt;li&gt;LINQ to SQL Overview for C# and VB &lt;/li&gt;&lt;li&gt;Standard Query Operators &lt;/li&gt;&lt;li&gt;LINQ to XML Overview &lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>CharlieCalvert</author><pubDate>Wed, 16 Jul 2008 22:04:44 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080716P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/csharpsamples/Wiki/View.aspx?title=Home&amp;version=19</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
CSharp Samples for Visual Studio 2008
&lt;/h1&gt;Our first release on CodeGallery contains updates to the official C&amp;#35; samples that ship with Visual Studio 2008.
&lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
Language Samples
&lt;/h1&gt;&lt;a href="https://code.msdn.microsoft.com/Release/ProjectReleases.aspx?ProjectName=csharpsamples&amp;amp;ReleaseId=8" class="externalLink"&gt;Please turn to the releases page to download the samples.&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;img src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=csharpsamples&amp;amp;DownloadId=2579" alt="folder_msdn.gif" /&gt;&lt;br /&gt; &lt;br /&gt;We have created a set of language samples to help you get familiar with various C# language features.  They are available in the LanguageSamples folder.&lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
LINQ Samples
&lt;/h1&gt;We have created four sets of samples for you that are designed to help you learn LINQ quickly, and to act as a reference and guide for those with more advanced skills. A few handy utilities are also included.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Getting Started with LINQ
&lt;/h2&gt;&lt;b&gt;SampleQueries&lt;/b&gt;: This is the most important sample and contains about 500 examples of how to use each of the query operators in LINQ to Objects, LINQ to SQL, LINQ to XML and LINQ to DataSet.&lt;br /&gt;&lt;b&gt;SimpleLinqToObjects&lt;/b&gt;: The hello world of the LINQ samples. This shows you how easy it is to do simple queries of in-memory objects using LINQ to Objects. &lt;br /&gt;&lt;b&gt;LinqToNorthwind&lt;/b&gt;: A basic example of how to use LINQ To SQL to query a database. &lt;br /&gt;&lt;b&gt;SimpleLinqToXml&lt;/b&gt;: Get started using LINQ to XML.&lt;br /&gt;&lt;b&gt;WinFormsDataBinding&lt;/b&gt;: Learn how to display LINQ queries with grids in a Windows form. It includes a one to many query example. &lt;br /&gt;&lt;b&gt;XQuery&lt;/b&gt;: Another simple LINQ to XML sample query. This sample shows the minimal code necessary to write a LINQ to XML query &lt;br /&gt;&lt;b&gt;LinqToXmlDataBinding&lt;/b&gt;: Bind LINQ to XML code to WPF controls. &lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Advanced Samples
&lt;/h2&gt;&lt;b&gt;DynamicQuery&lt;/b&gt;: Code to create LINQ queries at run time. &lt;br /&gt;&lt;b&gt;Reflector&lt;/b&gt;: Use LINQ to right queries against the objects in your code using the Reflection APIs. &lt;br /&gt;&lt;b&gt;RSS&lt;/b&gt;: This sample acts as a tiny web server that aggregates several RSS feeds &lt;br /&gt;&lt;b&gt;SimpleLambdas&lt;/b&gt;:  Several examples of how to write and use lambda expressions. &lt;br /&gt;&lt;b&gt;WebServiceLinqProvider&lt;/b&gt;: A sample showing how to create a LINQ provider to query Terraserver, a web service offering geographical data. &lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Addins and Visualizers
&lt;/h2&gt;&lt;b&gt;ExpressionTreeVisualizer&lt;/b&gt;: Create a visualization of an Expression Tree. &lt;br /&gt;&lt;b&gt;QueryVisualizer&lt;/b&gt;: Allows LINQ to SQL developers to see the SQL for their query, and also to see the results of the query in a grid. &lt;br /&gt;&lt;b&gt;PasteXmlAsLinq&lt;/b&gt;: A Visual Studio addin that automatically converts XML markup to LINQ to XML code.  Note: Addins cannot be compiled or loaded within C# Express. &lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Libraries or Utilities
&lt;/h2&gt;&lt;b&gt;Data&lt;/b&gt;: Contains XML files and a modified copy of the Northwind database for use by several of the other samples. &lt;br /&gt;&lt;b&gt;ObjectDumper&lt;/b&gt;: A utility for writing the output from a LINQ query to the screen in text mode. &lt;br /&gt;&lt;b&gt;NorthwindMapping&lt;/b&gt;: Contains the ORM mapping created by the LINQ to SQL designer for the Northwind database that ships with these samples. It is used by DynamicQuery and WinFormsDataBinding. &lt;br /&gt;&lt;b&gt;Whitepapers&lt;/b&gt;: The following papers are stored in this directory in Word format:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;LINQ Project Overview&lt;/li&gt;&lt;li&gt;LINQ to SQL Overview for C# and VB &lt;/li&gt;&lt;li&gt;Standard Query Operators &lt;/li&gt;&lt;li&gt;LINQ to XML Overview &lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>CharlieCalvert</author><pubDate>Wed, 16 Jul 2008 21:58:18 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080716P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/csharpsamples/Wiki/View.aspx?title=Home&amp;version=18</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
CSharp Samples for Visual Studio 2008
&lt;/h1&gt;Our first release on CodeGallery contains updates to the official C&amp;#35; samples that ship with Visual Studio 2008.
&lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
Language Samples
&lt;/h1&gt;&lt;a href="https://code.msdn.microsoft.com/Release/ProjectReleases.aspx?ProjectName=csharpsamples&amp;amp;ReleaseId=8" class="externalLink"&gt;Please turn to the releases page to download the samples.&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;We have created a set of language samples to help you get familiar with various C# language features.  They are available in the LanguageSamples folder.&lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
LINQ Samples
&lt;/h1&gt;We have created four sets of samples for you that are designed to help you learn LINQ quickly, and to act as a reference and guide for those with more advanced skills. A few handy utilities are also included.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Getting Started with LINQ
&lt;/h2&gt;&lt;b&gt;SampleQueries&lt;/b&gt;: This is the most important sample and contains about 500 examples of how to use each of the query operators in LINQ to Objects, LINQ to SQL, LINQ to XML and LINQ to DataSet.&lt;br /&gt;&lt;b&gt;SimpleLinqToObjects&lt;/b&gt;: The hello world of the LINQ samples. This shows you how easy it is to do simple queries of in-memory objects using LINQ to Objects. &lt;br /&gt;&lt;b&gt;LinqToNorthwind&lt;/b&gt;: A basic example of how to use LINQ To SQL to query a database. &lt;br /&gt;&lt;b&gt;SimpleLinqToXml&lt;/b&gt;: Get started using LINQ to XML.&lt;br /&gt;&lt;b&gt;WinFormsDataBinding&lt;/b&gt;: Learn how to display LINQ queries with grids in a Windows form. It includes a one to many query example. &lt;br /&gt;&lt;b&gt;XQuery&lt;/b&gt;: Another simple LINQ to XML sample query. This sample shows the minimal code necessary to write a LINQ to XML query &lt;br /&gt;&lt;b&gt;LinqToXmlDataBinding&lt;/b&gt;: Bind LINQ to XML code to WPF controls. &lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Advanced Samples
&lt;/h2&gt;&lt;b&gt;DynamicQuery&lt;/b&gt;: Code to create LINQ queries at run time. &lt;br /&gt;&lt;b&gt;Reflector&lt;/b&gt;: Use LINQ to right queries against the objects in your code using the Reflection APIs. &lt;br /&gt;&lt;b&gt;RSS&lt;/b&gt;: This sample acts as a tiny web server that aggregates several RSS feeds &lt;br /&gt;&lt;b&gt;SimpleLambdas&lt;/b&gt;:  Several examples of how to write and use lambda expressions. &lt;br /&gt;&lt;b&gt;WebServiceLinqProvider&lt;/b&gt;: A sample showing how to create a LINQ provider to query Terraserver, a web service offering geographical data. &lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Addins and Visualizers
&lt;/h2&gt;&lt;b&gt;ExpressionTreeVisualizer&lt;/b&gt;: Create a visualization of an Expression Tree. &lt;br /&gt;&lt;b&gt;QueryVisualizer&lt;/b&gt;: Allows LINQ to SQL developers to see the SQL for their query, and also to see the results of the query in a grid. &lt;br /&gt;&lt;b&gt;PasteXmlAsLinq&lt;/b&gt;: A Visual Studio addin that automatically converts XML markup to LINQ to XML code.  Note: Addins cannot be compiled or loaded within C# Express. &lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Libraries or Utilities
&lt;/h2&gt;&lt;b&gt;Data&lt;/b&gt;: Contains XML files and a modified copy of the Northwind database for use by several of the other samples. &lt;br /&gt;&lt;b&gt;ObjectDumper&lt;/b&gt;: A utility for writing the output from a LINQ query to the screen in text mode. &lt;br /&gt;&lt;b&gt;NorthwindMapping&lt;/b&gt;: Contains the ORM mapping created by the LINQ to SQL designer for the Northwind database that ships with these samples. It is used by DynamicQuery and WinFormsDataBinding. &lt;br /&gt;&lt;b&gt;Whitepapers&lt;/b&gt;: The following papers are stored in this directory in Word format:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;LINQ Project Overview&lt;/li&gt;&lt;li&gt;LINQ to SQL Overview for C# and VB &lt;/li&gt;&lt;li&gt;Standard Query Operators &lt;/li&gt;&lt;li&gt;LINQ to XML Overview &lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>CharlieCalvert</author><pubDate>Wed, 16 Jul 2008 21:56:58 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080716P</guid></item><item><title>NEW POST: VS 2008 C# Samples</title><link>http://code.msdn.microsoft.com/csharpsamples/Thread/View.aspx?ThreadId=12</link><description>&lt;div class="wikidoc"&gt;
In other words, here's a link. You're on your own&lt;br /&gt;
&lt;/div&gt;</description><author>KenH</author><pubDate>Thu, 19 Jun 2008 20:41:56 GMT</pubDate><guid isPermaLink="false">NEW POST: VS 2008 C# Samples 20080619P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/csharpsamples/Wiki/View.aspx?title=Home&amp;version=17</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
CSharp Samples for Visual Studio 2008
&lt;/h1&gt;Our first release on CodeGallery contains updates to the official C&amp;#35; samples that ship with Visual Studio 2008.&lt;br /&gt;&lt;br /&gt;
&lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
Language Samples
&lt;/h1&gt;&lt;a href="https://code.msdn.microsoft.com/Release/ProjectReleases.aspx?ProjectName=csharpsamples&amp;amp;ReleaseId=8" class="externalLink"&gt;Please turn to the releases page to download the samples.&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;We have created a set of language samples to help you get familiar with various C# language features.  They are available in the LanguageSamples folder.&lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
LINQ Samples
&lt;/h1&gt;We have created four sets of samples for you that are designed to help you learn LINQ quickly, and to act as a reference and guide for those with more advanced skills. A few handy utilities are also included.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Getting Started with LINQ
&lt;/h2&gt;&lt;b&gt;SampleQueries&lt;/b&gt;: This is the most important sample and contains about 500 examples of how to use each of the query operators in LINQ to Objects, LINQ to SQL, LINQ to XML and LINQ to DataSet.&lt;br /&gt;&lt;b&gt;SimpleLinqToObjects&lt;/b&gt;: The hello world of the LINQ samples. This shows you how easy it is to do simple queries of in-memory objects using LINQ to Objects. &lt;br /&gt;&lt;b&gt;LinqToNorthwind&lt;/b&gt;: A basic example of how to use LINQ To SQL to query a database. &lt;br /&gt;&lt;b&gt;SimpleLinqToXml&lt;/b&gt;: Get started using LINQ to XML.&lt;br /&gt;&lt;b&gt;WinFormsDataBinding&lt;/b&gt;: Learn how to display LINQ queries with grids in a Windows form. It includes a one to many query example. &lt;br /&gt;&lt;b&gt;XQuery&lt;/b&gt;: Another simple LINQ to XML sample query. This sample shows the minimal code necessary to write a LINQ to XML query &lt;br /&gt;&lt;b&gt;LinqToXmlDataBinding&lt;/b&gt;: Bind LINQ to XML code to WPF controls. &lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Advanced Samples
&lt;/h2&gt;&lt;b&gt;DynamicQuery&lt;/b&gt;: Code to create LINQ queries at run time. &lt;br /&gt;&lt;b&gt;Reflector&lt;/b&gt;: Use LINQ to right queries against the objects in your code using the Reflection APIs. &lt;br /&gt;&lt;b&gt;RSS&lt;/b&gt;: This sample acts as a tiny web server that aggregates several RSS feeds &lt;br /&gt;&lt;b&gt;SimpleLambdas&lt;/b&gt;:  Several examples of how to write and use lambda expressions. &lt;br /&gt;&lt;b&gt;WebServiceLinqProvider&lt;/b&gt;: A sample showing how to create a LINQ provider to query Terraserver, a web service offering geographical data. &lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Addins and Visualizers
&lt;/h2&gt;&lt;b&gt;ExpressionTreeVisualizer&lt;/b&gt;: Create a visualization of an Expression Tree. &lt;br /&gt;&lt;b&gt;QueryVisualizer&lt;/b&gt;: Allows LINQ to SQL developers to see the SQL for their query, and also to see the results of the query in a grid. &lt;br /&gt;&lt;b&gt;PasteXmlAsLinq&lt;/b&gt;: A Visual Studio addin that automatically converts XML markup to LINQ to XML code.  Note: Addins cannot be compiled or loaded within C# Express. &lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Libraries or Utilities
&lt;/h2&gt;&lt;b&gt;Data&lt;/b&gt;: Contains XML files and a modified copy of the Northwind database for use by several of the other samples. &lt;br /&gt;&lt;b&gt;ObjectDumper&lt;/b&gt;: A utility for writing the output from a LINQ query to the screen in text mode. &lt;br /&gt;&lt;b&gt;NorthwindMapping&lt;/b&gt;: Contains the ORM mapping created by the LINQ to SQL designer for the Northwind database that ships with these samples. It is used by DynamicQuery and WinFormsDataBinding. &lt;br /&gt;&lt;b&gt;Whitepapers&lt;/b&gt;: The following papers are stored in this directory in Word format:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;LINQ Project Overview&lt;/li&gt;&lt;li&gt;LINQ to SQL Overview for C# and VB &lt;/li&gt;&lt;li&gt;Standard Query Operators &lt;/li&gt;&lt;li&gt;LINQ to XML Overview &lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>CharlieCalvert</author><pubDate>Tue, 20 May 2008 19:37:01 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080520P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/csharpsamples/Wiki/View.aspx?title=Home&amp;version=16</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
CSharp Samples for Visual Studio 2008
&lt;/h1&gt;Our first release on CodeGallery contains updates to the official C&amp;#35; samples that ship with Visual Studio 2008.
&lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
Language Samples
&lt;/h1&gt;We have created a set of language samples to help you get familiar with various C# language features.  They are available in the LanguageSamples folder.&lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
LINQ Samples
&lt;/h1&gt;We have created four sets of samples for you that are designed to help you learn LINQ quickly, and to act as a reference and guide for those with more advanced skills. A few handy utilities are also included.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Getting Started with LINQ
&lt;/h2&gt;&lt;b&gt;SampleQueries&lt;/b&gt;: This is the most important sample and contains about 500 examples of how to use each of the query operators in LINQ to Objects, LINQ to SQL, LINQ to XML and LINQ to DataSet.&lt;br /&gt;&lt;b&gt;SimpleLinqToObjects&lt;/b&gt;: The hello world of the LINQ samples. This shows you how easy it is to do simple queries of in-memory objects using LINQ to Objects. &lt;br /&gt;&lt;b&gt;LinqToNorthwind&lt;/b&gt;: A basic example of how to use LINQ To SQL to query a database. &lt;br /&gt;&lt;b&gt;SimpleLinqToXml&lt;/b&gt;: Get started using LINQ to XML.&lt;br /&gt;&lt;b&gt;WinFormsDataBinding&lt;/b&gt;: Learn how to display LINQ queries with grids in a Windows form. It includes a one to many query example. &lt;br /&gt;&lt;b&gt;XQuery&lt;/b&gt;: Another simple LINQ to XML sample query. This sample shows the minimal code necessary to write a LINQ to XML query &lt;br /&gt;&lt;b&gt;LinqToXmlDataBinding&lt;/b&gt;: Bind LINQ to XML code to WPF controls. &lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Advanced Samples
&lt;/h2&gt;&lt;b&gt;DynamicQuery&lt;/b&gt;: Code to create LINQ queries at run time. &lt;br /&gt;&lt;b&gt;Reflector&lt;/b&gt;: Use LINQ to right queries against the objects in your code using the Reflection APIs. &lt;br /&gt;&lt;b&gt;RSS&lt;/b&gt;: This sample acts as a tiny web server that aggregates several RSS feeds &lt;br /&gt;&lt;b&gt;SimpleLambdas&lt;/b&gt;:  Several examples of how to write and use lambda expressions. &lt;br /&gt;&lt;b&gt;WebServiceLinqProvider&lt;/b&gt;: A sample showing how to create a LINQ provider to query Terraserver, a web service offering geographical data. &lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Addins and Visualizers
&lt;/h2&gt;&lt;b&gt;ExpressionTreeVisualizer&lt;/b&gt;: Create a visualization of an Expression Tree. &lt;br /&gt;&lt;b&gt;QueryVisualizer&lt;/b&gt;: Allows LINQ to SQL developers to see the SQL for their query, and also to see the results of the query in a grid. &lt;br /&gt;&lt;b&gt;PasteXmlAsLinq&lt;/b&gt;: A Visual Studio addin that automatically converts XML markup to LINQ to XML code.  Note: Addins cannot be compiled or loaded within C# Express. &lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Libraries or Utilities
&lt;/h2&gt;&lt;b&gt;Data&lt;/b&gt;: Contains XML files and a modified copy of the Northwind database for use by several of the other samples. &lt;br /&gt;&lt;b&gt;ObjectDumper&lt;/b&gt;: A utility for writing the output from a LINQ query to the screen in text mode. &lt;br /&gt;&lt;b&gt;NorthwindMapping&lt;/b&gt;: Contains the ORM mapping created by the LINQ to SQL designer for the Northwind database that ships with these samples. It is used by DynamicQuery and WinFormsDataBinding. &lt;br /&gt;&lt;b&gt;Whitepapers&lt;/b&gt;: The following papers are stored in this directory in Word format:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;LINQ Project Overview&lt;/li&gt;&lt;li&gt;LINQ to SQL Overview for C# and VB &lt;/li&gt;&lt;li&gt;Standard Query Operators &lt;/li&gt;&lt;li&gt;LINQ to XML Overview &lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>CharlieCalvert</author><pubDate>Tue, 20 May 2008 19:34:18 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080520P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/csharpsamples/Wiki/View.aspx?title=Home&amp;version=15</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
CSharp Samples for Visual Studio 2008
&lt;/h1&gt;Our first release on CodeGallery contains updates to the official C&amp;#35; samples that ship with Visual Studio 2008.
&lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
Language Samples
&lt;/h1&gt;Please turn to the releases page to download the samples.&lt;br /&gt; &lt;br /&gt;We have created a set of language samples to help you get familiar with various C# language features.  They are available in the LanguageSamples folder.&lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
LINQ Samples
&lt;/h1&gt;We have created four sets of samples for you that are designed to help you learn LINQ quickly, and to act as a reference and guide for those with more advanced skills. A few handy utilities are also included.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Getting Started with LINQ
&lt;/h2&gt;&lt;b&gt;SampleQueries&lt;/b&gt;: This is the most important sample and contains about 500 examples of how to use each of the query operators in LINQ to Objects, LINQ to SQL, LINQ to XML and LINQ to DataSet.&lt;br /&gt;&lt;b&gt;SimpleLinqToObjects&lt;/b&gt;: The hello world of the LINQ samples. This shows you how easy it is to do simple queries of in-memory objects using LINQ to Objects. &lt;br /&gt;&lt;b&gt;LinqToNorthwind&lt;/b&gt;: A basic example of how to use LINQ To SQL to query a database. &lt;br /&gt;&lt;b&gt;SimpleLinqToXml&lt;/b&gt;: Get started using LINQ to XML.&lt;br /&gt;&lt;b&gt;WinFormsDataBinding&lt;/b&gt;: Learn how to display LINQ queries with grids in a Windows form. It includes a one to many query example. &lt;br /&gt;&lt;b&gt;XQuery&lt;/b&gt;: Another simple LINQ to XML sample query. This sample shows the minimal code necessary to write a LINQ to XML query &lt;br /&gt;&lt;b&gt;LinqToXmlDataBinding&lt;/b&gt;: Bind LINQ to XML code to WPF controls. &lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Advanced Samples
&lt;/h2&gt;&lt;b&gt;DynamicQuery&lt;/b&gt;: Code to create LINQ queries at run time. &lt;br /&gt;&lt;b&gt;Reflector&lt;/b&gt;: Use LINQ to right queries against the objects in your code using the Reflection APIs. &lt;br /&gt;&lt;b&gt;RSS&lt;/b&gt;: This sample acts as a tiny web server that aggregates several RSS feeds &lt;br /&gt;&lt;b&gt;SimpleLambdas&lt;/b&gt;:  Several examples of how to write and use lambda expressions. &lt;br /&gt;&lt;b&gt;WebServiceLinqProvider&lt;/b&gt;: A sample showing how to create a LINQ provider to query Terraserver, a web service offering geographical data. &lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Addins and Visualizers
&lt;/h2&gt;&lt;b&gt;ExpressionTreeVisualizer&lt;/b&gt;: Create a visualization of an Expression Tree. &lt;br /&gt;&lt;b&gt;QueryVisualizer&lt;/b&gt;: Allows LINQ to SQL developers to see the SQL for their query, and also to see the results of the query in a grid. &lt;br /&gt;&lt;b&gt;PasteXmlAsLinq&lt;/b&gt;: A Visual Studio addin that automatically converts XML markup to LINQ to XML code.  Note: Addins cannot be compiled or loaded within C# Express. &lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Libraries or Utilities
&lt;/h2&gt;&lt;b&gt;Data&lt;/b&gt;: Contains XML files and a modified copy of the Northwind database for use by several of the other samples. &lt;br /&gt;&lt;b&gt;ObjectDumper&lt;/b&gt;: A utility for writing the output from a LINQ query to the screen in text mode. &lt;br /&gt;&lt;b&gt;NorthwindMapping&lt;/b&gt;: Contains the ORM mapping created by the LINQ to SQL designer for the Northwind database that ships with these samples. It is used by DynamicQuery and WinFormsDataBinding. &lt;br /&gt;&lt;b&gt;Whitepapers&lt;/b&gt;: The following papers are stored in this directory in Word format:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;LINQ Project Overview&lt;/li&gt;&lt;li&gt;LINQ to SQL Overview for C# and VB &lt;/li&gt;&lt;li&gt;Standard Query Operators &lt;/li&gt;&lt;li&gt;LINQ to XML Overview &lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>CharlieCalvert</author><pubDate>Tue, 20 May 2008 19:33:58 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080520P</guid></item><item><title>NEW POST: Try to use  lazy initialize in collections</title><link>http://code.msdn.microsoft.com/csharpsamples/Thread/View.aspx?ThreadId=268</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;I think you might need to create Publisher class.&lt;/b&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>YPG</author><pubDate>Thu, 08 May 2008 07:27:19 GMT</pubDate><guid isPermaLink="false">NEW POST: Try to use  lazy initialize in collections 20080508A</guid></item><item><title>NEW POST: VS 2008 C# Samples</title><link>http://code.msdn.microsoft.com/csharpsamples/Thread/View.aspx?ThreadId=12</link><description>&lt;div class="wikidoc"&gt;
Mark,&lt;br /&gt; &lt;br /&gt;Questions like this are best answered in the Forums:&lt;br /&gt; &lt;br /&gt;http://forums.microsoft.com/MSDN/default.aspx?ForumGroupID=569&amp;amp;SiteID=1&lt;br /&gt; &lt;br /&gt;- Charlie&lt;br /&gt;
&lt;/div&gt;</description><author>CharlieCalvert</author><pubDate>Thu, 24 Apr 2008 22:45:58 GMT</pubDate><guid isPermaLink="false">NEW POST: VS 2008 C# Samples 20080424P</guid></item><item><title>NEW POST: Try to use  lazy initialize in collections</title><link>http://code.msdn.microsoft.com/csharpsamples/Thread/View.aspx?ThreadId=268</link><description>&lt;div class="wikidoc"&gt;
Try to use the easy intialize, I got error this is my coding, anybody can tell me what's wrong&lt;br /&gt; &lt;br /&gt; static public class SampleData&lt;br /&gt;    {&lt;br /&gt;        static public Publisher[] Publishers =&lt;br /&gt;        {&lt;br /&gt;            new Publisher{Name = &amp;quot;FunBools&amp;quot;},&lt;br /&gt;            new Publisher{Name = &amp;quot;Joe Publishing&amp;quot;},&lt;br /&gt;            new Publisher{Name = &amp;quot;I Publisher&amp;quot;}&lt;br /&gt;        };&lt;br /&gt;   }&lt;br /&gt; &lt;br /&gt;the error message is &amp;quot;The type or namespace name 'Publisher' could not be found (are you missing a using directive or an assembly reference)&amp;quot;&lt;br /&gt;
&lt;/div&gt;</description><author>bzeng</author><pubDate>Wed, 09 Apr 2008 17:25:29 GMT</pubDate><guid isPermaLink="false">NEW POST: Try to use  lazy initialize in collections 20080409P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/csharpsamples/Wiki/View.aspx?title=Home&amp;version=14</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
CSharp Samples for Visual Studio 2008
&lt;/h1&gt;Our first release on CodeGallery contains updates to the official C&amp;#35; samples that ship with Visual Studio 2008.
&lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
Language Samples
&lt;/h1&gt;We have created a set of language samples to help you get familiar with various C# language features.  They are available in the LanguageSamples folder.&lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
LINQ Samples
&lt;/h1&gt;We have created four sets of samples for you that are designed to help you learn LINQ quickly, and to act as a reference and guide for those with more advanced skills. A few handy utilities are also included.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Getting Started with LINQ
&lt;/h2&gt;&lt;b&gt;SampleQueries&lt;/b&gt;: This is the most important sample and contains about 500 examples of how to use each of the query operators in LINQ to Objects, LINQ to SQL, LINQ to XML and LINQ to DataSet.&lt;br /&gt;&lt;b&gt;SimpleLinqToObjects&lt;/b&gt;: The hello world of the LINQ samples. This shows you how easy it is to do simple queries of in-memory objects using LINQ to Objects. &lt;br /&gt;&lt;b&gt;LinqToNorthwind&lt;/b&gt;: A basic example of how to use LINQ To SQL to query a database. &lt;br /&gt;&lt;b&gt;SimpleLinqToXml&lt;/b&gt;: Get started using LINQ to XML.&lt;br /&gt;&lt;b&gt;WinFormsDataBinding&lt;/b&gt;: Learn how to display LINQ queries with grids in a Windows form. It includes a one to many query example. &lt;br /&gt;&lt;b&gt;XQuery&lt;/b&gt;: Another simple LINQ to XML sample query. This sample shows the minimal code necessary to write a LINQ to XML query &lt;br /&gt;&lt;b&gt;LinqToXmlDataBinding&lt;/b&gt;: Bind LINQ to XML code to WPF controls. &lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Advanced Samples
&lt;/h2&gt;&lt;b&gt;DynamicQuery&lt;/b&gt;: Code to create LINQ queries at run time. &lt;br /&gt;&lt;b&gt;Reflector&lt;/b&gt;: Use LINQ to right queries against the objects in your code using the Reflection APIs. &lt;br /&gt;&lt;b&gt;RSS&lt;/b&gt;: This sample acts as a tiny web server that aggregates several RSS feeds &lt;br /&gt;&lt;b&gt;SimpleLambdas&lt;/b&gt;:  Several examples of how to write and use lambda expressions. &lt;br /&gt;&lt;b&gt;WebServiceLinqProvider&lt;/b&gt;: A sample showing how to create a LINQ provider to query Terraserver, a web service offering geographical data. &lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Addins and Visualizers
&lt;/h2&gt;&lt;b&gt;ExpressionTreeVisualizer&lt;/b&gt;: Create a visualization of an Expression Tree. &lt;br /&gt;&lt;b&gt;QueryVisualizer&lt;/b&gt;: Allows LINQ to SQL developers to see the SQL for their query, and also to see the results of the query in a grid. &lt;br /&gt;&lt;b&gt;PasteXmlAsLinq&lt;/b&gt;: A Visual Studio addin that automatically converts XML markup to LINQ to XML code.  Note: Addins cannot be compiled or loaded within C# Express. &lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Libraries or Utilities
&lt;/h2&gt;&lt;b&gt;Data&lt;/b&gt;: Contains XML files and a modified copy of the Northwind database for use by several of the other samples. &lt;br /&gt;&lt;b&gt;ObjectDumper&lt;/b&gt;: A utility for writing the output from a LINQ query to the screen in text mode. &lt;br /&gt;&lt;b&gt;NorthwindMapping&lt;/b&gt;: Contains the ORM mapping created by the LINQ to SQL designer for the Northwind database that ships with these samples. It is used by DynamicQuery and WinFormsDataBinding. &lt;br /&gt;&lt;b&gt;Whitepapers&lt;/b&gt;: The following papers are stored in this directory in Word format:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;LINQ Project Overview&lt;/li&gt;&lt;li&gt;LINQ to SQL Overview for C# and VB &lt;/li&gt;&lt;li&gt;Standard Query Operators &lt;/li&gt;&lt;li&gt;LINQ to XML Overview &lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>CharlieCalvert</author><pubDate>Fri, 21 Mar 2008 00:15:13 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080321A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/csharpsamples/Wiki/View.aspx?title=Home&amp;version=13</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
CSharp Samples from Visual Studio 2008
&lt;/h1&gt;Our first release on CodeGallery contains updates to the official C&amp;#35; samples that ship with Visual Studio 2008.
&lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
Language Samples
&lt;/h1&gt;We have created a set of language samples to help you get familiar with various C# language features.  They are available in the LanguageSamples folder.&lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
LINQ Samples
&lt;/h1&gt;We have created four sets of samples for you that are designed to help you learn LINQ quickly, and to act as a reference and guide for those with more advanced skills. A few handy utilities are also included.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Getting Started with LINQ
&lt;/h2&gt;&lt;b&gt;SampleQueries&lt;/b&gt;: This is the most important sample and contains about 500 examples of how to use each of the query operators in LINQ to Objects, LINQ to SQL, LINQ to XML and LINQ to DataSet.&lt;br /&gt;&lt;b&gt;SimpleLinqToObjects&lt;/b&gt;: The hello world of the LINQ samples. This shows you how easy it is to do simple queries of in-memory objects using LINQ to Objects. &lt;br /&gt;&lt;b&gt;LinqToNorthwind&lt;/b&gt;: A basic example of how to use LINQ To SQL to query a database. &lt;br /&gt;&lt;b&gt;SimpleLinqToXml&lt;/b&gt;: Get started using LINQ to XML.&lt;br /&gt;&lt;b&gt;WinFormsDataBinding&lt;/b&gt;: Learn how to display LINQ queries with grids in a Windows form. It includes a one to many query example. &lt;br /&gt;&lt;b&gt;XQuery&lt;/b&gt;: Another simple LINQ to XML sample query. This sample shows the minimal code necessary to write a LINQ to XML query &lt;br /&gt;&lt;b&gt;LinqToXmlDataBinding&lt;/b&gt;: Bind LINQ to XML code to WPF controls. &lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Advanced Samples
&lt;/h2&gt;&lt;b&gt;DynamicQuery&lt;/b&gt;: Code to create LINQ queries at run time. &lt;br /&gt;&lt;b&gt;Reflector&lt;/b&gt;: Use LINQ to right queries against the objects in your code using the Reflection APIs. &lt;br /&gt;&lt;b&gt;RSS&lt;/b&gt;: This sample acts as a tiny web server that aggregates several RSS feeds &lt;br /&gt;&lt;b&gt;SimpleLambdas&lt;/b&gt;:  Several examples of how to write and use lambda expressions. &lt;br /&gt;&lt;b&gt;WebServiceLinqProvider&lt;/b&gt;: A sample showing how to create a LINQ provider to query Terraserver, a web service offering geographical data. &lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Addins and Visualizers
&lt;/h2&gt;&lt;b&gt;ExpressionTreeVisualizer&lt;/b&gt;: Create a visualization of an Expression Tree. &lt;br /&gt;&lt;b&gt;QueryVisualizer&lt;/b&gt;: Allows LINQ to SQL developers to see the SQL for their query, and also to see the results of the query in a grid. &lt;br /&gt;&lt;b&gt;PasteXmlAsLinq&lt;/b&gt;: A Visual Studio addin that automatically converts XML markup to LINQ to XML code.  Note: Addins cannot be compiled or loaded within C# Express. &lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Libraries or Utilities
&lt;/h2&gt;&lt;b&gt;Data&lt;/b&gt;: Contains XML files and a modified copy of the Northwind database for use by several of the other samples. &lt;br /&gt;&lt;b&gt;ObjectDumper&lt;/b&gt;: A utility for writing the output from a LINQ query to the screen in text mode. &lt;br /&gt;&lt;b&gt;NorthwindMapping&lt;/b&gt;: Contains the ORM mapping created by the LINQ to SQL designer for the Northwind database that ships with these samples. It is used by DynamicQuery and WinFormsDataBinding. &lt;br /&gt;&lt;b&gt;Whitepapers&lt;/b&gt;: The following papers are stored in this directory in Word format:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;LINQ Project Overview&lt;/li&gt;&lt;li&gt;LINQ to SQL Overview for C# and VB &lt;/li&gt;&lt;li&gt;Standard Query Operators &lt;/li&gt;&lt;li&gt;LINQ to XML Overview &lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>CharlieCalvert</author><pubDate>Thu, 20 Mar 2008 21:13:53 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080320P</guid></item><item><title>UPDATED RELEASE: CSharp Samples January 2008 (Jan 15, 2008)</title><link>http://code.msdn.microsoft.com/csharpsamples/Release/ProjectReleases.aspx?ReleaseId=8</link><description>This refresh of the samples contains updates to the existing code, as well as a new sample that shows how to build a LINQ provider.</description><author></author><pubDate>Thu, 20 Mar 2008 21:12:04 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: CSharp Samples January 2008 (Jan 15, 2008) 20080320P</guid></item><item><title>NEW POST: VS 2008 C# Samples</title><link>http://code.msdn.microsoft.com/csharpsamples/Thread/View.aspx?ThreadId=12</link><description>&lt;div class="wikidoc"&gt;
To kick off a discussion of these samples, I'll introduce some of the team members who worked on them. Mary Deyo was the primary QA engineer, Terry Adams did much of the development work, and Alex Turner and myself have both worked on managing the project. In practice, we all did a little bit of everything, but those were the primary roles. We will all try to make ourselves available to answer any questions you might have, and to listen to your suggestions on how to improve the samples. If you haven't done so already, please sign in with your Live ID and then register yourself as a user on the CodeGallery site. The please feel free to continue this thread, or to start a new thread of your own.&lt;br /&gt;
&lt;/div&gt;</description><author>CharlieCalvert</author><pubDate>Thu, 17 Jan 2008 19:01:28 GMT</pubDate><guid isPermaLink="false">NEW POST: VS 2008 C# Samples 20080117P</guid></item><item><title>UPDATED RELEASE: CSharp Samples January 2007 (Jan 15, 2008)</title><link>http://code.msdn.microsoft.com/csharpsamples/Release/ProjectReleases.aspx?ReleaseId=8</link><description>This refresh of the samples contains updates to the existing code, as well as a new sample that shows how to build a LINQ provider.</description><author></author><pubDate>Tue, 15 Jan 2008 23:17:18 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: CSharp Samples January 2007 (Jan 15, 2008) 20080115P</guid></item><item><title>RELEASED: CSharp Samples January 2007 (Jan 15, 2008)</title><link>http://code.msdn.microsoft.com/csharpsamples/Release/ProjectReleases.aspx?ReleaseId=8</link><description>This refresh of the samples contains updates to the existing code, as well as a new sample that shows how to build a LINQ provider.</description><author></author><pubDate>Tue, 15 Jan 2008 23:17:18 GMT</pubDate><guid isPermaLink="false">RELEASED: CSharp Samples January 2007 (Jan 15, 2008) 20080115P</guid></item><item><title>UPDATED RELEASE: CSharp Samples January 2007 (Jan 15, 2008)</title><link>http://code.msdn.microsoft.com/csharpsamples/Release/ProjectReleases.aspx?ReleaseId=8</link><description>This refresh of the samples contains updates to the existing code, as well as a new sample that shows how to build a LINQ provider.</description><author></author><pubDate>Tue, 15 Jan 2008 23:16:32 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: CSharp Samples January 2007 (Jan 15, 2008) 20080115P</guid></item><item><title>UPDATED RELEASE: CSharp Samples (Jan 15, 2008)</title><link>http://code.msdn.microsoft.com/csharpsamples/Release/ProjectReleases.aspx?ReleaseId=8</link><description>This refresh of the samples contains updates to the existing code, as well as a new sample that shows how to build a LINQ provider.</description><author></author><pubDate>Tue, 15 Jan 2008 23:15:49 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: CSharp Samples (Jan 15, 2008) 20080115P</guid></item><item><title>UPDATED RELEASE: CSharp Samples (Jan 15, 2008)</title><link>http://code.msdn.microsoft.com/csharpsamples/Release/ProjectReleases.aspx?ReleaseId=8</link><description>This refresh of the samples contains updates to the existing code, as well as a new sample that shows how to build a LINQ provider.</description><author></author><pubDate>Tue, 15 Jan 2008 23:13:01 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: CSharp Samples (Jan 15, 2008) 20080115P</guid></item></channel></rss>