<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for DOT NET RULES</title>
	<atom:link href="http://dotnetstories.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://dotnetstories.wordpress.com</link>
	<description>Yes, to dance beneath the diamond sky with one hand waving free</description>
	<lastBuildDate>Wed, 04 Nov 2009 12:04:05 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Create an Asp.Net web user control with C# by Jacqui</title>
		<link>http://dotnetstories.wordpress.com/2009/10/28/create-an-asp-net-web-user-control-with-c/#comment-376</link>
		<dc:creator>Jacqui</dc:creator>
		<pubDate>Wed, 04 Nov 2009 12:04:05 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetstories.wordpress.com/?p=1110#comment-376</guid>
		<description>Hi Nikolaos,

I have a very similar set of controls on an address control. Two are textboxes and 4 are dropdowns.
All values are exposed as public properties.
However, when I drop 2 controls on a page (on top of a multiview view) the first address control textboxes overwrite the second control&#039;s textbox values.

Dropdowns work fine.
Any ideas why this is?</description>
		<content:encoded><![CDATA[<p>Hi Nikolaos,</p>
<p>I have a very similar set of controls on an address control. Two are textboxes and 4 are dropdowns.<br />
All values are exposed as public properties.<br />
However, when I drop 2 controls on a page (on top of a multiview view) the first address control textboxes overwrite the second control&#8217;s textbox values.</p>
<p>Dropdowns work fine.<br />
Any ideas why this is?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Working with DAL (data access layer), BLL(Business Logic Layer) in asp.net web applications by Chris</title>
		<link>http://dotnetstories.wordpress.com/2008/11/26/working-with-dal-data-access-layer-bllbusiness-logic-layer-in-aspnet-web-applications/#comment-375</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 04 Nov 2009 10:24:39 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetstories.wordpress.com/?p=703#comment-375</guid>
		<description>My project isn&#039;t showing anything in the CommandText for the update and delete methods and is causing an error.  What should be entered in here?</description>
		<content:encoded><![CDATA[<p>My project isn&#8217;t showing anything in the CommandText for the update and delete methods and is causing an error.  What should be entered in here?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating an ASP.NET Dynamic Data Web Site with VB.Net by Matt Slay</title>
		<link>http://dotnetstories.wordpress.com/2009/10/13/creating-an-asp-net-dynamic-data-web-site-with-vb-net/#comment-365</link>
		<dc:creator>Matt Slay</dc:creator>
		<pubDate>Tue, 20 Oct 2009 03:29:20 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetstories.wordpress.com/?p=1078#comment-365</guid>
		<description>Wow it really is that easy and worked PERFECTLY for me the first time I tried. I already had an existing LinqToSql DBML from an ASP.NET project I am building. I thought I&#039;d try this, and I expected the usual hour or two of banging my head trying to configure some new toy to work.  This is truly amazing.  The steps above create a quick admin access app to an experieced dev.  I&#039;m not sure what ALL would be required to make it good for a user level app.</description>
		<content:encoded><![CDATA[<p>Wow it really is that easy and worked PERFECTLY for me the first time I tried. I already had an existing LinqToSql DBML from an ASP.NET project I am building. I thought I&#8217;d try this, and I expected the usual hour or two of banging my head trying to configure some new toy to work.  This is truly amazing.  The steps above create a quick admin access app to an experieced dev.  I&#8217;m not sure what ALL would be required to make it good for a user level app.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using the Process Component to launch applications from our .Net application by Sean</title>
		<link>http://dotnetstories.wordpress.com/2008/12/03/using-the-process-component-to-launch-applications-from-our-net-project/#comment-352</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Mon, 05 Oct 2009 19:33:03 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetstories.wordpress.com/?p=773#comment-352</guid>
		<description>How should be declare the NotepadProcess variable?

Thanks</description>
		<content:encoded><![CDATA[<p>How should be declare the NotepadProcess variable?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Javascript Query Selectors and the Selectors API by Jayapal Chandran</title>
		<link>http://dotnetstories.wordpress.com/2008/09/20/javascript-query-selectors-and-the-selectors-api/#comment-349</link>
		<dc:creator>Jayapal Chandran</dc:creator>
		<pubDate>Sat, 03 Oct 2009 18:42:48 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetstories.wordpress.com/?p=546#comment-349</guid>
		<description>Maaplai, this is nice... i did not try the code but i can understand this. i was browsing the firefox wikipedia entry and i found this query selector to be new and ofcourse yet it is. anyway... thank you for reminding people from this post.</description>
		<content:encoded><![CDATA[<p>Maaplai, this is nice&#8230; i did not try the code but i can understand this. i was browsing the firefox wikipedia entry and i found this query selector to be new and ofcourse yet it is. anyway&#8230; thank you for reminding people from this post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building an ASP.Net application with C# and Entity Framework by ASP.NET 4.0 Entity DataSource and GridView &#171; DOT NET RULES</title>
		<link>http://dotnetstories.wordpress.com/2009/06/27/building-an-asp-net-application-with-c-and-entity-framework/#comment-338</link>
		<dc:creator>ASP.NET 4.0 Entity DataSource and GridView &#171; DOT NET RULES</dc:creator>
		<pubDate>Sun, 27 Sep 2009 14:38:50 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetstories.wordpress.com/?p=1019#comment-338</guid>
		<description>[...] I have talked about EF and how to build an application with EF and C# in one of my previous posts. In this post I will talk more about the Entity Datasource object and enhancements made in the [...]</description>
		<content:encoded><![CDATA[<p>[...] I have talked about EF and how to build an application with EF and C# in one of my previous posts. In this post I will talk more about the Entity Datasource object and enhancements made in the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using the ASP.Net Calendar Control by Using the ASP.Net Calendar Control « DOT NET RULES Scripts Rss</title>
		<link>http://dotnetstories.wordpress.com/2009/09/21/using-the-asp-net-calendar-control/#comment-334</link>
		<dc:creator>Using the ASP.Net Calendar Control « DOT NET RULES Scripts Rss</dc:creator>
		<pubDate>Mon, 21 Sep 2009 03:04:53 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetstories.wordpress.com/?p=1047#comment-334</guid>
		<description>[...] more here: Using the ASP.Net Calendar Control « DOT NET RULES           By admin &#124; category: asp.net script &#124; tags: asp, basic-functionality, calendar, net, [...]</description>
		<content:encoded><![CDATA[<p>[...] more here: Using the ASP.Net Calendar Control « DOT NET RULES           By admin | category: asp.net script | tags: asp, basic-functionality, calendar, net, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ASP.NET 4.0 and ClientID Mode by ASP.NET 4.0 and ClientID Mode « DOT NET RULES Scripts Rss</title>
		<link>http://dotnetstories.wordpress.com/2009/09/20/asp-net-4-0-and-clientid-mode/#comment-332</link>
		<dc:creator>ASP.NET 4.0 and ClientID Mode « DOT NET RULES Scripts Rss</dc:creator>
		<pubDate>Sun, 20 Sep 2009 16:03:22 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetstories.wordpress.com/?p=1039#comment-332</guid>
		<description>[...] here: ASP.NET 4.0 and ClientID Mode « DOT NET RULES           By admin &#124; category: asp.net script &#124; tags: asp, better-way, clientidmode, controls, [...]</description>
		<content:encoded><![CDATA[<p>[...] here: ASP.NET 4.0 and ClientID Mode « DOT NET RULES           By admin | category: asp.net script | tags: asp, better-way, clientidmode, controls, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create an XML file using LINQ and import XML data into an Excel spreadsheet by Kevin</title>
		<link>http://dotnetstories.wordpress.com/2009/03/31/create-an-xml-file-using-linq-and-import-xml-data-into-an-excel-spreadsheet/#comment-331</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Fri, 18 Sep 2009 08:19:49 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetstories.wordpress.com/?p=866#comment-331</guid>
		<description>Hi..! Can you forward me this source code.</description>
		<content:encoded><![CDATA[<p>Hi..! Can you forward me this source code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Manage files,folders, special folders with VB.Net and window forms by fofo</title>
		<link>http://dotnetstories.wordpress.com/2008/12/01/manage-filesfolders-special-folders-with-vbnet-and-window-forms/#comment-329</link>
		<dc:creator>fofo</dc:creator>
		<pubDate>Sat, 12 Sep 2009 10:27:58 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetstories.wordpress.com/?p=762#comment-329</guid>
		<description>Patrik thanks for you positive feedback.

You need to use the &quot;GetFileName&quot; method to retrieve the filename only.

have a look at the link below

 http://msdn.microsoft.com/en-us/library/system.io.path.getfilename.aspx</description>
		<content:encoded><![CDATA[<p>Patrik thanks for you positive feedback.</p>
<p>You need to use the &#8220;GetFileName&#8221; method to retrieve the filename only.</p>
<p>have a look at the link below</p>
<p> <a href="http://msdn.microsoft.com/en-us/library/system.io.path.getfilename.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/system.io.path.getfilename.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Manage files,folders, special folders with VB.Net and window forms by Patrik</title>
		<link>http://dotnetstories.wordpress.com/2008/12/01/manage-filesfolders-special-folders-with-vbnet-and-window-forms/#comment-328</link>
		<dc:creator>Patrik</dc:creator>
		<pubDate>Fri, 11 Sep 2009 21:19:52 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetstories.wordpress.com/?p=762#comment-328</guid>
		<description>Hello! Great code!

Is it possible to get only the filename in the listbox, not the entire filepath?

Thank you!</description>
		<content:encoded><![CDATA[<p>Hello! Great code!</p>
<p>Is it possible to get only the filename in the listbox, not the entire filepath?</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Viewstate management and ASP.Net 4.0 by nikos Gemelos</title>
		<link>http://dotnetstories.wordpress.com/2009/06/27/viewstate-management-and-asp-net-4-0/#comment-327</link>
		<dc:creator>nikos Gemelos</dc:creator>
		<pubDate>Thu, 10 Sep 2009 14:06:33 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetstories.wordpress.com/?p=1009#comment-327</guid>
		<description>excellent post.Microsoft finally dealt with the flaws of Viestate management</description>
		<content:encoded><![CDATA[<p>excellent post.Microsoft finally dealt with the flaws of Viestate management</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Well-formed and valid XML documents by sandrar</title>
		<link>http://dotnetstories.wordpress.com/2008/05/16/well-formed-and-valid-xml-documents/#comment-326</link>
		<dc:creator>sandrar</dc:creator>
		<pubDate>Thu, 10 Sep 2009 13:17:23 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetstories.wordpress.com/?p=188#comment-326</guid>
		<description>Hi! I was surfing and found your blog post... nice! I love your blog.  :) Cheers! Sandra. R.</description>
		<content:encoded><![CDATA[<p>Hi! I was surfing and found your blog post&#8230; nice! I love your blog.  :) Cheers! Sandra. R.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Object Oriented Programming Concepts with C#3.0 by Shimpli</title>
		<link>http://dotnetstories.wordpress.com/2009/06/21/object-oriented-programming-concepts-with-c3-0/#comment-325</link>
		<dc:creator>Shimpli</dc:creator>
		<pubDate>Tue, 08 Sep 2009 11:28:16 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetstories.wordpress.com/?p=904#comment-325</guid>
		<description>Benefitted by this article a lot and the examples too. But still some confusion in the usage of Interfaces and abstract classes. Anyways thanks a lot</description>
		<content:encoded><![CDATA[<p>Benefitted by this article a lot and the examples too. But still some confusion in the usage of Interfaces and abstract classes. Anyways thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create a simple data-centric WPF application by Mohammad Jabed Akther</title>
		<link>http://dotnetstories.wordpress.com/2009/03/28/create-a-simple-data-centric-wpf-application/#comment-324</link>
		<dc:creator>Mohammad Jabed Akther</dc:creator>
		<pubDate>Mon, 07 Sep 2009 05:29:05 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetstories.wordpress.com/?p=838#comment-324</guid>
		<description>Excellent code..It&#039;s really help a lot... Thanks..</description>
		<content:encoded><![CDATA[<p>Excellent code..It&#8217;s really help a lot&#8230; Thanks..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building an ASP.Net application with C# and Entity Framework by VN</title>
		<link>http://dotnetstories.wordpress.com/2009/06/27/building-an-asp-net-application-with-c-and-entity-framework/#comment-323</link>
		<dc:creator>VN</dc:creator>
		<pubDate>Wed, 26 Aug 2009 12:30:13 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetstories.wordpress.com/?p=1019#comment-323</guid>
		<description>Gr8 begining :)</description>
		<content:encoded><![CDATA[<p>Gr8 begining :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Working with DAL (data access layer), BLL(Business Logic Layer) in asp.net web applications by fofo</title>
		<link>http://dotnetstories.wordpress.com/2008/11/26/working-with-dal-data-access-layer-bllbusiness-logic-layer-in-aspnet-web-applications/#comment-322</link>
		<dc:creator>fofo</dc:creator>
		<pubDate>Tue, 18 Aug 2009 17:36:32 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetstories.wordpress.com/?p=703#comment-322</guid>
		<description>sasi, i have no time to write the whole code, you are asking.have a look here
http://www.asp.net/learn/data-access/#editinsertdelete

ans just google it. you will find lots of samples.</description>
		<content:encoded><![CDATA[<p>sasi, i have no time to write the whole code, you are asking.have a look here<br />
<a href="http://www.asp.net/learn/data-access/#editinsertdelete" rel="nofollow">http://www.asp.net/learn/data-access/#editinsertdelete</a></p>
<p>ans just google it. you will find lots of samples.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Working with DAL (data access layer), BLL(Business Logic Layer) in asp.net web applications by sasi</title>
		<link>http://dotnetstories.wordpress.com/2008/11/26/working-with-dal-data-access-layer-bllbusiness-logic-layer-in-aspnet-web-applications/#comment-321</link>
		<dc:creator>sasi</dc:creator>
		<pubDate>Mon, 17 Aug 2009 19:32:43 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetstories.wordpress.com/?p=703#comment-321</guid>
		<description>i want the code, what we have to write in Businesslogiclayer for Save,Update, Search of a record in vb.net</description>
		<content:encoded><![CDATA[<p>i want the code, what we have to write in Businesslogiclayer for Save,Update, Search of a record in vb.net</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Working with DAL (data access layer), BLL(Business Logic Layer) in asp.net web applications by sasi</title>
		<link>http://dotnetstories.wordpress.com/2008/11/26/working-with-dal-data-access-layer-bllbusiness-logic-layer-in-aspnet-web-applications/#comment-320</link>
		<dc:creator>sasi</dc:creator>
		<pubDate>Mon, 17 Aug 2009 19:31:57 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetstories.wordpress.com/?p=703#comment-320</guid>
		<description>i want  the code, what we have to write  in Businesslogiclayer for   Save,Update, Search of a record   in vb.net</description>
		<content:encoded><![CDATA[<p>i want  the code, what we have to write  in Businesslogiclayer for   Save,Update, Search of a record   in vb.net</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Copy paste data from Excel to SQL Server 2005 by SQL_BEG</title>
		<link>http://dotnetstories.wordpress.com/2008/05/24/copy-paste-data-from-excel-to-sql-server-2005/#comment-312</link>
		<dc:creator>SQL_BEG</dc:creator>
		<pubDate>Tue, 11 Aug 2009 13:25:46 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetstories.wordpress.com/?p=193#comment-312</guid>
		<description>When I try to paste the &quot;Paste&quot; option is greyed out. Is there an option or something that needs to be activated? Thanks.</description>
		<content:encoded><![CDATA[<p>When I try to paste the &#8220;Paste&#8221; option is greyed out. Is there an option or something that needs to be activated? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introduction to creating, modifying, executing stored procedures by lhentOt</title>
		<link>http://dotnetstories.wordpress.com/2009/02/28/introduction-to-creating-modifying-executing-stored-procedures/#comment-308</link>
		<dc:creator>lhentOt</dc:creator>
		<pubDate>Thu, 06 Aug 2009 02:21:11 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetstories.wordpress.com/?p=813#comment-308</guid>
		<description>good job.!</description>
		<content:encoded><![CDATA[<p>good job.!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lambda Expressions with VB.Net by Mark</title>
		<link>http://dotnetstories.wordpress.com/2009/06/25/lambda-expressions-with-vb-net/#comment-306</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 03 Aug 2009 08:57:43 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetstories.wordpress.com/?p=979#comment-306</guid>
		<description>What is the VB equivalent for:

var a = new Action((x)=&gt; Console.Writeline(x));

I tried this but it wants a return value.

Dim a as new Action(Of String)(Function(x) Console.WriteLine(x))</description>
		<content:encoded><![CDATA[<p>What is the VB equivalent for:</p>
<p>var a = new Action((x)=&gt; Console.Writeline(x));</p>
<p>I tried this but it wants a return value.</p>
<p>Dim a as new Action(Of String)(Function(x) Console.WriteLine(x))</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create an XML file using LINQ and import XML data into an Excel spreadsheet by OJ</title>
		<link>http://dotnetstories.wordpress.com/2009/03/31/create-an-xml-file-using-linq-and-import-xml-data-into-an-excel-spreadsheet/#comment-305</link>
		<dc:creator>OJ</dc:creator>
		<pubDate>Fri, 31 Jul 2009 14:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetstories.wordpress.com/?p=866#comment-305</guid>
		<description>excuse me but where does the use of Linq take place in your sample? Either I missed the boat on this one or it&#039;s just not there.</description>
		<content:encoded><![CDATA[<p>excuse me but where does the use of Linq take place in your sample? Either I missed the boat on this one or it&#8217;s just not there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building an ASP.Net application with C# and Entity Framework by Steve</title>
		<link>http://dotnetstories.wordpress.com/2009/06/27/building-an-asp-net-application-with-c-and-entity-framework/#comment-300</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 27 Jul 2009 11:12:13 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetstories.wordpress.com/?p=1019#comment-300</guid>
		<description>That&#039;s fine if you want to bind your gridview to a single table. But I often find myself wanting to bind gridviews to search results that carry across multiple tables.

To use your example, say you have a search box searching for the title of the book. In your results, it&#039;s perfectly reasonable to want to include the author name, but I can&#039;t seem to find an easy way to do this. Can you shed any light?</description>
		<content:encoded><![CDATA[<p>That&#8217;s fine if you want to bind your gridview to a single table. But I often find myself wanting to bind gridviews to search results that carry across multiple tables.</p>
<p>To use your example, say you have a search box searching for the title of the book. In your results, it&#8217;s perfectly reasonable to want to include the author name, but I can&#8217;t seem to find an easy way to do this. Can you shed any light?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Generics in C# 2.0 and limitations of ArrayLists by Ravi</title>
		<link>http://dotnetstories.wordpress.com/2008/07/09/generics-in-c-20-and-limitations-of-arraylists/#comment-291</link>
		<dc:creator>Ravi</dc:creator>
		<pubDate>Wed, 15 Jul 2009 07:49:39 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetstories.wordpress.com/?p=487#comment-291</guid>
		<description>Good :-) I got it now, nice explanation</description>
		<content:encoded><![CDATA[<p>Good :-) I got it now, nice explanation</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using the FileUpload web server control in your asp.net website by Paresh</title>
		<link>http://dotnetstories.wordpress.com/2008/11/22/using-the-fileupload-web-server-control-in-your-aspnet-website/#comment-290</link>
		<dc:creator>Paresh</dc:creator>
		<pubDate>Mon, 13 Jul 2009 11:52:05 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetstories.wordpress.com/?p=684#comment-290</guid>
		<description>Hi There,

Defenitely a Useful Article for me, since I need to set up something similar to this, where the End-User is allowed to Upload and Download Documents, either from a remote Server or their own PC&#039;s.

My Question is can I somehow Load the Links to these documents in some Drop-Down Box on my Web Page.

Your Help would be greatly Appreciated.

Regards Paresh</description>
		<content:encoded><![CDATA[<p>Hi There,</p>
<p>Defenitely a Useful Article for me, since I need to set up something similar to this, where the End-User is allowed to Upload and Download Documents, either from a remote Server or their own PC&#8217;s.</p>
<p>My Question is can I somehow Load the Links to these documents in some Drop-Down Box on my Web Page.</p>
<p>Your Help would be greatly Appreciated.</p>
<p>Regards Paresh</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Viewstate management and ASP.Net 4.0 by jhony</title>
		<link>http://dotnetstories.wordpress.com/2009/06/27/viewstate-management-and-asp-net-4-0/#comment-287</link>
		<dc:creator>jhony</dc:creator>
		<pubDate>Fri, 10 Jul 2009 12:56:40 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetstories.wordpress.com/?p=1009#comment-287</guid>
		<description>wonderful</description>
		<content:encoded><![CDATA[<p>wonderful</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Object Oriented Programming Concepts with C#3.0 by Maggo</title>
		<link>http://dotnetstories.wordpress.com/2009/06/21/object-oriented-programming-concepts-with-c3-0/#comment-285</link>
		<dc:creator>Maggo</dc:creator>
		<pubDate>Thu, 09 Jul 2009 07:43:40 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetstories.wordpress.com/?p=904#comment-285</guid>
		<description>Very helpful article, i bet even experience develoeprs might not know this all... good logic implementation.</description>
		<content:encoded><![CDATA[<p>Very helpful article, i bet even experience develoeprs might not know this all&#8230; good logic implementation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building an ASP.Net application with C# and Entity Framework by RRaveen</title>
		<link>http://dotnetstories.wordpress.com/2009/06/27/building-an-asp-net-application-with-c-and-entity-framework/#comment-279</link>
		<dc:creator>RRaveen</dc:creator>
		<pubDate>Thu, 02 Jul 2009 10:14:09 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetstories.wordpress.com/?p=1019#comment-279</guid>
		<description>Dear Friends,

I hope you are doing well. I have launched a web site www.codegain.com and it is basically aimed C#,JAVA,VB.NET,ASP.NET,AJAX,Sql Server,Oracle,WPF,WCF and etc resources, programming help, articles, code snippet, video demonstrations and problems solving support. I would like to invite you as an author and a supporter. Looking forward to hearing from you and hope you will join with us soon.


Please forward this email to all of  your friends who are related IT. Send to us  your  feed about site also.


Thank you
RRaveen
Founder CodeGain.com</description>
		<content:encoded><![CDATA[<p>Dear Friends,</p>
<p>I hope you are doing well. I have launched a web site <a href="http://www.codegain.com" rel="nofollow">http://www.codegain.com</a> and it is basically aimed C#,JAVA,VB.NET,ASP.NET,AJAX,Sql Server,Oracle,WPF,WCF and etc resources, programming help, articles, code snippet, video demonstrations and problems solving support. I would like to invite you as an author and a supporter. Looking forward to hearing from you and hope you will join with us soon.</p>
<p>Please forward this email to all of  your friends who are related IT. Send to us  your  feed about site also.</p>
<p>Thank you<br />
RRaveen<br />
Founder CodeGain.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lambda Expressions with VB.Net by VB 10.0 new features and Visual Studio 2010 &#171; DOT NET RULES</title>
		<link>http://dotnetstories.wordpress.com/2009/06/25/lambda-expressions-with-vb-net/#comment-269</link>
		<dc:creator>VB 10.0 new features and Visual Studio 2010 &#171; DOT NET RULES</dc:creator>
		<pubDate>Fri, 26 Jun 2009 21:45:34 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetstories.wordpress.com/?p=979#comment-269</guid>
		<description>[...] this, let&#8217;s add another console application to our solution. Until VB 9.0 we had only inline lambda expressions. In VB 10.0 we have multiline lambdas. Consider the code below, we just have an array [...]</description>
		<content:encoded><![CDATA[<p>[...] this, let&#8217;s add another console application to our solution. Until VB 9.0 we had only inline lambda expressions. In VB 10.0 we have multiline lambdas. Consider the code below, we just have an array [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Object and Collection Initialisers in C# 3.0 by VB 10.0 new features and Visual Studio 2010 &#171; DOT NET RULES</title>
		<link>http://dotnetstories.wordpress.com/2008/06/30/object-initialisers-in-c-35/#comment-268</link>
		<dc:creator>VB 10.0 new features and Visual Studio 2010 &#171; DOT NET RULES</dc:creator>
		<pubDate>Fri, 26 Jun 2009 21:45:26 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetstories.wordpress.com/?p=373#comment-268</guid>
		<description>[...] initialisers was a feature of C# 3.0 and basically it is a new syntax we can create a collection and populate it with an [...]</description>
		<content:encoded><![CDATA[<p>[...] initialisers was a feature of C# 3.0 and basically it is a new syntax we can create a collection and populate it with an [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on c# 3.0 new language features &#8211; Auto implemented Properties by VB 10.0 new features and Visual Studio 2010 &#171; DOT NET RULES</title>
		<link>http://dotnetstories.wordpress.com/2008/06/23/c-30-new-language-features-auto-implemented-properties/#comment-267</link>
		<dc:creator>VB 10.0 new features and Visual Studio 2010 &#171; DOT NET RULES</dc:creator>
		<pubDate>Fri, 26 Jun 2009 21:45:19 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetstories.wordpress.com/?p=242#comment-267</guid>
		<description>[...] properties, which is a feature that was available with C# 3.0, provides us with a way to specify a property of a class without [...]</description>
		<content:encoded><![CDATA[<p>[...] properties, which is a feature that was available with C# 3.0, provides us with a way to specify a property of a class without [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to use .NET Delegates and event handling using delegates by Lambda Expressions with VB.Net &#171; DOT NET RULES</title>
		<link>http://dotnetstories.wordpress.com/2008/07/22/how-to-use-net-delagates-and-event-handling-using-delagates/#comment-264</link>
		<dc:creator>Lambda Expressions with VB.Net &#171; DOT NET RULES</dc:creator>
		<pubDate>Thu, 25 Jun 2009 18:31:52 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetstories.wordpress.com/?p=496#comment-264</guid>
		<description>[...] expressions are shorthand for anonymous delegates . Basically delegates allow you to create a variable that “points” to a method. We can use this [...]</description>
		<content:encoded><![CDATA[<p>[...] expressions are shorthand for anonymous delegates . Basically delegates allow you to create a variable that “points” to a method. We can use this [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Object Oriented Programming Concepts with C#3.0 by anton</title>
		<link>http://dotnetstories.wordpress.com/2009/06/21/object-oriented-programming-concepts-with-c3-0/#comment-263</link>
		<dc:creator>anton</dc:creator>
		<pubDate>Mon, 22 Jun 2009 14:53:02 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetstories.wordpress.com/?p=904#comment-263</guid>
		<description>Thank&#039;s for sharing information, coincidences have information that I need in your posts</description>
		<content:encoded><![CDATA[<p>Thank&#8217;s for sharing information, coincidences have information that I need in your posts</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Generics in C# 2.0 and limitations of ArrayLists by Object Oriented Programming Concepts with C#3.0 &#171; DOT NET RULES</title>
		<link>http://dotnetstories.wordpress.com/2008/07/09/generics-in-c-20-and-limitations-of-arraylists/#comment-261</link>
		<dc:creator>Object Oriented Programming Concepts with C#3.0 &#171; DOT NET RULES</dc:creator>
		<pubDate>Sun, 21 Jun 2009 20:36:24 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetstories.wordpress.com/?p=487#comment-261</guid>
		<description>[...] applies here. I have another single post on Generics and I do not see any point repeating [...]</description>
		<content:encoded><![CDATA[<p>[...] applies here. I have another single post on Generics and I do not see any point repeating [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to use .NET Delegates and event handling using delegates by Object Oriented Programming Concepts with C#3.0 &#171; DOT NET RULES</title>
		<link>http://dotnetstories.wordpress.com/2008/07/22/how-to-use-net-delagates-and-event-handling-using-delagates/#comment-260</link>
		<dc:creator>Object Oriented Programming Concepts with C#3.0 &#171; DOT NET RULES</dc:creator>
		<pubDate>Sun, 21 Jun 2009 20:36:21 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetstories.wordpress.com/?p=496#comment-260</guid>
		<description>[...] more information on this topic have a look at this post of [...]</description>
		<content:encoded><![CDATA[<p>[...] more information on this topic have a look at this post of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Interfaces in C# by Object Oriented Programming Concepts with C#3.0 &#171; DOT NET RULES</title>
		<link>http://dotnetstories.wordpress.com/2008/07/22/interfaces-in-c/#comment-259</link>
		<dc:creator>Object Oriented Programming Concepts with C#3.0 &#171; DOT NET RULES</dc:creator>
		<pubDate>Sun, 21 Jun 2009 20:36:17 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetstories.wordpress.com/?p=514#comment-259</guid>
		<description>[...] thing to review is Interfaces. I will not cover Interfaces in detail because you can find another post of mine on Interfaces on this [...]</description>
		<content:encoded><![CDATA[<p>[...] thing to review is Interfaces. I will not cover Interfaces in detail because you can find another post of mine on Interfaces on this [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on c# 3.0 new language features &#8211; Auto implemented Properties by Object Oriented Programming Concepts with C#3.0 &#171; DOT NET RULES</title>
		<link>http://dotnetstories.wordpress.com/2008/06/23/c-30-new-language-features-auto-implemented-properties/#comment-258</link>
		<dc:creator>Object Oriented Programming Concepts with C#3.0 &#171; DOT NET RULES</dc:creator>
		<pubDate>Sun, 21 Jun 2009 20:36:07 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetstories.wordpress.com/?p=242#comment-258</guid>
		<description>[...] C# 3.0 we had a new feature that is called Auto-implemented properties. Have a look here in one of my past posts to find out more about that.Basically with auto implemented properties,  [...]</description>
		<content:encoded><![CDATA[<p>[...] C# 3.0 we had a new feature that is called Auto-implemented properties. Have a look here in one of my past posts to find out more about that.Basically with auto implemented properties,  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What is the .Net Framework? by Object Oriented Programming Concepts with C#3.0 &#171; DOT NET RULES</title>
		<link>http://dotnetstories.wordpress.com/2008/04/08/what-is-the-net-framework/#comment-257</link>
		<dc:creator>Object Oriented Programming Concepts with C#3.0 &#171; DOT NET RULES</dc:creator>
		<pubDate>Sun, 21 Jun 2009 20:36:03 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetstories.wordpress.com/?p=177#comment-257</guid>
		<description>[...] your application ends. That means that their memory is reclaimed. In the managed applications, the CLR uses a service (garbage collector) that periodically scans for released objects and reclaims the [...]</description>
		<content:encoded><![CDATA[<p>[...] your application ends. That means that their memory is reclaimed. In the managed applications, the CLR uses a service (garbage collector) that periodically scans for released objects and reclaims the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Interfaces in C# by Bhu</title>
		<link>http://dotnetstories.wordpress.com/2008/07/22/interfaces-in-c/#comment-250</link>
		<dc:creator>Bhu</dc:creator>
		<pubDate>Tue, 09 Jun 2009 11:44:05 +0000</pubDate>
		<guid isPermaLink="false">http://dotnetstories.wordpress.com/?p=514#comment-250</guid>
		<description>Its a very nice article, which clears about my doubt of Interface, which i had never used before.
Thank You</description>
		<content:encoded><![CDATA[<p>Its a very nice article, which clears about my doubt of Interface, which i had never used before.<br />
Thank You</p>
]]></content:encoded>
	</item>
</channel>
</rss>
