<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with array</title>
    <description>the latest stories tagged with 'array' from DotNetKicks.com</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>Export DataSet to Excel Using An Array</title>
      <description>The example for writing the data to an array and sending it to a spreadsheet at http://support.microsoft.com/default.aspx?scid=kb;EN-US;306022 is great and where my thinking on this began. It was inadequate however to deal with datasets and the problems encountered in dynamic data.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fkellychronicles.spaces.live.com%2fblog%2fcns!A0D71E1614E8DBF8!167.entry"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fkellychronicles.spaces.live.com%2fblog%2fcns!A0D71E1614E8DBF8!167.entry" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/vbnet/Export_DataSet_to_Excel_Using_An_Array</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/vbnet/Export_DataSet_to_Excel_Using_An_Array</guid>
      <pubDate>Thu, 17 Jul 2008 20:39:21 GMT</pubDate>
    </item>
    <item>
      <title>Load a font from disk, stream or byte array</title>
      <description>Describes how to load a font from a true type font file on disk, a stream or a byte array in C#. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.andreloker.de%2fpost%2f2008%2f07%2fLoad-a-font-from-disk-stream-or-byte-array.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.andreloker.de%2fpost%2f2008%2f07%2fLoad-a-font-from-disk-stream-or-byte-array.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Load_a_font_from_disk_stream_or_byte_array</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Load_a_font_from_disk_stream_or_byte_array</guid>
      <pubDate>Thu, 03 Jul 2008 15:32:28 GMT</pubDate>
    </item>
    <item>
      <title>Stuff in Reflection that's not in Metadata</title>
      <description>Previously, I mentioned some things in Metadata that aren't exposed in Reflection.  Here's an opposite case. While metadata represents static bits on disk, Reflection operates in a live process with access to the CLR's loader. So reflection can represent things the CLR loader and type system may do that aren't captured in the metadata. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fjmstall%2farchive%2f2008%2f05%2f23%2fstuff-in-reflection-that-s-not-in-metadata.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fjmstall%2farchive%2f2008%2f05%2f23%2fstuff-in-reflection-that-s-not-in-metadata.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/clr/Stuff_in_Reflection_that_s_not_in_Metadata</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/clr/Stuff_in_Reflection_that_s_not_in_Metadata</guid>
      <pubDate>Fri, 23 May 2008 22:09:16 GMT</pubDate>
    </item>
    <item>
      <title>Array.Contains()</title>
      <description>Wouldn't it be nice if you could test wether an element is contained in an array by using a Contains method just like the one available on List objects?  This article shows you how to achieve something similar in .NET 2.0 and .NET 3.0 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnettoad.com%2findex.php%3f%2farchives%2f10-Array.Contains.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnettoad.com%2findex.php%3f%2farchives%2f10-Array.Contains.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Array_Contains</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Array_Contains</guid>
      <pubDate>Fri, 02 May 2008 14:34:42 GMT</pubDate>
    </item>
    <item>
      <title>How to go slow: when doing array operations</title>
      <description>In .NET much like in C++ arrays are stored row-wise in contiguous memory. The article describes performance pitfalls when working with square arrays. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvadmyst.blogspot.com%2f2008%2f02%2fhow-to-go-slow-summing-arrays.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvadmyst.blogspot.com%2f2008%2f02%2fhow-to-go-slow-summing-arrays.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/clr/How_to_go_slow_when_doing_array_operations</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/clr/How_to_go_slow_when_doing_array_operations</guid>
      <pubDate>Thu, 21 Feb 2008 15:00:22 GMT</pubDate>
    </item>
    <item>
      <title>Pluck Me!</title>
      <description>Fun with Generics and Arrays and Delegates &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpanteravb.com%2farchive%2f2007%2f09%2f27%2fpluck-me.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpanteravb.com%2farchive%2f2007%2f09%2f27%2fpluck-me.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Pluck_Me</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Pluck_Me</guid>
      <pubDate>Fri, 28 Sep 2007 02:21:21 GMT</pubDate>
    </item>
    <item>
      <title>Array Initialization in VB and C# - Part 2</title>
      <description>Last article about the differences in the arrays. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodeitwith.net%2fblogs%2fjbonano%2farchive%2f2007%2f05%2f17%2farray-initialization-in-vb-and-c-part-2.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeitwith.net%2fblogs%2fjbonano%2farchive%2f2007%2f05%2f17%2farray-initialization-in-vb-and-c-part-2.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/vbnet/Array_Initialization_in_VB_and_C_Part_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/vbnet/Array_Initialization_in_VB_and_C_Part_2</guid>
      <pubDate>Wed, 06 Jun 2007 05:28:34 GMT</pubDate>
    </item>
    <item>
      <title>Array Initialization in VB and C#</title>
      <description>Differences in arrays between VB.NET &amp;amp; C# &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodeitwith.net%2fblogs%2fjbonano%2farchive%2f2007%2f05%2f14%2farray-initialization-in-vb-and-c.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodeitwith.net%2fblogs%2fjbonano%2farchive%2f2007%2f05%2f14%2farray-initialization-in-vb-and-c.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/vbnet/Array_Initialization_in_VB_and_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/vbnet/Array_Initialization_in_VB_and_C</guid>
      <pubDate>Wed, 06 Jun 2007 05:26:02 GMT</pubDate>
    </item>
  </channel>
</rss>
