<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Introduction to Interfaces in VB.NET</title>
	<link>http://vbnotebookfor.net/2007/10/23/introduction-to-interfaces-in-vbnet/</link>
	<description>Articles on VB.NET and Software Development Team Leadership</description>
	<pubDate>Thu, 16 Oct 2008 01:46:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>By: behzad_mn</title>
		<link>http://vbnotebookfor.net/2007/10/23/introduction-to-interfaces-in-vbnet/#comment-1218</link>
		<author>behzad_mn</author>
		<pubDate>Sun, 28 Sep 2008 10:10:17 +0000</pubDate>
		<guid>http://vbnotebookfor.net/2007/10/23/introduction-to-interfaces-in-vbnet/#comment-1218</guid>
		<description>Hi,

I just dont undrestand why we need interface?

how it helps us?!

tank you for your article.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I just dont undrestand why we need interface?</p>
<p>how it helps us?!</p>
<p>tank you for your article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ankit</title>
		<link>http://vbnotebookfor.net/2007/10/23/introduction-to-interfaces-in-vbnet/#comment-1216</link>
		<author>Ankit</author>
		<pubDate>Wed, 24 Sep 2008 05:49:05 +0000</pubDate>
		<guid>http://vbnotebookfor.net/2007/10/23/introduction-to-interfaces-in-vbnet/#comment-1216</guid>
		<description>You give a great focus on Interface. But  i would like to say that if you give any real time example of Use of Interface which demostrate in which situation this interface very helpful to us then it will be great. I want to say give one demo application in which Progammer can understand the need of Interface</description>
		<content:encoded><![CDATA[<p>You give a great focus on Interface. But  i would like to say that if you give any real time example of Use of Interface which demostrate in which situation this interface very helpful to us then it will be great. I want to say give one demo application in which Progammer can understand the need of Interface</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rakesh</title>
		<link>http://vbnotebookfor.net/2007/10/23/introduction-to-interfaces-in-vbnet/#comment-1159</link>
		<author>Rakesh</author>
		<pubDate>Mon, 14 Jul 2008 06:57:50 +0000</pubDate>
		<guid>http://vbnotebookfor.net/2007/10/23/introduction-to-interfaces-in-vbnet/#comment-1159</guid>
		<description>I do not understand how Interface is subsitute of multiple inheritance in vb.net? Can we inherit "System.Web.UI.Page" and "System.Web.UI.MasterPage" in a single class?</description>
		<content:encoded><![CDATA[<p>I do not understand how Interface is subsitute of multiple inheritance in vb.net? Can we inherit &#8220;System.Web.UI.Page&#8221; and &#8220;System.Web.UI.MasterPage&#8221; in a single class?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rakesh</title>
		<link>http://vbnotebookfor.net/2007/10/23/introduction-to-interfaces-in-vbnet/#comment-1157</link>
		<author>Rakesh</author>
		<pubDate>Fri, 11 Jul 2008 09:59:58 +0000</pubDate>
		<guid>http://vbnotebookfor.net/2007/10/23/introduction-to-interfaces-in-vbnet/#comment-1157</guid>
		<description>I do not understand that how Interface are subsitute of multiple inheritance in vb.net.Can we inherit System.Web.UI.Page and Syatem.Web.UI.MasterPage in a single class using Interface?</description>
		<content:encoded><![CDATA[<p>I do not understand that how Interface are subsitute of multiple inheritance in vb.net.Can we inherit System.Web.UI.Page and Syatem.Web.UI.MasterPage in a single class using Interface?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AMol</title>
		<link>http://vbnotebookfor.net/2007/10/23/introduction-to-interfaces-in-vbnet/#comment-1129</link>
		<author>AMol</author>
		<pubDate>Fri, 06 Jun 2008 13:32:20 +0000</pubDate>
		<guid>http://vbnotebookfor.net/2007/10/23/introduction-to-interfaces-in-vbnet/#comment-1129</guid>
		<description>This is a useful article.I got clear understanding of interfaces</description>
		<content:encoded><![CDATA[<p>This is a useful article.I got clear understanding of interfaces</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlosfocker</title>
		<link>http://vbnotebookfor.net/2007/10/23/introduction-to-interfaces-in-vbnet/#comment-1102</link>
		<author>Carlosfocker</author>
		<pubDate>Mon, 05 May 2008 16:42:47 +0000</pubDate>
		<guid>http://vbnotebookfor.net/2007/10/23/introduction-to-interfaces-in-vbnet/#comment-1102</guid>
		<description>The biggest thing that interfaces protect you from is the dangers of multiple inheritance.  I would suggest doing some research on the diamond of death issue that comes up with languages that allow multiple inheritance.</description>
		<content:encoded><![CDATA[<p>The biggest thing that interfaces protect you from is the dangers of multiple inheritance.  I would suggest doing some research on the diamond of death issue that comes up with languages that allow multiple inheritance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Frantsen</title>
		<link>http://vbnotebookfor.net/2007/10/23/introduction-to-interfaces-in-vbnet/#comment-994</link>
		<author>Greg Frantsen</author>
		<pubDate>Wed, 30 Jan 2008 15:59:50 +0000</pubDate>
		<guid>http://vbnotebookfor.net/2007/10/23/introduction-to-interfaces-in-vbnet/#comment-994</guid>
		<description>I'm still a little foggy on the "why" of interfaces. Why would someone want to use them? What do they promote/protect against? Maybe an example of something with and w/o an interface?

Thanks.</description>
		<content:encoded><![CDATA[<p>I&#8217;m still a little foggy on the &#8220;why&#8221; of interfaces. Why would someone want to use them? What do they promote/protect against? Maybe an example of something with and w/o an interface?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: strangers</title>
		<link>http://vbnotebookfor.net/2007/10/23/introduction-to-interfaces-in-vbnet/#comment-987</link>
		<author>strangers</author>
		<pubDate>Wed, 23 Jan 2008 19:15:20 +0000</pubDate>
		<guid>http://vbnotebookfor.net/2007/10/23/introduction-to-interfaces-in-vbnet/#comment-987</guid>
		<description>Can you send me code for this:
I am developing common user control in one project where i have to develop a  code for common user control.

So my problem how is that i am able to develop a code for the conneection of this form but i am not able to access the value.
More Clealy i would say it may any  number of form how do i navigate a records with the same user control. I have used adodb connectivity.</description>
		<content:encoded><![CDATA[<p>Can you send me code for this:<br />
I am developing common user control in one project where i have to develop a  code for common user control.</p>
<p>So my problem how is that i am able to develop a code for the conneection of this form but i am not able to access the value.<br />
More Clealy i would say it may any  number of form how do i navigate a records with the same user control. I have used adodb connectivity.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MARY</title>
		<link>http://vbnotebookfor.net/2007/10/23/introduction-to-interfaces-in-vbnet/#comment-984</link>
		<author>MARY</author>
		<pubDate>Mon, 21 Jan 2008 19:19:20 +0000</pubDate>
		<guid>http://vbnotebookfor.net/2007/10/23/introduction-to-interfaces-in-vbnet/#comment-984</guid>
		<description>codes in visual basic for addin two numbers.</description>
		<content:encoded><![CDATA[<p>codes in visual basic for addin two numbers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sangita Patra</title>
		<link>http://vbnotebookfor.net/2007/10/23/introduction-to-interfaces-in-vbnet/#comment-932</link>
		<author>Sangita Patra</author>
		<pubDate>Mon, 19 Nov 2007 03:58:22 +0000</pubDate>
		<guid>http://vbnotebookfor.net/2007/10/23/introduction-to-interfaces-in-vbnet/#comment-932</guid>
		<description>can u please clear me that what is the need of interface in vb.net and the difference between a class and an interface</description>
		<content:encoded><![CDATA[<p>can u please clear me that what is the need of interface in vb.net and the difference between a class and an interface</p>
]]></content:encoded>
	</item>
</channel>
</rss>
