<?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>VB Society.com</title>
	<atom:link href="http://www.vbsociety.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.vbsociety.com</link>
	<description>Visual Basic Programming Tutorials</description>
	<lastBuildDate>Mon, 14 May 2012 05:24:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Latest CompTIA A+ Essentials Sample Questions</title>
		<link>http://www.vbsociety.com/comptia-a-essentials-sample-questions.html</link>
		<comments>http://www.vbsociety.com/comptia-a-essentials-sample-questions.html#comments</comments>
		<pubDate>Sun, 06 May 2012 15:00:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[220-701]]></category>
		<category><![CDATA[A+ Certification]]></category>
		<category><![CDATA[A+ practice test]]></category>
		<category><![CDATA[CompTIA A+]]></category>

		<guid isPermaLink="false">http://www.vbsociety.com/?p=392</guid>
		<description><![CDATA[CompTIA A+ Essentials(220-701) have 100 Questions and the passing score is 675. It is the firat part of A+ certification. These are the brief description of the some of the questions which appeared recently. Reader is advised to further research on these topics. POTS line for receiving internet connection? Newest small form factor motherboard? (Choose [...]]]></description>
		<wfw:commentRss>http://www.vbsociety.com/comptia-a-essentials-sample-questions.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Event Bubbling</title>
		<link>http://www.vbsociety.com/event-bubbling.html</link>
		<comments>http://www.vbsociety.com/event-bubbling.html#comments</comments>
		<pubDate>Thu, 26 Apr 2012 02:58:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.net]]></category>
		<category><![CDATA[C Sharp]]></category>
		<category><![CDATA[Event Bubbling]]></category>

		<guid isPermaLink="false">http://www.vbsociety.com/?p=338</guid>
		<description><![CDATA[Event Bubbling When a user performs an action suh as clicking an element on a Web page, that event originates within the given element. If an event handler has been added to the element, a function may run in response to the event. However, elements are nested within other elements; in addition, all page elements [...]]]></description>
		<wfw:commentRss>http://www.vbsociety.com/event-bubbling.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webservice</title>
		<link>http://www.vbsociety.com/webservice.html</link>
		<comments>http://www.vbsociety.com/webservice.html#comments</comments>
		<pubDate>Wed, 25 Apr 2012 12:12:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.net]]></category>
		<category><![CDATA[C Sharp]]></category>
		<category><![CDATA[XHTML]]></category>
		<category><![CDATA[Webservice]]></category>

		<guid isPermaLink="false">http://www.vbsociety.com/?p=287</guid>
		<description><![CDATA[What is Webservice? Web services are server side programs that listen for messages from client applications and return specific information. This information may come from web service itself, from other componemts in the same domain, or from other web services. A web service is a collection of protocols and standards used for exchanging   data between [...]]]></description>
		<wfw:commentRss>http://www.vbsociety.com/webservice.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Connection Pooling</title>
		<link>http://www.vbsociety.com/connection-pooling.html</link>
		<comments>http://www.vbsociety.com/connection-pooling.html#comments</comments>
		<pubDate>Wed, 25 Apr 2012 11:38:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.net]]></category>
		<category><![CDATA[C Sharp]]></category>
		<category><![CDATA[Data Controls]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Visual Basic]]></category>
		<category><![CDATA[Connection Pooling]]></category>

		<guid isPermaLink="false">http://www.vbsociety.com/?p=271</guid>
		<description><![CDATA[Connection Pooling Acquiring a connection takes a short, but definite, amount of time. In a web application in which requests are handeled efficiently, connections can be opened and closed endlessly as new requests are processed. In this environement a small overhead required to establish a connection can become significant and limit the scalability of the [...]]]></description>
		<wfw:commentRss>http://www.vbsociety.com/connection-pooling.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Articles</title>
		<link>http://www.vbsociety.com/articles.html</link>
		<comments>http://www.vbsociety.com/articles.html#comments</comments>
		<pubDate>Wed, 25 Apr 2012 11:28:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.net]]></category>
		<category><![CDATA[C Sharp]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Visual Basic]]></category>
		<category><![CDATA[XHTML]]></category>
		<category><![CDATA[interview questions]]></category>
		<category><![CDATA[Programming Articles]]></category>

		<guid isPermaLink="false">http://www.vbsociety.com/?p=263</guid>
		<description><![CDATA[Articles Adding a Column and Inserting Values What are the Elements of a ASP.NETpage ASP.NET General Test Questions ASP.net 2.0 DataControls Base abstraction class in VB2005 Cartesian Join IT certification practice sites Client/server software architecture Configure Microsoft SQL Server for Mixed Mode Authentication Connection Pooling Cookies Create Table and Insert table command Database t Life [...]]]></description>
		<wfw:commentRss>http://www.vbsociety.com/articles.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Programming Interview Questions</title>
		<link>http://www.vbsociety.com/interview-questions.html</link>
		<comments>http://www.vbsociety.com/interview-questions.html#comments</comments>
		<pubDate>Wed, 25 Apr 2012 11:17:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.net]]></category>
		<category><![CDATA[C Sharp]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[Visual Basic]]></category>
		<category><![CDATA[interview questions]]></category>

		<guid isPermaLink="false">http://www.vbsociety.com/?p=260</guid>
		<description><![CDATA[OOPS Principles of OOPS What is Derived classes? Base classes out keywords? What is Polymorphism? Abstract class? General ASP Questions What is asp.net? Using Radio Button and setting the  property? What is the difference between and process and thread? What is meant by base abstraction class? What is web service? What are ASP.NET Page Life [...]]]></description>
		<wfw:commentRss>http://www.vbsociety.com/interview-questions.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Service Authentication</title>
		<link>http://www.vbsociety.com/web-service-authentication.html</link>
		<comments>http://www.vbsociety.com/web-service-authentication.html#comments</comments>
		<pubDate>Mon, 23 Apr 2012 23:30:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.net]]></category>
		<category><![CDATA[C Sharp]]></category>
		<category><![CDATA[Web Service Authentication]]></category>

		<guid isPermaLink="false">http://www.vbsociety.com/?p=220</guid>
		<description><![CDATA[Web Service Authentication Related Posts:Configure Microsoft SQL Server for Mixed Mode AuthenticationC Sharp Test Question 2C Sharp Test Question 3WebserviceWhat is the difference between DLL and exe?Programming Interview QuestionsArticles]]></description>
		<wfw:commentRss>http://www.vbsociety.com/web-service-authentication.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Common Unix Commands</title>
		<link>http://www.vbsociety.com/common-unix-commands.html</link>
		<comments>http://www.vbsociety.com/common-unix-commands.html#comments</comments>
		<pubDate>Mon, 23 Apr 2012 23:22:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unix]]></category>
		<category><![CDATA[Unix Commands]]></category>

		<guid isPermaLink="false">http://www.vbsociety.com/?p=218</guid>
		<description><![CDATA[Common Unix Commands Related Posts:Kernel Scripting in UnixWhat is the difference between DLL and exe?IRQ AssignmentsUseful Resources for ProgrammersWhat is Client/Server Software Architecture?Radio Button in VBCreate Table and Insert table commandDifferent Types of Connectors used in PCWhat is ASP.NET?Pascal NotationConfigure Microsoft SQL Server for Mixed Mode Authentication]]></description>
		<wfw:commentRss>http://www.vbsociety.com/common-unix-commands.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kernel Scripting in Unix</title>
		<link>http://www.vbsociety.com/kernel-scripting-in-unix.html</link>
		<comments>http://www.vbsociety.com/kernel-scripting-in-unix.html#comments</comments>
		<pubDate>Mon, 23 Apr 2012 23:20:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.net]]></category>
		<category><![CDATA[C Sharp]]></category>

		<guid isPermaLink="false">http://www.vbsociety.com/?p=215</guid>
		<description><![CDATA[Kernel Scripting in Unix Related Posts:Difference Between Scripting and CompilingCommon Unix CommandsWhat is a Process?What is the difference between DLL and exe?What is Client/Server Software Architecture?]]></description>
		<wfw:commentRss>http://www.vbsociety.com/kernel-scripting-in-unix.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Source Safe</title>
		<link>http://www.vbsociety.com/visual-source-safe.html</link>
		<comments>http://www.vbsociety.com/visual-source-safe.html#comments</comments>
		<pubDate>Mon, 23 Apr 2012 23:18:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.net]]></category>
		<category><![CDATA[C Sharp]]></category>
		<category><![CDATA[Visual Source Safe]]></category>

		<guid isPermaLink="false">http://www.vbsociety.com/?p=211</guid>
		<description><![CDATA[Name of the directories in Visual Source Safe. Related Posts:HyperTerminal Program Source CodeDataSourceControlsinASPnet2What is ASP.NET?ArticlesThe if Statement in .netData-Bound ControlsSqlDataSource-ControlConnection PoolingRadio Button in VBLatest CompTIA A+ Essentials Sample QuestionsWhat is a Thumb DriveUseful Resources for ProgrammersASP.NET Test QuestionsPascal Notation]]></description>
		<wfw:commentRss>http://www.vbsociety.com/visual-source-safe.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

