<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Generics: Building a List of Customers</title><link>http://msmvps.com/blogs/deborahk/archive/2009/07/03/generics-building-a-list-of-customers.aspx</link><description>Often times applications require lists of things: lists of customers, lists of experiments, lists of accounts and so on. The generic lists provided in .NET 2.0 made working with these lists easy. And the list initializers in C# and the object initializers</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>Lambda Expressions: Syntax</title><link>http://msmvps.com/blogs/deborahk/archive/2009/07/03/generics-building-a-list-of-customers.aspx#1731697</link><pubDate>Sun, 11 Oct 2009 21:02:54 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1731697</guid><dc:creator>Deborah's Developer MindScape</dc:creator><description>&lt;p&gt;This post covers the syntax for lambda expressions. It uses the customer list defined in this prior post&lt;/p&gt;
&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1731697" width="1" height="1"&gt;</description></item><item><title>Lambda Expressions: Finding an Item in a Generic List</title><link>http://msmvps.com/blogs/deborahk/archive/2009/07/03/generics-building-a-list-of-customers.aspx#1731677</link><pubDate>Sun, 11 Oct 2009 19:52:54 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1731677</guid><dc:creator>Deborah's Developer MindScape</dc:creator><description>&lt;p&gt;In this prior post , I detailed how to build lists of things using a generic List&amp;lt;T&amp;gt;. Once you&lt;/p&gt;
&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1731677" width="1" height="1"&gt;</description></item><item><title>Lambda Expressions: An Introduction</title><link>http://msmvps.com/blogs/deborahk/archive/2009/07/03/generics-building-a-list-of-customers.aspx#1731660</link><pubDate>Sun, 11 Oct 2009 19:11:19 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1731660</guid><dc:creator>Deborah's Developer MindScape</dc:creator><description>&lt;p&gt;My presentation at our local Code Camp was fun. I covered a lot of material and had a GREAT audience&lt;/p&gt;
&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1731660" width="1" height="1"&gt;</description></item><item><title>Formatting Text Files</title><link>http://msmvps.com/blogs/deborahk/archive/2009/07/03/generics-building-a-list-of-customers.aspx#1704717</link><pubDate>Tue, 21 Jul 2009 20:16:31 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1704717</guid><dc:creator>Deborah's Developer MindScape</dc:creator><description>&lt;p&gt;There are often times that you need to write out text files containing data managed by your application&lt;/p&gt;
&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1704717" width="1" height="1"&gt;</description></item><item><title>Populating a Business Object from a DataTable</title><link>http://msmvps.com/blogs/deborahk/archive/2009/07/03/generics-building-a-list-of-customers.aspx#1699361</link><pubDate>Fri, 10 Jul 2009 20:43:41 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1699361</guid><dc:creator>Deborah's Developer MindScape</dc:creator><description>&lt;p&gt;Most business applications have business objects such as customer, order, or invoice. Often, the data&lt;/p&gt;
&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1699361" width="1" height="1"&gt;</description></item><item><title>XML Literals: Reading an XML File</title><link>http://msmvps.com/blogs/deborahk/archive/2009/07/03/generics-building-a-list-of-customers.aspx#1698832</link><pubDate>Wed, 08 Jul 2009 21:31:43 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1698832</guid><dc:creator>Deborah's Developer MindScape</dc:creator><description>&lt;p&gt;In a prior post here , I created an XML file using VB 9 (Visual Basic 2008/.NET Framework 3.5). This&lt;/p&gt;
&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1698832" width="1" height="1"&gt;</description></item><item><title>Lambdas: Aggregating Strings</title><link>http://msmvps.com/blogs/deborahk/archive/2009/07/03/generics-building-a-list-of-customers.aspx#1697733</link><pubDate>Fri, 03 Jul 2009 17:24:58 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1697733</guid><dc:creator>Deborah's Developer MindScape</dc:creator><description>&lt;p&gt;Looping through a list to append strings is often more challenging than it should be. For example… In&lt;/p&gt;
&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1697733" width="1" height="1"&gt;</description></item><item><title>XML Literals: Creating an XML File</title><link>http://msmvps.com/blogs/deborahk/archive/2009/07/03/generics-building-a-list-of-customers.aspx#1697711</link><pubDate>Fri, 03 Jul 2009 15:27:02 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1697711</guid><dc:creator>Deborah's Developer MindScape</dc:creator><description>&lt;p&gt;One of my favorite features in VB 9 (Visual Studio 2008) is XML Literals. This example demonstrates how&lt;/p&gt;
&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1697711" width="1" height="1"&gt;</description></item></channel></rss>