<rss version="2.0">
  <channel>
    <title>MSDN Code Gallery Published Resources For Tag SQL Server</title>
    <link>http://code.msdn.microsoft.com/rss.ashx?behavior=bytag&amp;tagName=SQL Server</link>
    <description>This feed lists the last 100 published resources available on Code Gallery that have the Tag SQL Server.</description>
    <item>
      <title>All-In-One Code Framework (A Sample Code Project)</title>
      <description>Microsoft All-In-One Code Framework delineates the framework and skeleton of Microsoft development techniques through typical sample codes in three popular programming languages &amp;#40;Visual C&amp;#35;, VB.NET, Visual C&amp;#43;&amp;#43;&amp;#41;. Each sample is elaborately selected, composed, and documented to demonstrate one frequently-asked, tested or used coding scenario based on our support experience in MSDN newsgroups and forums. If you are a software developer, you can fill the skeleton with blood, muscle and soul. If you are a software tester or a support engineer like us, you may extend the sample codes a little to fit your specific test scenario or refer your customer to this project if the customer&amp;#39;s question coincides with what we collected.&lt;br /&gt;</description>
      <link>http://code.msdn.microsoft.com/AIOCF</link>
      <pubDate>Tue, 05 Jan 2010 06:18:22 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>sp_ExecuteSql parser</title>
      <description>A console application that converts a SQL request from a call to sp_executeSql to the unparametrised SQL, which can be used with the Database Tuning Advisor, or to show the Estimated Executation Plan</description>
      <link>http://code.msdn.microsoft.com/spExecuteSqlparser</link>
      <pubDate>Wed, 02 Dec 2009 10:15:02 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Windows Management Instrumentation (WMI) Models</title>
      <description>Windows Management Instrumentation &amp;#40;WMI&amp;#41;, as described in the WMI documentation on MSDN &amp;#40;http&amp;#58;&amp;#47;&amp;#47;msdn.microsoft.com&amp;#47;en-us&amp;#47;library&amp;#47;aa394582&amp;#40;VS.85&amp;#41;.aspx&amp;#41;, is the infrastructure for management data and operations on Windows-based operating systems. It is the Microsoft implementation of Web-based Enterprise Management &amp;#40;WBEM&amp;#41;, an industry initiative to develop a standard technology for accessing management information in an enterprise environment. WMI uses the Common Information Model &amp;#40;CIM&amp;#41; industry standard to represent systems, applications, networks, devices, and other managed components. CIM is developed and maintained by the Distributed Management Task Force &amp;#40;DMTF--see http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkId&amp;#61;67786&amp;#41;. &lt;br /&gt;&lt;br /&gt;This sample demonstrates the expression of WMI through models written in the Microsoft code name &amp;#34;M&amp;#34; modeling language. WMI was chosen for this collection of sample models &amp;#40;which includes types and extents&amp;#41; because it contains a rich hierarchy of relationships, rooted in the CIM_PhysicalElement and Win32_PhysicalMemoryLocation models&lt;br /&gt;</description>
      <link>http://code.msdn.microsoft.com/SQLModCTPWMI</link>
      <pubDate>Tue, 17 Nov 2009 17:28:21 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>SQL Server Modeling CTP Samples</title>
      <description>These are samples that have been produced for the SQL Server Modeling CTP &amp;#40;formerly code name &amp;#34;Oslo&amp;#34;&amp;#41; as well as its individuals technologies &amp;#40;the code name &amp;#34;M&amp;#34; modeling language, the code name &amp;#34;Quadrant&amp;#34; tool, and SQL Server Modeling Services&amp;#41;.</description>
      <link>http://code.msdn.microsoft.com/SQLServerModelingCTP</link>
      <pubDate>Tue, 17 Nov 2009 17:28:21 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Sample Model Data for Microsoft code name "Quadrant"</title>
      <description>This resource contains sample model schemas, instance data and configurations for use with Microsoft code name &amp;#34;Quadrant&amp;#34;.&lt;br /&gt;&lt;br /&gt;The schema and instance data are supplied in a Microsoft code name &amp;#34;M&amp;#34; project &amp;#40;Microsoft.Quadrant.Samples.Data.csproj&amp;#41; and contains the following&amp;#58;&lt;br /&gt;&lt;br /&gt;a. Microsoft.Samples.Organization&amp;#58; a sample domain that models an organization with People, Tasks &amp;#38; Requirements, and Events. Once the samples are installed, this domain is found under Database &amp;#62; Microsoft.Samples.Organization in the &amp;#34;Repository&amp;#34; Explorer. &lt;br /&gt;&lt;br /&gt;b. Microsoft.Samples.Process&amp;#58; a sample domain that models processes for an organization. Once the samples are installed, this domain is found under &amp;#34;Database&amp;#34; in the &amp;#8220;Repository&amp;#8221; Explorer. &lt;br /&gt;&lt;br /&gt;c. Microsoft.Samples.Infrastructure&amp;#58; a sample domain that models data centers, server clusters, and computers. Once the samples are installed, this domain is also found under &amp;#34;Database&amp;#34; in the &amp;#8220;Quadrant&amp;#8221; Repository. &lt;br /&gt;&lt;br /&gt;The configuration for this data is supplied in a Microsoft code name &amp;#34;M&amp;#34; project &amp;#40;Microsoft.Quadrant.Samples.Views.csproj&amp;#41;.</description>
      <link>http://code.msdn.microsoft.com/SQLModCTPQuadSamp</link>
      <pubDate>Tue, 17 Nov 2009 17:28:17 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Sample Grammar: Wix</title>
      <description>In this sample, the file wix.mg contains the grammar for the Windows Installer XML language, known as Wix &amp;#40;&amp;#34;wicks&amp;#34;&amp;#41;. Wix itself is a free software toolset from Microsoft that builds Windows Installer &amp;#40;MSI&amp;#41; packages from an XML document. Wix was the first software released by Microsoft under an its Common Public License. For details on Wix, see http&amp;#58;&amp;#47;&amp;#47;sourceforge.net&amp;#47;projects&amp;#47;wix&amp;#47;.&lt;br /&gt;&lt;br /&gt;The grammar file in this sample is primarily provided to demonstrate how to express a complex language like Wix in &amp;#34;M&amp;#34;. A more complete sample that uses this grammar to create MSI packages without writing XML will be released in the future.&lt;br /&gt;</description>
      <link>http://code.msdn.microsoft.com/SQLModCTPMLangWix</link>
      <pubDate>Tue, 17 Nov 2009 17:28:14 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Sample Grammar: Song</title>
      <description>In this sample, the file Song.mg contains the grammar for a language called &amp;#34;Song&amp;#34;, a simple means of describing basic musical notation. &lt;br /&gt;&lt;br /&gt;Once compiled, it can be used to process an input text file written in the &amp;#34;Song&amp;#34; language using the mgx.exe command-line utility. For details, see Using &amp;#34;M&amp;#34; Tools for Creating Languages in the MSDN Library at http&amp;#58;&amp;#47;&amp;#47;msdnstage.redmond.corp.microsoft.com&amp;#47;en-us&amp;#47;library&amp;#47;dd857692&amp;#40;VS.85&amp;#41;.aspx.&lt;br /&gt;&lt;br /&gt;This sample also includes a small C&amp;#35; console application that demonstrates dynamic parsing and execution of &amp;#34;Song&amp;#34; language code using Console.Beep.</description>
      <link>http://code.msdn.microsoft.com/SQLModCTPMSong</link>
      <pubDate>Tue, 17 Nov 2009 17:28:11 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Sample Grammar: "A"</title>
      <description>In this sample, the file a.mg contains the grammar for &amp;#34;A&amp;#34;, a simple Visual Basic-like language for composing model-view-controller applications from existing models and controllers. &lt;br /&gt;&lt;br /&gt;Once compiled, it can be used to process an input text file written in the &amp;#34;A&amp;#34; language using the mgx.exe command-line utility. For details, see Using &amp;#34;M&amp;#34; Tools for Creating Languages in the MSDN Library at http&amp;#58;&amp;#47;&amp;#47;msdnstage.redmond.corp.microsoft.com&amp;#47;en-us&amp;#47;library&amp;#47;dd857692&amp;#40;VS.85&amp;#41;.aspx.&lt;br /&gt;</description>
      <link>http://code.msdn.microsoft.com/SQLModCTPMLangA</link>
      <pubDate>Tue, 17 Nov 2009 17:28:06 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Sample Assemblies and XMI files for "DinnerNow"</title>
      <description>These files provide sample data for the following MSDN Library topics&amp;#58;&lt;br /&gt;&lt;br /&gt;Walkthrough&amp;#58; Using the System_Runtime Domain &amp;#40;http&amp;#58;&amp;#47;&amp;#47;msdn.microsoft.com&amp;#47;en-us&amp;#47;library&amp;#47;ee713228&amp;#40;VS.85&amp;#41;.aspx&amp;#41;&lt;br /&gt;&lt;br /&gt;Walkthrough&amp;#58; Using the Microsoft.Uml2 Domain &amp;#40;http&amp;#58;&amp;#47;&amp;#47;msdn.microsoft.com&amp;#47;en-us&amp;#47;library&amp;#47;ee730897&amp;#40;VS.85&amp;#41;.aspx&amp;#41;</description>
      <link>http://code.msdn.microsoft.com/SQLModCTPDinnerNow</link>
      <pubDate>Tue, 17 Nov 2009 17:27:59 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Sample "M" Models: Enumerations, Queries, and Relationships</title>
      <description>The three sets of sample models available here each demonstrate how to express certain concepts in the code name &amp;#34;M&amp;#34; modeling language&amp;#58;&lt;br /&gt;&lt;br /&gt;1. Enumerations&amp;#58; demonstrates how to express open and closed enumerations.&lt;br /&gt;&lt;br /&gt;2. Queries&amp;#58; demonstrates many different queries&amp;#59; the sample contains 100 individual files, each containing a specific query.&lt;br /&gt;&lt;br /&gt;3. Relationships&amp;#58; demonstrates how to express the four types of relationships&amp;#58; one-to-one, one-to-many, many-to-one, and many-to-many.</description>
      <link>http://code.msdn.microsoft.com/SQLModCTPMModels</link>
      <pubDate>Tue, 17 Nov 2009 17:27:58 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>RouterManager for WCF in .NET 4 using SQL Server Modeling CTP</title>
      <description>RouterManager is a domain-specific language and runtime that allows you to program the rules for the .NET 4 WCF content-based routing service using an easy to understand language.  The routing rules &amp;#40;Filters&amp;#41; are stored in a database &amp;#40;such as the SQL Server Modeling Services repository&amp;#41; which is used by the RouterManager runtime to load the most recent routing rules.&lt;br /&gt;&lt;br /&gt;The application uses the toolchain for the code name &amp;#34;M&amp;#34; modeling language to make use of a custom textual domain-specific language &amp;#40;DSL&amp;#41; for router rules and to load the rules into a database.  The ADO.NET Entity Framework is used by the RouterManager runtime to access the RouterModel instance data which contains the routing rules.  A Windows Communication Foundation &amp;#40;WCF&amp;#41; Controller interface is also included in the RouterManager to configure new rule sets and signal the RouterManager to re-load the rules.&lt;br /&gt;</description>
      <link>http://code.msdn.microsoft.com/RouterManager</link>
      <pubDate>Tue, 17 Nov 2009 17:27:57 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>PhotoStore Application</title>
      <description>PhotoStore is an application that allows you to store information about your digital photographs in a database &amp;#40;such as the SQL Server Modeling Services repository&amp;#41; and to make this information selectively available to others.&lt;br /&gt;&lt;br /&gt;The scenario is a photographer wants to keep information about his digital artwork in a database so he or she can sell the photos to his customers. The customers don&amp;#39;t want to buy a cat in a bag, so they request a preview of his work -- in the form of photo metadata. After they pay, all information, including the pictures, can be made available to them.&lt;br /&gt;&lt;br /&gt;For a graphical presentation of the scenario, see PhotoStore.pptx. The application uses the toolchain for the code name &amp;#34;M&amp;#34; modeling language to make use of a custom textual domain-specific language &amp;#40;DSL&amp;#41; for photo metadata and to load the metadata into a database. It also uses built-in repository security to show public and private information about photos to selected users. </description>
      <link>http://code.msdn.microsoft.com/SQLModCTPPhotoSt</link>
      <pubDate>Tue, 17 Nov 2009 17:27:51 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Petshop Database in "M" and Custom Command for "Quadrant"</title>
      <description>This sample includes Petshop.m, an &amp;#34;M&amp;#34; file that contains all the schema and instance data for the Petshop database. This is used by the &amp;#34;Quadrant&amp;#34; Petshop Tutorial in the MSDN Library. Also included is a custom command for &amp;#34;Quadrant called ViewProducstSample. This sample accompanies &amp;#34;How To&amp;#58; Create and Install a Custom Command&amp;#34; in the MSDN Library.&lt;br /&gt;</description>
      <link>http://code.msdn.microsoft.com/SQLModCTPPetshopView</link>
      <pubDate>Tue, 17 Nov 2009 17:27:50 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Pattern Application for SQL Server Modeling Services</title>
      <description>This sample consists of the PatternApplication model which is designed to use for applying the SQL Server Modeling Services repository&amp;#8217;s standard patterns to a set of models &amp;#40;instead of applying patterns to each model separately&amp;#41;. The model is attached with the post SQL script which creates a generic stored procedure that automatically apply the patterns that is defined in the form of EntityPatternApplication or ModulePatternApplication instances to the corresponding models.</description>
      <link>http://code.msdn.microsoft.com/SQLModCTPPatApp</link>
      <pubDate>Tue, 17 Nov 2009 17:26:04 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Northwind Database with Instance Data written in "M"</title>
      <description>This sample includes schema models and data for Microsoft&amp;#39;s ubiquitous Northwind sample database in the Microsoft code name &amp;#34;M&amp;#34; modeling language.</description>
      <link>http://code.msdn.microsoft.com/SQLModCTPNorthwind</link>
      <pubDate>Tue, 17 Nov 2009 17:26:03 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Model-Driven Windows Installer XML Language (Wix)</title>
      <description>This sample demonstrates using a domain-specific language &amp;#40;DSL&amp;#41; written in the code name &amp;#34;M&amp;#34; language to simplify the process of creating Windows Installer &amp;#40;MSI&amp;#41; packages using the Windows Installer XML Language, known as Wix &amp;#40;&amp;#34;wicks&amp;#34;&amp;#41;. Wix itself is a free software toolset from Microsoft that builds MSIs from an XML document. For details on Wix, see http&amp;#58;&amp;#47;&amp;#47;sourceforge.net&amp;#47;projects&amp;#47;wix&amp;#47;.&lt;br /&gt;&lt;br /&gt;One of the difficulties in working with Wix is authoring the necessary XML. This sample simplifies the process by defining a DSL from which the XML can be generated. This sample includes an &amp;#34;M&amp;#34; language for that DSL as well as a compiler that will generate the XML.</description>
      <link>http://code.msdn.microsoft.com/SQLModCTPWixLang</link>
      <pubDate>Tue, 17 Nov 2009 17:25:59 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>MGrammarXAML - Person Sample</title>
      <description>The Person sample demonstrates using a dynamically-parsed grammar to instantiate CLR objects using a simple domain-specific language &amp;#40;DSL&amp;#41;. The grammar is written using the Microsoft code name &amp;#34;M&amp;#34; modeling language and is dynamically parsed using associated &amp;#34;M&amp;#34; tools. The output of the sample is only a few lines in a console window&amp;#59; it&amp;#39;s main purpose is to demonstrate the dynamic parsing.&lt;br /&gt;&lt;br /&gt;The console output, though simple, is actually generated as XAML through a library called MGraphXamlReader. This library creates various extensions to the standard &amp;#34;M&amp;#34; language dynamic parsing facilities. Note that in this sample, the MGraphXamlReader library is built as a separate assembly.&lt;br /&gt;</description>
      <link>http://code.msdn.microsoft.com/SQLModCTPMGXaml</link>
      <pubDate>Tue, 17 Nov 2009 17:25:56 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Media Library/Player for code name "Quadrant"</title>
      <description>Media Library is a set of models, configurations, and add-ins for code name &amp;#8220;Quadrant&amp;#8221; that allow you to extract metadata from your audio or video files into a database &amp;#40;such as the SQL Server Modeling Services repository&amp;#41;, and from there to visualize and edit it with &amp;#8220;Quadrant&amp;#8221;. It also includes the capability of playing the media files.</description>
      <link>http://code.msdn.microsoft.com/SQLModCTPMediaLib</link>
      <pubDate>Tue, 17 Nov 2009 17:25:52 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Hiring System C# Source Sample</title>
      <description>This sample creates a .NET Framework class library that can be used as an input for Common Language Runtime &amp;#40;CLR&amp;#41; and Unified Modeling Language &amp;#40;UML&amp;#41; domains of SQL Server Modeling Services. Such a class library could serve as basis for a simple hiring system simulation, which would allow for the hiring of full-time, part-time, and temporary employees. Each kind of employee has specific features that set them apart from the other kinds. For example, only full-time employees get annual leave, and only temporary employees have an expected termination date when they are hired. Part-time employees are required to work at least 20 hours per week. However, all employees have many things in common&amp;#58; they all get hired, all have salaries, each has a name, etc.&lt;br /&gt;&lt;br /&gt;The class library contains a base class called Employee from which the classes FullTimeEmployee, PartTimeEmployee, and TempEmployee are derived. There is also a Friend class called EmployeeDataManager which simulates reading and writing employee data to and from a database. </description>
      <link>http://code.msdn.microsoft.com/SQLModCTPHiringSys</link>
      <pubDate>Tue, 17 Nov 2009 17:25:48 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Event Pattern Mesh</title>
      <description>Event Pattern Mesh is a sample of an end-to-end application that has been designed for detecting event patterns from real-time data feeds. The application makes use of a number of technologies within the Microsoft SQL Server Modeling CTP, including the code name &amp;#34;M&amp;#34; modeling language, &amp;#34;M&amp;#34; grammars, and the SQL Server Modeling Services repository.</description>
      <link>http://code.msdn.microsoft.com/SQLModCTPEvPatMesh</link>
      <pubDate>Tue, 17 Nov 2009 17:25:42 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Calculator Library C# Code Sample</title>
      <description>This sample creates two simple CLR assemblies that are intended to demonstrate the features of the System_Runtime model, part of the CLR domain in SQL Server Modeling Services. For more information, see System_Runtime in the MSDN Library at http&amp;#58;&amp;#47;&amp;#47;msdn.microsoft.com&amp;#47;en-us&amp;#47;library&amp;#47;dd857487&amp;#40;VS.85&amp;#41;.aspx.</description>
      <link>http://code.msdn.microsoft.com/SQLModCTPCalcLib</link>
      <pubDate>Tue, 17 Nov 2009 17:25:32 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>"M" and "M" Languages Grammars</title>
      <description>In this sample, the file m.mg contains the full expression of the Microsoft code name &amp;#34;M&amp;#34; modeling language&amp;#39;s grammar, essentially offering a distilled version of the &amp;#34;M&amp;#34; modeling language specification. Once compiled, it can be used to process an input text file written in &amp;#34;M&amp;#34; using the mgx.exe command-line utility. For details, see Using &amp;#34;M&amp;#34; Tools for Creating Languages in the MSDN Library &amp;#40;http&amp;#58;&amp;#47;&amp;#47;msdn.microsoft.com&amp;#47;en-us&amp;#47;library&amp;#47;dd857692&amp;#40;VS.85&amp;#41;.aspx&amp;#41;.&lt;br /&gt;&lt;br /&gt;The file mg.mg contains the full expression of the &amp;#34;M languages portion of the &amp;#34;M&amp;#34; modeling language, essentially offering a distilled version of that part of the language specification. Once compiled, it can be used to process other grammars &amp;#40;.mg files&amp;#41; using the mgx.exe command-line utility. For general details on this process, also see the previous link.&lt;br /&gt;&lt;br /&gt;The files Language.Base.mg and Language.Grammar.mg are also included in this sample. These are built directly into the &amp;#34;M&amp;#34; compiler and which define the basic tokens and rules for the &amp;#34;M&amp;#34; language. As such, these grammars are inherently included in all compilations of &amp;#34;M&amp;#34; code and all other processing of input text against custom grammars. They are provided here for reference purposes and need not be built or deployed independently, nor do they need to be referenced directly in other projects.&lt;br /&gt;&lt;br /&gt;For complete details on all aspects of the &amp;#34;M&amp;#34; modeling language, refer to The &amp;#34;M&amp;#34; Modeling Language Specification at http&amp;#58;&amp;#47;&amp;#47;msdn.microsoft.com&amp;#47;en-us&amp;#47;library&amp;#47;dd285282.aspx.&lt;br /&gt;</description>
      <link>http://code.msdn.microsoft.com/SQLModCTPMLangMMG</link>
      <pubDate>Tue, 17 Nov 2009 17:24:33 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>All-In-One Code Framework (AIO)</title>
      <description>All-In-One Code Framework code-name CodeFx delineates the framework and skeleton of most Microsoft development techniques &amp;#40;e.g. COM, Data Access, IPC&amp;#41; using typical sample codes in different programming languages &amp;#40;e.g. Visual C&amp;#35;, VB.NET, Visual C&amp;#43;&amp;#43;&amp;#41;. For instance, the code example ATLDllCOMServer shows the skeleton of an ATL ActiveX DLL as its name implies. Each example is elaborately selected, composed, and documented to demonstrate one frequently-asked, tested or used scenario based on our experience as support engineers. If you are a software developer, you can fill the skeleton with blood, muscle and soul. If you are a software tester or a support engineer like us, you may extend the sample codes a little to fit your specific test scenario or refer your customer to this project if the customer&amp;#39;s question coincides with what we collected. </description>
      <link>http://code.msdn.microsoft.com/allinonecodefx</link>
      <pubDate>Mon, 12 Oct 2009 14:37:06 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Cinque&amp;Cinque Restaurant Management System</title>
      <description>Cinque&amp;#38;Cinque is restaurant management software shipped as a sample kit for .NET developers using Microsoft Visual Studio 2008.&lt;br /&gt;&lt;br /&gt;The purpose of Cinque&amp;#38;Cinque is to showcase the use of the new technologies introduced in .NET Framework 3.0 &amp;#40;e.g., Windows Communication Foundation, Windows Workflow Foundation and Windows Presentation Foundation&amp;#41; and in .NET Framework 3.5 &amp;#40;e.g., LINQ and the various other C&amp;#35; 3.0 features&amp;#41;.  Cinque&amp;#38;Cinque also makes use of other Microsoft technologies, such as Windows Mobile&amp;#47;.NET Compact Framework, ASP.NET and SQL server.&lt;br /&gt;</description>
      <link>http://code.msdn.microsoft.com/cinque4en</link>
      <pubDate>Wed, 19 Aug 2009 19:44:11 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>UTN Mobile Mall (ES)</title>
      <description>The Spanish-language page for UTN&amp;#39;s Mobile E-mall Sample. UTN Mobile Mall es una plataforma de servicios construida usando la infraestructura para desktop y m&amp;#243;viles de Microsoft .NET Framework y Microsoft SQL Server. El ejemplo muestra la generaci&amp;#243;n din&amp;#225;mica de servicios web WCF y aplicaciones .NET Compact Framework usando dise&amp;#241;adores gr&amp;#225;ficos de alto nivel. UTN Mobile Mall posibilita a usuarios no-t&amp;#233;cnicos dise&amp;#241;ar e implementar web services y aplicaciones m&amp;#243;viles usando simples dise&amp;#241;adores implementados usando WPF y Silverlight.</description>
      <link>http://code.msdn.microsoft.com/emall4es</link>
      <pubDate>Fri, 22 May 2009 21:36:18 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Programming Microsoft Synchronization Services for ADO.NET (Devices)</title>
      <description>These are the code samples to accompany the whitepaper &amp;#34;Programming Microsoft Synchronization Services for ADO.NET &amp;#40;Devices&amp;#41;&amp;#34; published on MSDN.&lt;br /&gt;These were developed by Appa Mundi Ltd. You may use them and modify them as you wish.</description>
      <link>http://code.msdn.microsoft.com/SyncServicesDevices</link>
      <pubDate>Fri, 15 May 2009 18:15:46 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Code Sample : Gather information from SharePoint to a database for reporting</title>
      <description>This is a sample of C&amp;#35; code to get some metrics from SharePoint and save them in a database using LINQ. You can find the database schema and a console app that creates a snapshot.</description>
      <link>http://code.msdn.microsoft.com/spstats</link>
      <pubDate>Mon, 11 May 2009 09:54:12 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>UTN Mobile Mall</title>
      <description>UTN Mobile Mall is a services platform built on top of .NET framework desktop and mobile infrastructure. This sample shows dynamic generation of WCF web services and .NET compact framework applications by using high level graphical designers. UTN Mobile Mall enables non-technical users to design and implement web services and mobile applications using simple designers implemented on WPF and Silverlight.</description>
      <link>http://code.msdn.microsoft.com/emall</link>
      <pubDate>Thu, 07 May 2009 02:25:32 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Email Reporter: VSTS 2008 Load Test Plug-in</title>
      <description>Microsoft&amp;#8217;s Visual Studio Team System Test Edition provides a powerful platform to perform high volume load testing. It also provides high end flexibilities to write and utilize external plug-in for extended functionalities. &lt;br /&gt;&lt;br /&gt;&amp;#34;Email Reporter&amp;#58; VSTS 2008 Load Test Plug-in&amp;#34; enables users to send the load test reports to one or more pre-configured email addresses automatically, once a VSTS Load Test is completed. This open-source load test plug-in also provides supports for customization by which you can customize the reported performance data.</description>
      <link>http://code.msdn.microsoft.com/erep</link>
      <pubDate>Mon, 09 Mar 2009 11:43:42 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>SQL Server Code Samples</title>
      <description>Welcome to my Code Gallery for sample code for SQL Server. Here you will find various types of samples, which has one thing in common - they all has something to do with SQL Server.</description>
      <link>http://code.msdn.microsoft.com/sqlcode</link>
      <pubDate>Thu, 12 Feb 2009 07:51:35 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>SANMan: SAN Automation for Xiotech SANs</title>
      <description>SANMan is a service that helps automate the use of Xiotech Storage Area Networks &amp;#40;SANs&amp;#41;. Xiotech is an industry leader and offers direct access to their SANs through Web Services. SANMan leverages these web services to automate the ability to Create, Delete and Move VDisks. This includes mounting&amp;#59; partition and volume management and drive formating on the server. &lt;br /&gt;&lt;br /&gt;SANMan also can be used to montiror the health of the SANs. Keeping a watch over Power Supplies, Temperature Sensor, Bay&amp;#47;Controller&amp;#47;Driver health and more. &lt;br /&gt;&lt;br /&gt;SANMan is built using Microsoft Visual Studio 2008. Written in C&amp;#35; using .NET Remoting and SQL Server as a data store. Microsoft Web Services 2.0 is used to communicate with the Xiotech Web Services. &lt;br /&gt;</description>
      <link>http://code.msdn.microsoft.com/sanman</link>
      <pubDate>Tue, 16 Dec 2008 01:09:44 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>[SQLServer] - Insert de Select</title>
      <description>Esse C&amp;#243;digo ir&amp;#225; demonstrar como transportar as informa&amp;#231;&amp;#245;es entre tabelas, como tambem pode ser usado  para popular uma tabela de forma mais produtiva. Essa Tecnica pode ser utilizada em varios tipos de Databases.</description>
      <link>http://code.msdn.microsoft.com/bas0001</link>
      <pubDate>Mon, 15 Dec 2008 01:10:09 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Bruno Andrade Code Gallery</title>
      <description>Este projeto consiste em difundir conceitos e tecnicas com as ferramentas Microsoft para desenvolvimento de aplica&amp;#231;&amp;#245;es Web e Desktop. As tecnologias abordadas ser&amp;#227;o&amp;#58;&lt;br /&gt;&lt;br /&gt;Microsoft .Net &lt;br /&gt;Sql Server&lt;br /&gt;AspNet MVC&lt;br /&gt;Visual Studio 2008&lt;br /&gt;Microsoft Analysis Services </description>
      <link>http://code.msdn.microsoft.com/brunoandrade</link>
      <pubDate>Sun, 14 Dec 2008 23:45:24 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>dtexecRemote</title>
      <description>Remote execution of SSIS packages.</description>
      <link>http://code.msdn.microsoft.com/dtexecRemote</link>
      <pubDate>Thu, 04 Dec 2008 17:51:15 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Ward Pond's TechEd Developers 2008 Resource Page</title>
      <description>Presentations and samples from Ward Pond&amp;#39;s presentations at TechEd EMEA Developers 2008.  Includes PowerPoint decks, T-SQL scripts, and sample databases.</description>
      <link>http://code.msdn.microsoft.com/wardpondteched2008</link>
      <pubDate>Sat, 22 Nov 2008 06:06:35 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Coder</title>
      <description>&amp;#24314;&amp;#35774;&amp;#20013;&amp;#12290;&amp;#12290;&amp;#12290;</description>
      <link>http://code.msdn.microsoft.com/za</link>
      <pubDate>Sat, 27 Sep 2008 09:18:02 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Mapping Inheritance trees using Entity Framework</title>
      <description>Microsoft&amp;#39;s Entity Data Model allows us to define an application-oriented view of our data consistent with how we reason about that data. For object oriented modeling, the ability to quickly map inheritance hierarchies to RDBMS is the most important benefit of using Entity Framework, with its visual designer.&lt;br /&gt;We will have working examples of TPT &amp;#40;Table per type&amp;#41;, and TPH &amp;#40;Table per hierarchy&amp;#41; implemented in Visual Studio 2008 SP1.&lt;br /&gt;</description>
      <link>http://code.msdn.microsoft.com/EntityFramework</link>
      <pubDate>Mon, 15 Sep 2008 09:32:57 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>.NET Application Modeling Language (nAML) Specification and Tools</title>
      <description>nAML &amp;#40;.NET Application Modeling Language, pronounced as &amp;#8220;namel&amp;#8221;&amp;#41; is a visual modeling semantics to model .net applications with wide range of specific details. It contains extremely powerful visual notations and semantics to illustrate complex application components, processes and operations easily.&lt;br /&gt;&lt;br /&gt;The primary objectives of nAML can be considered as follows&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#8226; Provides a single space to visually describe one or more application systems with structural and behavioral components.&lt;br /&gt;&amp;#8226; Provides a single space to visually describe one or more application systems with logical and physical components.&lt;br /&gt;&amp;#8226; Provides a single space to visually describe one or more application systems from top to low level.&lt;br /&gt;&amp;#8226; Provides a single space to visually describe a part or whole of one or more application systems.&lt;br /&gt;&amp;#8226; Extremely simple and easy understand and learn from readers and designers perspective.&lt;br /&gt;&amp;#8226; Concentrates on .NET applications, with its related logical and physical entities &amp;#40;user interface, application logic, business logic, database etc&amp;#41;.</description>
      <link>http://code.msdn.microsoft.com/naml</link>
      <pubDate>Thu, 11 Sep 2008 17:03:41 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>SQL Server 2000 Sample Databases</title>
      <description>The old sample databases which were published for SQL Server 2000 &amp;#40;Shiloh&amp;#41;. These databases are only tested to work with SQL Server 2000.</description>
      <link>http://code.msdn.microsoft.com/northwind</link>
      <pubDate>Wed, 13 Aug 2008 00:23:16 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>SQL Server Compact Edition 3.5</title>
      <description>Samples for SQL Server Compact Edition 3.5</description>
      <link>http://code.msdn.microsoft.com/ssce</link>
      <pubDate>Tue, 12 Aug 2008 23:02:46 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>SQL Server Metadata Toolkit</title>
      <description>A white paper that covers methods for managing metadata in SQL Server Integration Services, Analysis Services and Reporting Services using built-in features including data lineage, business and technical metadata and impact analysis.&lt;br /&gt;&lt;br /&gt;A sample application&amp;#58; &lt;br /&gt;Microsoft SQL Server 2005 Business Intelligence&lt;br /&gt;Metadata Dependency Viewer and Analyzer Sample&lt;br /&gt;</description>
      <link>http://code.msdn.microsoft.com/SqlServerMetadata</link>
      <pubDate>Wed, 18 Jun 2008 02:26:03 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>SQL Server Full Text Searching</title>
      <description>On June 7th, 2008 I am presenting &amp;#34;Getting Started with SQL Server 2005&amp;#47;2008&amp;#34; at the &amp;#91;url&amp;#58;InBetween&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.devfish.net&amp;#47;articles&amp;#47;inbetween&amp;#47;&amp;#93; &amp;#91;url&amp;#58;SQL Saturday&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.sqlsaturday.com&amp;#47;eventhome.aspx&amp;#63;eventid&amp;#61;5&amp;#93; conference that is taking place between the two weeks of Microsoft TechEd. This post will have all the links relavent to my talk. &lt;br /&gt;&lt;br /&gt;Detailed descriptive material can be found on my blog, &amp;#91;url&amp;#58;ArcaneCode.com&amp;#124;http&amp;#58;&amp;#47;&amp;#47;arcanecode.com&amp;#93;, with links to specific posts below. &lt;br /&gt;&lt;br /&gt;First off, the slides and sample code can be located at the Code Gallery site I setup specifically for Full Text Searching with SQL Server&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#91;url&amp;#58;http&amp;#58;&amp;#47;&amp;#47;code.msdn.microsoft.com&amp;#47;SqlServerFTS&amp;#124;http&amp;#58;&amp;#47;&amp;#47;code.msdn.microsoft.com&amp;#47;SqlServerFTS&amp;#93;&lt;br /&gt;Look on the downloads page to see various projects around SQL Server Full Text Searching. I&amp;#39;ve created one &amp;#34;release&amp;#34; for each of the projects around FTS. Be sure to look on the right side at the various releases in order to see the various projects.&lt;br /&gt;Next, you can get started with the basics by reading these entries on my blog&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#91;url&amp;#58;Lesson 0 - Getting the Bits to do Full Text Searching in SQL Server 2005&amp;#124;http&amp;#58;&amp;#47;&amp;#47;arcanecode.wordpress.com&amp;#47;2007&amp;#47;10&amp;#47;04&amp;#47;sql-server-2005-full-text-searching-getting-your-bits&amp;#47;&amp;#93;&lt;br /&gt;&amp;#91;url&amp;#58;Lesson 1 - The Catalog&amp;#124;http&amp;#58;&amp;#47;&amp;#47;arcanecode.wordpress.com&amp;#47;2007&amp;#47;06&amp;#47;26&amp;#47;getting-started-with-sql-server-2005-full-text-searching-part-1-&amp;#37;e2&amp;#37;80&amp;#37;93-the-catalog&amp;#47;&amp;#93;&lt;br /&gt;&amp;#91;url&amp;#58;Lesson 2 - The Indexes&amp;#124;http&amp;#58;&amp;#47;&amp;#47;arcanecode.wordpress.com&amp;#47;2007&amp;#47;06&amp;#47;27&amp;#47;getting-started-with-sql-server-2005-full-text-searching-part-2-&amp;#37;e2&amp;#37;80&amp;#37;93-the-indexes&amp;#47;&amp;#93;&lt;br /&gt;&amp;#91;url&amp;#58;Lesson 3 - Using SQL&amp;#124;http&amp;#58;&amp;#47;&amp;#47;arcanecode.wordpress.com&amp;#47;2007&amp;#47;06&amp;#47;28&amp;#47;getting-started-with-sql-server-2005-full-text-searching-part-3-&amp;#37;e2&amp;#37;80&amp;#37;93-using-sql&amp;#47;&amp;#93;&lt;br /&gt;&amp;#91;url&amp;#58;Lesson 4 - Valid Data Types&amp;#124;http&amp;#58;&amp;#47;&amp;#47;arcanecode.wordpress.com&amp;#47;2007&amp;#47;07&amp;#47;02&amp;#47;getting-started-with-sql-server-2005-full-text-searching-part-4-valid-data-types&amp;#47;&amp;#93;&lt;br /&gt;&amp;#91;url&amp;#58;Lesson 5 - Advanced Searching&amp;#124;http&amp;#58;&amp;#47;&amp;#47;arcanecode.wordpress.com&amp;#47;2007&amp;#47;07&amp;#47;03&amp;#47;getting-started-with-sql-server-2005-full-text-searching-part-4-</description>
      <link>http://code.msdn.microsoft.com/SqlServerFTS</link>
      <pubDate>Sat, 07 Jun 2008 05:54:04 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>The SQL Server Merge Style</title>
      <description>Cette d&amp;#233;monstration expose la plupart des fonctionnalit&amp;#233;s disponibles dans la r&amp;#233;plication de type fusion &amp;#40;Merge&amp;#41; au sein de SQL Server 2005 et SQL Server 2008. Le code source a &amp;#233;t&amp;#233; enti&amp;#232;rement d&amp;#233;velopp&amp;#233; en C&amp;#35; sous Visual Studio 2008. Una base de donn&amp;#233;es de type SQL Server Compact Edition 3.5 est utilis&amp;#233;e c&amp;#244;t&amp;#233; client pour le stockage offline. Le g&amp;#233;n&amp;#233;rateur de code OlyMars &amp;#40;http&amp;#58;&amp;#47;&amp;#47;www.olymars.net&amp;#41; a &amp;#233;galement &amp;#233;t&amp;#233; utilis&amp;#233;.</description>
      <link>http://code.msdn.microsoft.com/TheSQLMergeStyle</link>
      <pubDate>Tue, 03 Jun 2008 17:17:09 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Visual Studio Team System - Database Edition msdb Sample Database Projects</title>
      <description>msdb database project samples for Visual Studio Team System - Database Edition&lt;br /&gt;&lt;br /&gt;You can create or import database objects that refer to objects in other databases&amp;#40;or with MSDB database projects&amp;#41;. These cross-database references require that you define a corresponding reference in the properties of your database project. If you refer to objects in other databases but you do not define the corresponding references in your project, warnings will appear. For each database that you reference, you can define SETVAR variables that correspond to the server and database that you want to reference. When you modify an object definition to include the reference, you can define it by using these variables instead of the explicit names of the server and the database. When you build the database project, the variables are replaced by the values that you specified.&lt;br /&gt;&lt;br /&gt;To make cross-database references specific to a particular build configuration, you must define the SETVAR variables for those references in terms of MSBuild variables. For example, you can use one set of MSBuild variables when you build and deploy a database project to a staging server and another set when you build and deploy the same project to a production server. If you define the SETVAR variables for a cross-database reference in terms of server and database names, the reference will function the same way, regardless of which build configuration you specify. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description>
      <link>http://code.msdn.microsoft.com/dbpromsdbsamples</link>
      <pubDate>Tue, 29 Apr 2008 20:12:39 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>D-Binsor</title>
      <description>Source Code of Castle Windsor Database Version.  &lt;br /&gt;Documentation can be found at&amp;#58; http&amp;#58;&amp;#47;&amp;#47;www.ifinancialsystems.com&amp;#47;default.aspx</description>
      <link>http://code.msdn.microsoft.com/DBinsor</link>
      <pubDate>Mon, 14 Apr 2008 02:42:07 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Employee Info Starter Kit</title>
      <description>This is a starter kit, which includes very simple user requirements, where we can create, read, update and delete &amp;#40;crud&amp;#41; the employee info of a company.&lt;br /&gt;&lt;br /&gt;The primary purpose of this starter kit is, to provide a solid guideline with respect to building enterprise level projects, by utilizing new asp.net 2.0 and sql server 2005 features, as well as latest best coding practices. &lt;br /&gt;&lt;br /&gt;The starter kit includes several cases where we can perform multi-table joining and&amp;#47;or write operations. Combining high performance and security features this starter kit shows how we can solve in real world problems and challenges, from a wide range of view point.</description>
      <link>http://code.msdn.microsoft.com/eisk</link>
      <pubDate>Wed, 09 Apr 2008 08:52:50 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Asp.Net Code Jet</title>
      <description>This is a resource home where software architect Mohammad Ashraful Alam provided few of his coding samples demonstrating best practices and solutions with regarding real world problems while developing web applications. All of the coding samples provided here are considering asp.net and sql server technology.</description>
      <link>http://code.msdn.microsoft.com/codejet</link>
      <pubDate>Wed, 09 Apr 2008 07:56:27 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>SQL Pad</title>
      <description>A simple pad just like WFPad, but with rich SQL Server supportability, i.e. it comes with more SQL Server activity e.g. Connect2Server, ExecuteSQL, ViewResult, AccessEndPoint, ExtractSchema, ... etc. And the amazing thing is that you can jsut drag and drop to form a workflow to operate your database or manipulate the data visually .. convenient and beautiful</description>
      <link>http://code.msdn.microsoft.com/sqlpad</link>
      <pubDate>Sat, 05 Apr 2008 11:40:56 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>SQL Server Learning Materials and Tutorials</title>
      <description>SQL Server Learning Materials and Tutorials</description>
      <link>http://code.msdn.microsoft.com/SQLTutorials</link>
      <pubDate>Thu, 13 Mar 2008 21:59:08 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>SQL Server Integration Services</title>
      <description>Support for SQL Server Integration Services MSDN Forums</description>
      <link>http://code.msdn.microsoft.com/SSIS</link>
      <pubDate>Thu, 13 Mar 2008 11:31:47 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>SQL Server Analysis Services</title>
      <description>Support for SQL Server Analysis Services MSDN Forums</description>
      <link>http://code.msdn.microsoft.com/SSAS</link>
      <pubDate>Thu, 13 Mar 2008 11:29:17 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>SQL Server Reporting Services</title>
      <description>Support for SQL Server Reporting Services</description>
      <link>http://code.msdn.microsoft.com/SSRS</link>
      <pubDate>Thu, 13 Mar 2008 11:25:54 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Common Solutions for T-SQL Problems</title>
      <description>Common Data Problems and Solutions Suggested by MSDN Forum Moderators and Answerers</description>
      <link>http://code.msdn.microsoft.com/SQLExamples</link>
      <pubDate>Wed, 12 Mar 2008 23:47:37 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>VS2008 - Simplified Chinese Academia Samples [LunarCalendar/UserValidation/HRD]</title>
      <description>&amp;#30001;&amp;#21335;&amp;#24320;&amp;#22823;&amp;#23398;&amp;#36719;&amp;#20214;&amp;#23398;&amp;#38498;&amp;#20351;&amp;#29992;Visual Studio 2008&amp;#24320;&amp;#21457;&amp;#30340;&amp;#31034;&amp;#20363;&amp;#31243;&amp;#24207;&amp;#12290;&amp;#36825;&amp;#20123;&amp;#31034;&amp;#20363;&amp;#31243;&amp;#24207;&amp;#28436;&amp;#31034;&amp;#20102;&amp;#22914;&amp;#20309;&amp;#20351;&amp;#29992;VS2008&amp;#25552;&amp;#20379;&amp;#30340;&amp;#35832;&amp;#22914;WPF&amp;#21644;Globalization&amp;#30340;&amp;#20808;&amp;#36827;&amp;#29305;&amp;#24615;&amp;#12290;&amp;#27426;&amp;#36814;&amp;#35797;&amp;#29992;&amp;#65281;&lt;br /&gt;&amp;#26412;&amp;#31034;&amp;#20363;&amp;#21253;&amp;#21547;&amp;#19977;&amp;#20010;&amp;#31243;&amp;#24207;-&amp;#29992;&amp;#25143;&amp;#39564;&amp;#35777;&amp;#65292;&amp;#20892;&amp;#21382;&amp;#26085;&amp;#21382;&amp;#21644;&amp;#21326;&amp;#23481;&amp;#36947;&amp;#12290;&lt;br /&gt;&lt;br /&gt;The following samples developed with Visual Studio 2008 by NanKai University in China. These samples show some advanced features of VS2008 like WPF and Globalization. Enjoy&amp;#33;&lt;br /&gt;This sample contains three projects - a User Validation sample, a Chinese Lunar Calendar and a game Hua-Rong-Dao.&lt;br /&gt;</description>
      <link>http://code.msdn.microsoft.com/PRCVS2008Samples</link>
      <pubDate>Fri, 07 Mar 2008 06:52:10 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Microsoft Sync Framework</title>
      <description>Microsoft Sync Framework is a comprehensive synchronization platform that enables collaboration and offline access for applications, services, and devices with support for any data type, any data store, any transfer protocol, and any network topology.</description>
      <link>http://code.msdn.microsoft.com/sync</link>
      <pubDate>Thu, 06 Mar 2008 03:16:45 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>SQL Server CLR SharePoint Interface</title>
      <description>&lt;br /&gt;This sample code demonstrates how to query a Microsoft Office SharePoint Server &lt;br /&gt;2007 or Windows SharePoint Services list from inside SQL Server 2005 or later.  &lt;br /&gt;&lt;br /&gt;With the growing popularity of SharePoint solutions, SharePoint lists are becoming&lt;br /&gt;an important source of enterprise data.  There is no OleDb provider for SharePoint,&lt;br /&gt;so integrating SharePoint data with data in SQL Server can be a challenge.&lt;br /&gt;&lt;br /&gt;This CLR User Defined Function shows how you can use the SQL Server&amp;#39;s Common &lt;br /&gt;Language Runtime integration to access SharePoint list data through the SharePoint&lt;br /&gt;web services.  </description>
      <link>http://code.msdn.microsoft.com/SqlClrSharePoint</link>
      <pubDate>Fri, 29 Feb 2008 01:00:56 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Simple SQL Server Database Schema Printer (ASP.NET)</title>
      <description>A simple ASP.NET page that gets all the tables,  their column names, column data types and other information from an SQL Server database and shows them in a web page. You can then print this off, annotate it and it use it as a reference.&lt;br /&gt;&lt;br /&gt;I use it when I start on a new project that has an existing database that I need to completely understand.</description>
      <link>http://code.msdn.microsoft.com/dbprint</link>
      <pubDate>Wed, 27 Feb 2008 18:23:09 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Microsoft SQL Server Community &amp; Samples</title>
      <description>CodePlex is the project hosting site for Microsoft SQL Server Samples and Community Projects. Projects listed here are official Microsoft samples for SQL Server &amp;#40;released with Service Packs or major releases of SQL Server&amp;#41; and applications developed by MVPs, and the SQL Server community at large&amp;#58; http&amp;#58;&amp;#47;&amp;#47;www.codeplex.com&amp;#47;SqlServerSamples&lt;br /&gt;&lt;br /&gt;To obtain the SQL Server 2008 software, please sign up &amp;#40;for free&amp;#33;&amp;#41; with Microsoft Connect for the SQL Server SQL Server 2008 CTP Program&amp;#58; https&amp;#58;&amp;#47;&amp;#47;connect.microsoft.com&amp;#47;SQLServer&amp;#47;</description>
      <link>http://code.msdn.microsoft.com/SQLServerSamples</link>
      <pubDate>Mon, 18 Feb 2008 21:32:21 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Flat File Data Reader</title>
      <description>An abstract IDataReader implementation that reads flat files.  Enables bulk loading of SQL Server using SqlBulkCopy from flat files with strange formats.  &lt;br /&gt;&lt;br /&gt;For ordinary delimited or fixed-width files, SSIS is a better tool, but when your file format doesn&amp;#39;t work well with these tools or you need a pure .NET solution, consider using this FlatFileDataReader.  Includes the option to skip over lines in the file for multi-format files.&lt;br /&gt;&lt;br /&gt;Good scenarios are loading from clients &amp;#40;without SSIS&amp;#41;, and loading files with multiple record layouts, heders and footers, etc.&lt;br /&gt;&lt;br /&gt;Package includes a sample solution.&lt;br /&gt;</description>
      <link>http://code.msdn.microsoft.com/FlatFileDataReader</link>
      <pubDate>Mon, 18 Feb 2008 18:40:05 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>LINQ Entity Data Reader</title>
      <description>An IDataReader implementation that reads a collecion of entities to enable using SqlbulkCopy with LINQ.</description>
      <link>http://code.msdn.microsoft.com/LinqEntityDataReader</link>
      <pubDate>Mon, 18 Feb 2008 06:18:31 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>SQL Sequence Generator</title>
      <description>This TVF generates a contiguous sequence of integers.  Useful for generating test data, populating calendars, etc.</description>
      <link>http://code.msdn.microsoft.com/SQLSequence</link>
      <pubDate>Mon, 18 Feb 2008 06:18:19 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>IT Mastering</title>
      <description>A Place where you will find a lot of resources about programming languages and some Microsoft servers</description>
      <link>http://code.msdn.microsoft.com/itmastering</link>
      <pubDate>Sun, 17 Feb 2008 14:53:04 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Linq to SQL Join Example</title>
      <description>A example of creating a dynamic join of client data with a T-SQL statement.&lt;br /&gt;&lt;br /&gt;The power of Contains and T-SQL IN</description>
      <link>http://code.msdn.microsoft.com/LinqtoSQLJoinExample</link>
      <pubDate>Thu, 31 Jan 2008 22:29:13 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>ADO.NET Entity Framework &amp; LINQ to Relational Data</title>
      <description>Samples and unsupported tools for the ADO.NET Entity Framework&amp;#40;including LINQ to Entities&amp;#41; and LINQ to SQL.</description>
      <link>http://code.msdn.microsoft.com/adonetefx</link>
      <pubDate>Fri, 25 Jan 2008 06:03:19 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>Entity SQL</title>
      <description>Entity SQL tools and samples. eSqlBlast home.</description>
      <link>http://code.msdn.microsoft.com/esql</link>
      <pubDate>Thu, 24 Jan 2008 08:51:42 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
    <item>
      <title>CodeAuthor C# Code Generator</title>
      <description>Generates easy to use, high performance C&amp;#35; DAL and SQL Stored Procedures from a SQL Server DB.</description>
      <link>http://code.msdn.microsoft.com/CodeAuthorCCodeGener</link>
      <pubDate>Tue, 27 Mar 2007 14:46:05 GMT</pubDate>
      <author>MSDN Code Gallery</author>
    </item>
  </channel>
</rss>