<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>coder000 &#187; mechanics</title>
	<atom:link href="http://coder000.com/topics/code/mechanics/feed/" rel="self" type="application/rss+xml" />
	<link>http://coder000.com</link>
	<description>an exploration, a quest... to grow</description>
	<lastBuildDate>Thu, 03 Sep 2009 17:46:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Introduction to Object Oriented Programming in VB Net</title>
		<link>http://coder000.com/introduction-to-object-oriented-programming-in-vb-net/</link>
		<comments>http://coder000.com/introduction-to-object-oriented-programming-in-vb-net/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 11:51:10 +0000</pubDate>
		<dc:creator>Rahul Vyas</dc:creator>
				<category><![CDATA[mechanics]]></category>
		<category><![CDATA[oop]]></category>

		<guid isPermaLink="false">http://coder000.com/?p=186</guid>
		<description><![CDATA[<p>In this discussion, we will talk about object oriented programming in vb.net. In the Object Oriented terminology, we will talk about abstraction and encapsulation in the context of Visual Basic. The concepts may be useful to many coders, but I have presented the content with beginners in mind. We start with creating a class in Visual Studio and then write some code while discussing various concepts like classes and objects, access types (public, private and friend), properties (and paramterized properties), methods, events, instantiation, enumerations and so on.</p>
<p></p>
<p>Preparation</p>

Start Visual Studio and create a new Windows Application
Add a class; Project &#124; Add <a href="http://coder000.com/introduction-to-object-oriented-programming-in-vb-net/">[...]<a>]]></description>
		<wfw:commentRss>http://coder000.com/introduction-to-object-oriented-programming-in-vb-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to Object Oriented Programming (OOP) for beginners</title>
		<link>http://coder000.com/introduction-to-object-oriented-programming-oop-for-beginners/</link>
		<comments>http://coder000.com/introduction-to-object-oriented-programming-oop-for-beginners/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 05:17:33 +0000</pubDate>
		<dc:creator>Rahul Vyas</dc:creator>
				<category><![CDATA[mechanics]]></category>
		<category><![CDATA[oop]]></category>

		<guid isPermaLink="false">http://coder000.com/?p=158</guid>
		<description><![CDATA[<p>What is the meaning of term ‘Object Oriented’ and what is the need for it? To understand this first tell me what do you do when the battery (cell) of your torch (or any other device) runs out? Probably, you simply replace the battery with a new one. Is it? Now, what do you think, you know everything about the battery and the torch? I mean their architecture, functionality, etc.? If, by any chance, you know then does everybody who replaces the battery know about the details of the battery and the device? Obviously not.</p>
<p></p>
 In this discussion: basic concepts, abstraction, <a href="http://coder000.com/introduction-to-object-oriented-programming-oop-for-beginners/">[...]<a>]]></description>
		<wfw:commentRss>http://coder000.com/introduction-to-object-oriented-programming-oop-for-beginners/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>COM in Visual Basic with ADO &#8211; An Introduction</title>
		<link>http://coder000.com/com-in-visual-basic-with-ado-an-introduction/</link>
		<comments>http://coder000.com/com-in-visual-basic-with-ado-an-introduction/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 08:00:42 +0000</pubDate>
		<dc:creator>Rahul Vyas</dc:creator>
				<category><![CDATA[mechanics]]></category>
		<category><![CDATA[com]]></category>

		<guid isPermaLink="false">http://coder000.com/?p=120</guid>
		<description><![CDATA[<p>In this discussion, we will use ADO (Active-X Data Objects) as an example to understand some fundamentals about COM (Component Object Model) in Visual Basic. We may say that &#8216;Active-X&#8217; means &#8216;COM enabled software components&#8217;. So, Active-X Data Objects are the components based on COM specification, meant for providing Data Access Capabilities to the client.</p>
<p></p>




<p>Microsoft has developed ADO so that the client languages which cannot call low level API&#8217;s, such as OLEDB, can use them for database operations. So ADO is a component that encapsulates OLEDB API. As this component is based on COM, VB, VC++, Scripting Languages, etc. can <a href="http://coder000.com/com-in-visual-basic-with-ado-an-introduction/">[...]<a>]]></description>
		<wfw:commentRss>http://coder000.com/com-in-visual-basic-with-ado-an-introduction/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
