<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://code.msdn.microsoft.com/rss.xsl"?><rss version="2.0"><channel><title>csharpsamples Wiki Rss Feed</title><link>http://code.msdn.microsoft.com/csharpsamples/Wiki/View.aspx?title=Home</link><description>csharpsamples Wiki Rss Description</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>Thu, 17 Jul 2008 01:05:16 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080717A</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>Thu, 17 Jul 2008 01:04:44 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080717A</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>Thu, 17 Jul 2008 00:58:18 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080717A</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>Thu, 17 Jul 2008 00:56:58 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080717A</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 22: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 22: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 22:33:58 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=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 03: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>Fri, 21 Mar 2008 00:13:53 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=12</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
CSharp Samples
&lt;/h1&gt;These are 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>Wed, 16 Jan 2008 00:23:49 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080116A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/csharpsamples/Wiki/View.aspx?title=Home&amp;version=11</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Resource Page Description
&lt;/h1&gt;These are 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>Wed, 16 Jan 2008 00:23:20 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080116A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/csharpsamples/Wiki/View.aspx?title=Home&amp;version=10</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;These are 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>Wed, 16 Jan 2008 00:20:00 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080116A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/csharpsamples/Wiki/View.aspx?title=Home&amp;version=9</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;These are 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;b&gt;LINQ Project Overview&lt;/b&gt; &lt;br /&gt;LINQ to SQL Overview for C# and VB &lt;br /&gt;*Standard Query Operators &lt;br /&gt;*LINQ to XML Overview &lt;br /&gt;
&lt;/div&gt;</description><author>CharlieCalvert</author><pubDate>Wed, 16 Jan 2008 00:18:47 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080116A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/csharpsamples/Wiki/View.aspx?title=Home&amp;version=8</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;These are 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;SimpleLinqToObjects: 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;LinqToNorthwind: A basic example of how to use LINQ To SQL to query a database. &lt;br /&gt;SimpleLinqToXml: Get started using LINQ to XML.&lt;br /&gt;WinFormsDataBinding: Learn how to display LINQ queries with grids in a Windows form. It includes a one to many query example. &lt;br /&gt;XQuery: Another simple LINQ to XML sample query. This sample shows the minimal code necessary to write a LINQ to XML query &lt;br /&gt;LinqToXmlDataBinding: Bind LINQ to XML code to WPF controls. &lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Advanced Samples
&lt;/h2&gt;DynamicQuery: Code to create LINQ queries at run time. &lt;br /&gt;Reflector: Use LINQ to right queries against the objects in your code using the Reflection APIs. &lt;br /&gt;RSS: This sample acts as a tiny web server that aggregates several RSS feeds &lt;br /&gt;SimpleLambdas:  Several examples of how to write and use lambda expressions. &lt;br /&gt;WebServiceLinqProvider: 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;ExpressionTreeVisualizer: Create a visualization of an Expression Tree. &lt;br /&gt;QueryVisualizer: 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;PasteXmlAsLinq: 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;Data: Contains XML files and a modified copy of the Northwind database for use by several of the other samples. &lt;br /&gt;ObjectDumper: A utility for writing the output from a LINQ query to the screen in text mode. &lt;br /&gt;NorthwindMapping: 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;Whitepapers: The following papers are stored in this directory in Word format:&lt;br /&gt;LINQ Project Overview &lt;br /&gt;LINQ to SQL Overview for C# and VB &lt;br /&gt;Standard Query Operators &lt;br /&gt;LINQ to XML Overview &lt;br /&gt;
&lt;/div&gt;</description><author>CharlieCalvert</author><pubDate>Wed, 16 Jan 2008 00:16:24 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080116A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/csharpsamples/Wiki/View.aspx?title=Home&amp;version=7</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;These are 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;SampleQueries: 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;br /&gt;SimpleLinqToObjects: 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;LinqToNorthwind: A basic example of how to use LINQ To SQL to query a database. &lt;br /&gt;SimpleLinqToXml: Get started using LINQ to XML.&lt;br /&gt; &lt;br /&gt;WinFormsDataBinding: Learn how to display LINQ queries with grids in a Windows form. It includes a one to many query example. &lt;br /&gt;XQuery: Another simple LINQ to XML sample query. This sample shows the minimal code necessary to write a LINQ to XML query &lt;br /&gt;LinqToXmlDataBinding: Bind LINQ to XML code to WPF controls. &lt;br /&gt; &lt;br /&gt;!!Advanced Samples&lt;br /&gt;DynamicQuery: Code to create LINQ queries at run time. &lt;br /&gt;Reflector: Use LINQ to right queries against the objects in your code using the Reflection APIs. &lt;br /&gt;RSS: This sample acts as a tiny web server that aggregates several RSS feeds &lt;br /&gt;SimpleLambdas:  Several examples of how to write and use lambda expressions. &lt;br /&gt;WebServiceLinqProvider: A sample showing how to create a LINQ provider to query Terraserver, a web service offering geographical data. &lt;br /&gt; &lt;br /&gt;!!Addins and Visualizers&lt;br /&gt;ExpressionTreeVisualizer: Create a visualization of an Expression Tree. &lt;br /&gt;QueryVisualizer: 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;PasteXmlAsLinq: 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;!!Libraries or Utilities&lt;br /&gt;Data: Contains XML files and a modified copy of the Northwind database for use by several of the other samples. &lt;br /&gt;ObjectDumper: A utility for writing the output from a LINQ query to the screen in text mode. &lt;br /&gt;NorthwindMapping: 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;Whitepapers: The following papers are stored in this directory in Word format:&lt;br /&gt;LINQ Project Overview &lt;br /&gt;LINQ to SQL Overview for C# and VB &lt;br /&gt;Standard Query Operators &lt;br /&gt;LINQ to XML Overview &lt;br /&gt;
&lt;/div&gt;</description><author>CharlieCalvert</author><pubDate>Wed, 16 Jan 2008 00:15:25 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080116A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/csharpsamples/Wiki/View.aspx?title=Home&amp;version=6</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;These are the official C&amp;#35; samples that ship with Visual Studio 2008.
&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Language Samples
&lt;/h2&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;h2&gt;
INQ Samples
&lt;/h2&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;Getting Started with LINQ&lt;br /&gt;SampleQueries: 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;br /&gt;SimpleLinqToObjects: 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;LinqToNorthwind: A basic example of how to use LINQ To SQL to query a database. &lt;br /&gt;SimpleLinqToXml: Get started using LINQ to XML.&lt;br /&gt; &lt;br /&gt;WinFormsDataBinding: Learn how to display LINQ queries with grids in a Windows form. It includes a one to many query example. &lt;br /&gt;XQuery: Another simple LINQ to XML sample query. This sample shows the minimal code necessary to write a LINQ to XML query &lt;br /&gt;LinqToXmlDataBinding: Bind LINQ to XML code to WPF controls. &lt;br /&gt;Advanced Samples&lt;br /&gt;DynamicQuery: Code to create LINQ queries at run time. &lt;br /&gt;Reflector: Use LINQ to right queries against the objects in your code using the Reflection APIs. &lt;br /&gt;RSS: This sample acts as a tiny web server that aggregates several RSS feeds &lt;br /&gt;SimpleLambdas:  Several examples of how to write and use lambda expressions. &lt;br /&gt;WebServiceLinqProvider: A sample showing how to create a LINQ provider to query Terraserver, a web service offering geographical data. &lt;br /&gt;Addins and Visualizers&lt;br /&gt;ExpressionTreeVisualizer: Create a visualization of an Expression Tree. &lt;br /&gt;QueryVisualizer: 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;PasteXmlAsLinq: 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;Libraries or Utilities&lt;br /&gt;Data: Contains XML files and a modified copy of the Northwind database for use by several of the other samples. &lt;br /&gt;ObjectDumper: A utility for writing the output from a LINQ query to the screen in text mode. &lt;br /&gt;NorthwindMapping: 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;Whitepapers: The following papers are stored in this directory in Word format:&lt;br /&gt;LINQ Project Overview &lt;br /&gt;LINQ to SQL Overview for C# and VB &lt;br /&gt;Standard Query Operators &lt;br /&gt;LINQ to XML Overview &lt;br /&gt;
&lt;/div&gt;</description><author>CharlieCalvert</author><pubDate>Wed, 16 Jan 2008 00:14:03 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080116A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/csharpsamples/Wiki/View.aspx?title=Home&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;These are the official C&amp;#35; samples that ship with Visual Studio 2008.
&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Language Samples
&lt;/h2&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;L!! INQ Samples&lt;br /&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;Getting Started with LINQ&lt;br /&gt;SampleQueries: 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;br /&gt;SimpleLinqToObjects: 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;LinqToNorthwind: A basic example of how to use LINQ To SQL to query a database. &lt;br /&gt;SimpleLinqToXml: Get started using LINQ to XML.&lt;br /&gt; &lt;br /&gt;WinFormsDataBinding: Learn how to display LINQ queries with grids in a Windows form. It includes a one to many query example. &lt;br /&gt;XQuery: Another simple LINQ to XML sample query. This sample shows the minimal code necessary to write a LINQ to XML query &lt;br /&gt;LinqToXmlDataBinding: Bind LINQ to XML code to WPF controls. &lt;br /&gt;Advanced Samples&lt;br /&gt;DynamicQuery: Code to create LINQ queries at run time. &lt;br /&gt;Reflector: Use LINQ to right queries against the objects in your code using the Reflection APIs. &lt;br /&gt;RSS: This sample acts as a tiny web server that aggregates several RSS feeds &lt;br /&gt;SimpleLambdas:  Several examples of how to write and use lambda expressions. &lt;br /&gt;WebServiceLinqProvider: A sample showing how to create a LINQ provider to query Terraserver, a web service offering geographical data. &lt;br /&gt;Addins and Visualizers&lt;br /&gt;ExpressionTreeVisualizer: Create a visualization of an Expression Tree. &lt;br /&gt;QueryVisualizer: 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;PasteXmlAsLinq: 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;Libraries or Utilities&lt;br /&gt;Data: Contains XML files and a modified copy of the Northwind database for use by several of the other samples. &lt;br /&gt;ObjectDumper: A utility for writing the output from a LINQ query to the screen in text mode. &lt;br /&gt;NorthwindMapping: 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;Whitepapers: The following papers are stored in this directory in Word format:&lt;br /&gt;LINQ Project Overview &lt;br /&gt;LINQ to SQL Overview for C# and VB &lt;br /&gt;Standard Query Operators &lt;br /&gt;LINQ to XML Overview &lt;br /&gt;
&lt;/div&gt;</description><author>CharlieCalvert</author><pubDate>Wed, 16 Jan 2008 00:13:44 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080116A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/csharpsamples/Wiki/View.aspx?title=Home&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;These are the official C&amp;#35; samples that ship with Visual Studio 2008.
&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>CharlieCalvert</author><pubDate>Wed, 16 Jan 2008 00:11:00 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080116A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/csharpsamples/Wiki/View.aspx?title=Home&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;These are the official C&amp;#35; samples that ship with Visual Studio 2008.
&lt;br /&gt; &lt;br /&gt;I'm still running some tests here to get this working properly. I'll clean it up over the next few days.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;**Delete the following note before publishing **&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;This resource page is currently in setup mode and only available to coordinators and developers. Once you have finished setting up your resource page you can publish it to make it available to all MSDN Code Gallery visitors.&lt;br /&gt; &lt;br /&gt;To get your Resource Page ready to publish, you should do the following:&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Make any changes to the details of your resource page&lt;/li&gt;&lt;ol&gt;
&lt;li&gt;Here you can enable or disable functions of your resource page.  You might want to turn on the Issue Tracker to allow users to provide feedback on your resource, or if you have a resource that does not involve a code sample, you may want to turn off the Releases tab.&lt;/li&gt;&lt;li&gt;Make sure your resource page description is detailed enough to let people search for your resource.&lt;/li&gt;
&lt;/ol&gt;&lt;li&gt;Add your code sample or other resources to the resource page&lt;/li&gt;&lt;ol&gt;
&lt;li&gt;If you’re uploading code, go to the Releases tab and create a new release to house your code.  Creating a release allows you to have the license properly displayed when people download your code, as well as provides a download count.&lt;/li&gt;&lt;li&gt;Edit your Wiki page to attach any resources you may have that are not source code.&lt;/li&gt;
&lt;/ol&gt;&lt;li&gt;If you want to let someone see your resource page before it is published, go to the People tab and add them to your resource page&lt;/li&gt;&lt;ol&gt;
&lt;li&gt;This will let you add other team members who may be contributing to your resource, or just show it off and get feedback from someone you trust.&lt;/li&gt;
&lt;/ol&gt;&lt;li&gt;Tag your resource page with descriptive tags to make it easier for people to find your resources when browsing the gallery.&lt;/li&gt;&lt;li&gt;Publish your resource page so it becomes visible to everyone!&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;Additional information on starting a new resource page is available here: &lt;a href="http://code.msdn.microsoft.com/CodeGallery" class="externalLink"&gt;Resource Page Startup Guide&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>CharlieCalvert</author><pubDate>Tue, 15 Jan 2008 04:00:12 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080115A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/csharpsamples/Wiki/View.aspx?title=Home&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;These are the official C&amp;#35; samples that ship with Visual Studio 2008.
&lt;br /&gt; &lt;br /&gt;A&lt;br /&gt; &lt;br /&gt;&lt;b&gt;**Delete the following note before publishing **&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;This resource page is currently in setup mode and only available to coordinators and developers. Once you have finished setting up your resource page you can publish it to make it available to all MSDN Code Gallery visitors.&lt;br /&gt; &lt;br /&gt;To get your Resource Page ready to publish, you should do the following:&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Make any changes to the details of your resource page&lt;/li&gt;&lt;ol&gt;
&lt;li&gt;Here you can enable or disable functions of your resource page.  You might want to turn on the Issue Tracker to allow users to provide feedback on your resource, or if you have a resource that does not involve a code sample, you may want to turn off the Releases tab.&lt;/li&gt;&lt;li&gt;Make sure your resource page description is detailed enough to let people search for your resource.&lt;/li&gt;
&lt;/ol&gt;&lt;li&gt;Add your code sample or other resources to the resource page&lt;/li&gt;&lt;ol&gt;
&lt;li&gt;If you’re uploading code, go to the Releases tab and create a new release to house your code.  Creating a release allows you to have the license properly displayed when people download your code, as well as provides a download count.&lt;/li&gt;&lt;li&gt;Edit your Wiki page to attach any resources you may have that are not source code.&lt;/li&gt;
&lt;/ol&gt;&lt;li&gt;If you want to let someone see your resource page before it is published, go to the People tab and add them to your resource page&lt;/li&gt;&lt;ol&gt;
&lt;li&gt;This will let you add other team members who may be contributing to your resource, or just show it off and get feedback from someone you trust.&lt;/li&gt;
&lt;/ol&gt;&lt;li&gt;Tag your resource page with descriptive tags to make it easier for people to find your resources when browsing the gallery.&lt;/li&gt;&lt;li&gt;Publish your resource page so it becomes visible to everyone!&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;Additional information on starting a new resource page is available here: &lt;a href="http://code.msdn.microsoft.com/CodeGallery" class="externalLink"&gt;Resource Page Startup Guide&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>CharlieCalvert</author><pubDate>Tue, 15 Jan 2008 03:59:25 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080115A</guid></item></channel></rss>