<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Rickey Whitworth&#039;s Blog &#187; Linq</title>
	<atom:link href="http://www.whitworth.org/tag/linq/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.whitworth.org</link>
	<description>insights from managing a microsoft enterprise infrastructure</description>
	<lastBuildDate>Tue, 05 Apr 2011 21:02:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Beth Massi &#8211; Sharing the goodness that is VB : Simple Validation with LINQ to SQL Classes</title>
		<link>http://www.whitworth.org/2009/09/28/beth-massi-sharing-the-goodness-that-is-vb-simple-validation-with-linq-to-sql-classes/</link>
		<comments>http://www.whitworth.org/2009/09/28/beth-massi-sharing-the-goodness-that-is-vb-simple-validation-with-linq-to-sql-classes/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 17:50:48 +0000</pubDate>
		<dc:creator>rwhitworth</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Linq]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/2009/09/28/beth-massi-sharing-the-goodness-that-is-vb-simple-validation-with-linq-to-sql-classes/</guid>
		<description><![CDATA[&#160;
In the last few posts on LINQ to SQL I&#8217;ve showed how to set up an object model using the O/R designer and how to handle a couple data binding scenarios with Comboboxes here and here. Last post on this topic we implemented a one-to-many data entry form and I showed how to work with [...]]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<blockquote><p>In the last few posts on LINQ to SQL I&#8217;ve showed how to set up an object model using the O/R designer and how to handle a couple data binding scenarios with Comboboxes <a href="http://blogs.msdn.com/bethmassi/archive/2008/02/06/related-data-binding-and-comboboxes-with-linq-to-sql.aspx">here</a> and <a href="http://blogs.msdn.com/bethmassi/archive/2008/02/07/creating-lookup-lists-with-linq-to-sql.aspx">here</a>. <a href="http://blogs.msdn.com/bethmassi/archive/2008/02/19/one-to-many-master-detail-forms-with-linq-to-sql.aspx">Last post</a> on this topic we implemented a one-to-many data entry form and I showed how to work with stored procs as well as how to properly configure delete behaviors. In this post I want to explore how to easily add validation rules to our LINQ to SQL classes and how we can get these rules automatically displayed in the UI. </p>
</blockquote>
<p><a href="http://blogs.msdn.com/bethmassi/archive/2008/02/25/simple-validation-with-linq-to-sql-classes.aspx">Beth Massi &#8211; Sharing the goodness that is VB : Simple Validation with LINQ to SQL Classes</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2009/09/28/beth-massi-sharing-the-goodness-that-is-vb-simple-validation-with-linq-to-sql-classes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Studio Magazine Online &#124; On VB: XML Literals, WCF and LINQ</title>
		<link>http://www.whitworth.org/2009/04/14/visual-studio-magazine-online-on-vb-xml-literals-wcf-and-linq/</link>
		<comments>http://www.whitworth.org/2009/04/14/visual-studio-magazine-online-on-vb-xml-literals-wcf-and-linq/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 18:11:19 +0000</pubDate>
		<dc:creator>rwhitworth</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Linq]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/2009/04/14/visual-studio-magazine-online-on-vb-xml-literals-wcf-and-linq/</guid>
		<description><![CDATA[Great article detailing how 3 technologies, xml literals, wcf and linq work together. After reading this article, I was quickly able to create an unordered list based on a sql server table using linq with xml literals. 
One of the great things about .NET Framework is that there is so much included to make your [...]]]></description>
			<content:encoded><![CDATA[<p>Great article detailing how 3 technologies, xml literals, wcf and linq work together. After reading this article, I was quickly able to create an unordered list based on a sql server table using linq with xml literals. </p>
<blockquote><p>One of the great things about .NET Framework is that there is so much included to make your life as a developer easier. Over the past few years we&#8217;ve been flooded with new capabilities. Staying current with all of these tools is nearly a full-time job. So what&#8217;s a developer to do? I choose to pick the tools that apply directly to a problem I need to solve and use those new capabilities to enhance my productivity. Even more power and flexibility comes when we can take several of these capabilities and combine them for a unique solution to a problem. </p>
<p>We&#8217;re going to look specifically at three pieces of the framework that can be combined to provide a new technique. This technique helps in writing more responsive ASP.NET pages, while at the same time making the code more readable. The three technologies are: XML literals, Windows Communication Foundation (WCF) Factory Services and LINQ. XML literals and LINQ are new in Visual Basic 9 (VB9). LINQ gives us a common syntax for querying just about any data, be it SQL, XML or objects. Even though WCF has been here for a while, the out-of-the-box readiness for building factory services is little-known. Here we&#8217;ll show you how to create WCF services without changes to config files for endpoints, behaviors and bindings. </p>
</blockquote>
<p><a href="http://visualstudiomagazine.com/columns/article.aspx?editorialsid=3053">Visual Studio Magazine Online | On VB: XML Literals, WCF and LINQ</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2009/04/14/visual-studio-magazine-online-on-vb-xml-literals-wcf-and-linq/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Matt Berseth: Building a Grouping Grid with the ASP.NET 3.5 LinqDataSource and ListView Controls</title>
		<link>http://www.whitworth.org/2008/04/30/matt-berseth-building-a-grouping-grid-with-the-aspnet-35-linqdatasource-and-listview-controls/</link>
		<comments>http://www.whitworth.org/2008/04/30/matt-berseth-building-a-grouping-grid-with-the-aspnet-35-linqdatasource-and-listview-controls/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 19:49:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[Linq]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/Blog/PermaLink,guid,582842a3-4eee-4ae6-aa49-5dd990564051.aspx</guid>
		<description><![CDATA[Ã‚Â 
So for a recent research project, I decided I would look into the LinqDataSource&#8217;s
control GroupBy and OrderGroupBy attributes
to see if they could be used to help me build a grid that supports grouping.Ã‚Â
Below is the final screen shot for my reference application.Ã‚Â  The grid shows
the rows in the Northwind Orders table &#8211; grouped by the [...]]]></description>
			<content:encoded><![CDATA[<p>Ã‚Â </p>
<blockquote><p>So for a recent research project, I decided I would look into the LinqDataSource&#8217;s<br />
control <a href="http://msdn2.microsoft.com/en-us/library/bb550442.aspx">GroupBy</a> and <a href="http://msdn2.microsoft.com/en-us/library/bb908431.aspx">OrderGroupBy</a> attributes<br />
to see if they could be used to help me build a grid that supports grouping.Ã‚Â<br />
Below is the final screen shot for my reference application.Ã‚Â  The grid shows<br />
the rows in the Northwind Orders table &#8211; grouped by the customer that placed the order.Ã‚Â<br />
The group of orders for each customer can be expanded/collapsed by clicking on the<br />
plus/minus icon (no postback required).Ã‚Â  Read on if you are interested in the<br />
details.Ã‚Â  If you download the code, make sure to update the connection string<br />
in the web.config to point to your Northwind database.</p></blockquote>
<p><a href="http://mattberseth.com/blog/2008/01/building_a_grouping_grid_with.html">Matt<br />
Berseth: Building a Grouping Grid with the ASP.NET 3.5 LinqDataSource and ListView<br />
Controls</a></p>
<p><img src="http://www.whitworth.org/Blog/aggbug.ashx?id=582842a3-4eee-4ae6-aa49-5dd990564051" alt="" width="0" height="0" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2008/04/30/matt-berseth-building-a-grouping-grid-with-the-aspnet-35-linqdatasource-and-listview-controls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.358 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2011-10-01 08:17:59 -->

