<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with csharp</title>
    <description>the latest stories tagged with 'csharp' 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>C# Working With ArrayList:  What is the best Iterator choice?</title>
      <description>When you first look at which statement to use to iterate through an ArrayList collection, the foreach statement stands out.  It's syntax is concise and readable as well as no extra lines of code are needed to extract the element you want to work with.  But...[pause for effect]...if the collection is changed (e.g. adding, modifying, or deleting elements and even copying to it), you'll get a runtime error that the &amp;quot;Collection was modified.&amp;quot;  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcoderpaws.blogspot.com%2f2010%2f09%2fworking-with-arraylist-what-is-best.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcoderpaws.blogspot.com%2f2010%2f09%2fworking-with-arraylist-what-is-best.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/C_Working_With_ArrayList_What_is_the_best_Iterator_choice</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/C_Working_With_ArrayList_What_is_the_best_Iterator_choice</guid>
      <pubDate>Sat, 11 Sep 2010 21:00:52 GMT</pubDate>
    </item>
    <item>
      <title>C# Passing Parameters By Value &amp;amp; By Reference</title>
      <description>This articles explains in concise, clear language (geared towards the beginner) how C# passes parameters by value and by reference.  Other articles, although well written, were not targeted for the beginner, who may not understand terms like &amp;quot;reference to&amp;quot; or what the &amp;quot;new&amp;quot; keyword actually does.

I talk about how stack and heap memory and demonstrate these concepts by grabbing the memory locations and posting them to the Console. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcoderpaws.blogspot.com%2f2010%2f09%2fpassing-parameters-by-value-by_2486.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcoderpaws.blogspot.com%2f2010%2f09%2fpassing-parameters-by-value-by_2486.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/C_Passing_Parameters_By_Value_By_Reference</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/C_Passing_Parameters_By_Value_By_Reference</guid>
      <pubDate>Fri, 10 Sep 2010 03:14:21 GMT</pubDate>
    </item>
    <item>
      <title>Passing Parameters By Value &amp;amp; By Reference</title>
      <description>This article describes in details how passing parameters by value and by reference for both value and reference types.  I tried to make the language and examples geared more towards the beginner, by explaining concepts in concise and clear language.  There are even examples to show how memory locations are passed and handled. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcoderpaws.blogspot.com%2f2010%2f09%2fpassing-parameters-by-value-by.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcoderpaws.blogspot.com%2f2010%2f09%2fpassing-parameters-by-value-by.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Passing_Parameters_By_Value_By_Reference</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Passing_Parameters_By_Value_By_Reference</guid>
      <pubDate>Fri, 10 Sep 2010 18:00:52 GMT</pubDate>
    </item>
    <item>
      <title>Cropping image using jQuery, Jcrop with AspJpeg in ASP.NET</title>
      <description>Image cropping guide by jQuery, AspJpeg, Jcrop in ASP.NET. Lets get the basic structure of the Image Cropping like Facebook, LinkedIn and etc... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.webwizo.com%2f2010%2f07%2f08%2fcropping-image-using-jquery-jcrop-with-aspjpeg-in-asp-net%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.webwizo.com%2f2010%2f07%2f08%2fcropping-image-using-jquery-jcrop-with-aspjpeg-in-asp-net%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Cropping_image_using_jQuery_Jcrop_with_AspJpeg_in_ASP_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Cropping_image_using_jQuery_Jcrop_with_AspJpeg_in_ASP_NET</guid>
      <pubDate>Thu, 08 Jul 2010 06:10:57 GMT</pubDate>
    </item>
    <item>
      <title>Creating a Data Access Layer (DAL) for ASP.NET and C# Part-3</title>
      <description>Get the last identity value inserted into an @NEWID variable in the same scope by Data Access Layer (DAL) Class. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.webwizo.com%2f2010%2f06%2f08%2fcreating-data-access-layer-aspnet-csharp-part-3%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.webwizo.com%2f2010%2f06%2f08%2fcreating-data-access-layer-aspnet-csharp-part-3%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Creating_a_Data_Access_Layer_DAL_for_ASP_NET_and_C_Part_3</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Creating_a_Data_Access_Layer_DAL_for_ASP_NET_and_C_Part_3</guid>
      <pubDate>Mon, 07 Jun 2010 19:31:24 GMT</pubDate>
    </item>
    <item>
      <title>Creating a Data Access Layer (DAL) for ASP.NET and C# Part-2</title>
      <description>Welcome to another article of Data Access Layer (DAL) for ASP.NET and C#. Here I will tell you about how to create method for INSERT, UPDATE and DELETE. This method will return affected rows count by ExecuteNonQuery Method. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.webwizo.com%2f2010%2f06%2f07%2fcreating-data-access-layer-aspnet-csharp-part-2%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.webwizo.com%2f2010%2f06%2f07%2fcreating-data-access-layer-aspnet-csharp-part-2%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Creating_a_Data_Access_Layer_DAL_for_ASP_NET_and_C_Part_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Creating_a_Data_Access_Layer_DAL_for_ASP_NET_and_C_Part_2</guid>
      <pubDate>Mon, 07 Jun 2010 12:06:48 GMT</pubDate>
    </item>
    <item>
      <title>Creating a Data Access Layer (DAL) for ASP.NET and C# Part-1</title>
      <description>In ASP.NET you should use ADO.NET Data Access Model for designing a Data Access Layer. I'm going to show you a DAL Framework which you can use in any project for SELECT purpose. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.webwizo.com%2f2010%2f06%2f05%2fcreating-data-access-layer-aspnet-csharp-part-1%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.webwizo.com%2f2010%2f06%2f05%2fcreating-data-access-layer-aspnet-csharp-part-1%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Creating_a_Data_Access_Layer_DAL_for_ASP_NET_and_C_Part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Creating_a_Data_Access_Layer_DAL_for_ASP_NET_and_C_Part_1</guid>
      <pubDate>Mon, 07 Jun 2010 12:04:15 GMT</pubDate>
    </item>
    <item>
      <title>Thread Pool using Core-Affine Threads</title>
      <description>Article with source code for a ThreadPool replacement which uses the XBox 360's hardware threads (which are only used when threads are assigned to them explicitly). Common problems with manually assigned processor affinity on desktop PCs are highlighted and the author shows a solution that allows the operating system to reschedule threads while still yielding comparable behavior to the explicit affinity model used by the XBox 360. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcygon.nuclex.org%2fpost%2f2009%2f09%2f17%2fthread-pool-using-core-affine-threads.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcygon.nuclex.org%2fpost%2f2009%2f09%2f17%2fthread-pool-using-core-affine-threads.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/xna/Thread_Pool_using_Core_Affine_Threads</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/xna/Thread_Pool_using_Core_Affine_Threads</guid>
      <pubDate>Fri, 18 Sep 2009 09:05:29 GMT</pubDate>
    </item>
    <item>
      <title>The HttpWebRequest and Using Client Certificates</title>
      <description>So you may have found yourself in a similar situation, needing to make a TCP/IP request to a 3rd party API possibly using SSL. Well, that is a quite simple task. It can however, be complicated if this 3rd party requires the use of certificates for communication to its API server. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.reamped.net%2fpost%2f2009%2f04%2fThe-HttpWebRequest-and-Using-Client-Certificates.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.reamped.net%2fpost%2f2009%2f04%2fThe-HttpWebRequest-and-Using-Client-Certificates.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/The_HttpWebRequest_and_Using_Client_Certificates</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/The_HttpWebRequest_and_Using_Client_Certificates</guid>
      <pubDate>Tue, 28 Apr 2009 18:20:31 GMT</pubDate>
    </item>
    <item>
      <title>SubText Skinning: Content selection for SingleColumn control</title>
      <description>I wrote my first article on SubText skinning covering the steps required to split the SingleColumn control into smaller pieces when used in custom skin development. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.diago.co.za%2farchive%2f2009%2f04%2f14%2f320.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.diago.co.za%2farchive%2f2009%2f04%2f14%2f320.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/SubText_Skinning_Content_selection_for_SingleColumn_control</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/SubText_Skinning_Content_selection_for_SingleColumn_control</guid>
      <pubDate>Tue, 14 Apr 2009 04:55:46 GMT</pubDate>
    </item>
    <item>
      <title>C#:- Usage of As Keyword in C# </title>
      <description>This article show a little hidden keyword in C# called &amp;quot;As&amp;quot; its usage when it is benificial to use it and when its not. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsmallworkarounds.blogspot.com%2f2008%2f11%2fc-when-to-use-as-keyword-in-c.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsmallworkarounds.blogspot.com%2f2008%2f11%2fc-when-to-use-as-keyword-in-c.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/C_Usage_of_As_Keyword_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/C_Usage_of_As_Keyword_in_C</guid>
      <pubDate>Tue, 18 Nov 2008 02:17:47 GMT</pubDate>
    </item>
    <item>
      <title>Optimizing the hash table</title>
      <description>A few performance tips and less known facts about hash tables &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.nosoupforme.com%2farchive%2foptimizing-the-hashtable-15%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.nosoupforme.com%2farchive%2foptimizing-the-hashtable-15%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Optimizing_the_hash_table</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Optimizing_the_hash_table</guid>
      <pubDate>Thu, 13 Dec 2007 03:35:04 GMT</pubDate>
    </item>
    <item>
      <title>VS2005 C# Code Snippet Cheat Sheet</title>
      <description>Here's all the built-in Visual Studio 2005 C# Code Snippets on one single page for easy printing and reference. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fjohn-sheehan.com%2fblog%2findex.php%2fvisual-studio-2005-code-snippet-cheat-sheet%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fjohn-sheehan.com%2fblog%2findex.php%2fvisual-studio-2005-code-snippet-cheat-sheet%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/VS2005_C_Code_Snippet_Cheat_Sheet</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/VS2005_C_Code_Snippet_Cheat_Sheet</guid>
      <pubDate>Wed, 10 Jan 2007 15:01:02 GMT</pubDate>
    </item>
  </channel>
</rss>
