<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0"><channel>
<title>Articles Written by Thomas Kaloyani From Isnare.com</title>
<link>http://www.isnare.com/?s=author&amp;a=Thomas+Kaloyani</link>
<item>
<title>VB.Net: Dynamic Usage Of Eventhandlers</title>
<category>Computers and Technology</category>
<author>Thomas Kaloyani</author>
<pubDate>Sat, 19 Nov 2005 00:00:00 +0800</pubDate>
<link>http://www.isnare.com/?aid=20157&amp;ca=Computers+and+Technology</link>
<description>WithEvents and Handles clause requires form us to declare the object variable and the event handler as we write our code, so linkage is created upon compilation. On the other hand, with AddHandler and RemoveHandler, linkage is created and removed at runtime, which is more flexible.Let's assume that...</description>
</item>
<item>
<title>.NET : Solving The Multiple Inheritance Issue Under .NET Platform</title>
<category>Computers and Technology</category>
<author>Thomas Kaloyani</author>
<pubDate>Tue, 06 Sep 2005 00:00:00 +0800</pubDate>
<link>http://www.isnare.com/?aid=10167&amp;ca=Computers+and+Technology</link>
<description>.NET platform does not support multiple inheritance. Do not confuse multilevel inheritance with multiple inheritance. With multiple inheritance we can have a subclass that inherits from two classes at the same time.Let's suppose we have an application that has a class Customers and another class Ve...</description>
</item>
</channel>
</rss>
