<?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>ForDevs &#187; What-is</title>
	<atom:link href="http://www.fordevs.com/category/howto/what-is/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fordevs.com</link>
	<description>We Learn We Share</description>
	<lastBuildDate>Fri, 25 Nov 2011 18:55:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>What is SVG?</title>
		<link>http://www.fordevs.com/2009/05/what-is-svg.html</link>
		<comments>http://www.fordevs.com/2009/05/what-is-svg.html#comments</comments>
		<pubDate>Fri, 22 May 2009 06:40:54 +0000</pubDate>
		<dc:creator>Kathirvel KG</dc:creator>
				<category><![CDATA[What-is]]></category>

		<guid isPermaLink="false">http://www.fordevs.com/?p=128</guid>
		<description><![CDATA[Scalable Vector Graphics (SVG) is a XML based language for describing 2D (two dimension) graphics, both static and dynamic. SVG is an open standard developed by W3C (World Wide Web Consortium). Since the SVG images are defined in XML, they can be searched, indexed, compressed. SVG images can be edited using any text editors. All [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2009/05/what-is-svg.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is JSON?</title>
		<link>http://www.fordevs.com/2009/01/what-is-json.html</link>
		<comments>http://www.fordevs.com/2009/01/what-is-json.html#comments</comments>
		<pubDate>Mon, 12 Jan 2009 17:18:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[What-is]]></category>
		<category><![CDATA[JSON]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2009/01/what-is-json.html</guid>
		<description><![CDATA[JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition &#8211; December 1999. JSON is a text format that is completely language independent [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2009/01/what-is-json.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Usage of Stored Procedures</title>
		<link>http://www.fordevs.com/2008/12/usage-of-stored-procedures.html</link>
		<comments>http://www.fordevs.com/2008/12/usage-of-stored-procedures.html#comments</comments>
		<pubDate>Tue, 16 Dec 2008 22:18:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sql Server IQ]]></category>
		<category><![CDATA[What-is]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2008/12/usage-of-stored-procedures.html</guid>
		<description><![CDATA[Reduce network traffic: You have to send the SQL statement across the network. With sprocs, you can execute SQL in batches, which is also more efficient. Caching query plan: The first time the stored procedure is executed, SQL Server creates an execution plan, which is cached for reuse. This is particularly performant for small queries [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2008/12/usage-of-stored-procedures.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is IBATIS?</title>
		<link>http://www.fordevs.com/2008/11/what-is-ibatis.html</link>
		<comments>http://www.fordevs.com/2008/11/what-is-ibatis.html#comments</comments>
		<pubDate>Tue, 25 Nov 2008 16:41:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[What-is]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2008/11/what-is-ibatis.html</guid>
		<description><![CDATA[The iBATIS Data Mapper makes it easier to use a database with Java and .NET applications. iBATIS couples objects with stored procedures or SQL statements using a XML descriptor. Simplicity is the biggest advantage of the iBATIS Data Mapper over object relational mapping tools. The iBatis framework is a lightweight data mapping framework and persistence [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2008/11/what-is-ibatis.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Linked List ?</title>
		<link>http://www.fordevs.com/2008/11/what-is-linked-list.html</link>
		<comments>http://www.fordevs.com/2008/11/what-is-linked-list.html#comments</comments>
		<pubDate>Sun, 23 Nov 2008 14:07:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[What-is]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2008/11/what-is-linked-list.html</guid>
		<description><![CDATA[Linked list is one of the fundamental concepts in the data structure. It consists of a set of nodes, each containing a &#8216;data&#8217; field and one or two references (pointing to adjacent nodes). It is a self referential datatype since it contains reference(s) of the adjacent (next or previous) datum of the same type. Advantage [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2008/11/what-is-linked-list.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Delegate?</title>
		<link>http://www.fordevs.com/2008/11/what-is-delegate.html</link>
		<comments>http://www.fordevs.com/2008/11/what-is-delegate.html#comments</comments>
		<pubDate>Wed, 12 Nov 2008 08:02:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[What-is]]></category>
		<category><![CDATA[Delegate]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2008/11/what-is-delegate.html</guid>
		<description><![CDATA[A delegate is a type that references a method.Once a delegate is assigned a method, it behaves exactly like that method. The delegate method can be used like any other method,with parameters and a return value. Any method that matches the delegate’s signature,which consists of the return type and parameters,can be assigned to the delegate. [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2008/11/what-is-delegate.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Data Source Object</title>
		<link>http://www.fordevs.com/2008/11/data-source-object.html</link>
		<comments>http://www.fordevs.com/2008/11/data-source-object.html#comments</comments>
		<pubDate>Wed, 12 Nov 2008 00:58:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[What-is]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2008/11/data-source-object.html</guid>
		<description><![CDATA[What is Data Source Object? A data source object (DSO) is a Microsoft ActiveX object embedded within a Web page. It employs a process called data binding, in which an ActiveXControl communicates directly with another Web page, or with an external XML source. In order to take advantage of DSOs, it is necessary to have [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2008/11/data-source-object.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What is ViewState ?</title>
		<link>http://www.fordevs.com/2008/11/what-is-viewstate.html</link>
		<comments>http://www.fordevs.com/2008/11/what-is-viewstate.html#comments</comments>
		<pubDate>Mon, 10 Nov 2008 17:16:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Asp.net]]></category>
		<category><![CDATA[What-is]]></category>
		<category><![CDATA[.Net]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2008/11/what-is-viewstate.html</guid>
		<description><![CDATA[ASP.NET view state is the technique used by an ASP.NET Web page to persist changes to the state of a Web Form across postbacks.That is when a form is submitted in ASP .NET, the form reappears in the browser window together with all form values. The ViewState indicates the status of the page when submitted [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2008/11/what-is-viewstate.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is &quot;CLR(Common Language Runtime)&quot;</title>
		<link>http://www.fordevs.com/2008/11/what-is-clrcommon-language-runtime.html</link>
		<comments>http://www.fordevs.com/2008/11/what-is-clrcommon-language-runtime.html#comments</comments>
		<pubDate>Mon, 03 Nov 2008 06:32:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DotNet Framework]]></category>
		<category><![CDATA[What-is]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2008/11/what-is-clrcommon-language-runtime.html</guid>
		<description><![CDATA[Common language runtime is a .NET Framework run-time environment which manages the execution of programs written in any of several supported languages. Microsoft refers to its Common Language Runtime as a “managed execution environment. Programmers writing in any of Visual Basic, Visual C++,or C# compile their programs into an intermediate form of code called Common [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2008/11/what-is-clrcommon-language-runtime.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is PACS ?</title>
		<link>http://www.fordevs.com/2008/10/what-is-pacs.html</link>
		<comments>http://www.fordevs.com/2008/10/what-is-pacs.html#comments</comments>
		<pubDate>Fri, 31 Oct 2008 15:24:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DICOM]]></category>
		<category><![CDATA[What-is]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2008/10/what-is-pacs.html</guid>
		<description><![CDATA[PACS (Picture Archiving and Communication Systems) are computers or networks used for storing, retrieving, distributing and presenting of medical images (in DICOM format). Full PACS handle Dicom images from multiple modalities (like CT, MRI, US, PET&#8230;), where as Mini-PACS handle Dicom images from specific modalities. It replaces hard copy film archives and enables radiologist access [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2008/10/what-is-pacs.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

