<?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>Tips n Tracks</title>
	<atom:link href="http://www.tipsntracks.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tipsntracks.com</link>
	<description>knowledge Is Power</description>
	<lastBuildDate>Mon, 15 Mar 2010 07:02:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Learning JavaScript tutorial &#8211; JavaScript Variables</title>
		<link>http://www.tipsntracks.com/335/learning-javascript-tutorial-javascript-variables.html</link>
		<comments>http://www.tipsntracks.com/335/learning-javascript-tutorial-javascript-variables.html#comments</comments>
		<pubDate>Mon, 15 Mar 2010 07:02:22 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=335</guid>
		<description><![CDATA[Learning JavaScript tutorial &#8211; JavaScript Variables
JavaScript Variables are the main building blocks of JavaScript Scripting language. JavaScript Variables are used for storing (contains) the data (value) and manipulate that data in your programs.
Every JavaScript variable has a name, called its &#8216;identifier&#8217; and optional data called &#8216;Literals&#8217;. JavaScript Variables are declared using JavaScript &#8216;var&#8217; keyword. JavaScript [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/335/learning-javascript-tutorial-javascript-variables.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning JavaScript tutorial &#8211; JavaScript Literals and Identifiers</title>
		<link>http://www.tipsntracks.com/334/learning-javascript-tutorial-javascript-literals-and-identifiers.html</link>
		<comments>http://www.tipsntracks.com/334/learning-javascript-tutorial-javascript-literals-and-identifiers.html#comments</comments>
		<pubDate>Sun, 14 Mar 2010 11:00:58 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/334/learning-javascript-tutorial-javascript-literals-and-identifiers.html</guid>
		<description><![CDATA[Learning JavaScript tutorial &#8211; JavaScript Literals and Identifiers
JavaScript Literals
JavaScript Literals are the notation for representing a fixed data value that appears directly in a JavaScript program. JavaScript Literals helps us to assign values (initialize) to various JavaScript Data Types and Variables; such as integers, floating-point numbers, strings, and Booleans; enumerated Data Types and compound values [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/334/learning-javascript-tutorial-javascript-literals-and-identifiers.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning JavaScript tutorial &#8211; JavaScript Comments</title>
		<link>http://www.tipsntracks.com/332/learning-javascript-tutorial-javascript-comments.html</link>
		<comments>http://www.tipsntracks.com/332/learning-javascript-tutorial-javascript-comments.html#comments</comments>
		<pubDate>Sat, 13 Mar 2010 19:38:59 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=332</guid>
		<description><![CDATA[Learning JavaScript tutorial &#8211; JavaScript Comments
JavaScript Comments allows us to add remarks and a well written explanation about the working of JavaScript code. JavaScript Comments make the code more readable, understandable for future reference. Commenting your JavaScript code makes it easier for others to understand. To increase re-usability of a JavaScript code be, sure to [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/332/learning-javascript-tutorial-javascript-comments.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning JavaScript tutorial &#8211; Lexical Structure and Statements</title>
		<link>http://www.tipsntracks.com/330/learning-javascript-tutorial-lexical-structure-and-statements.html</link>
		<comments>http://www.tipsntracks.com/330/learning-javascript-tutorial-lexical-structure-and-statements.html#comments</comments>
		<pubDate>Sat, 13 Mar 2010 09:20:09 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=330</guid>
		<description><![CDATA[Learning JavaScript tutorial &#8211; Lexical Structure and Statements
A JavaScript statement is a command to a web browser to perform specific task define (program written) by the user. JavaScript Statements are written with the set of elementary rules that specifies how to write JavaScript programs. A JavaScript program is a set of one or more statements. [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/330/learning-javascript-tutorial-lexical-structure-and-statements.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning JavaScript tutorial &#8211; First Look at Client-Side JavaScript</title>
		<link>http://www.tipsntracks.com/328/learning-javascript-tutorial-first-look-at-client-side-javascript.html</link>
		<comments>http://www.tipsntracks.com/328/learning-javascript-tutorial-first-look-at-client-side-javascript.html#comments</comments>
		<pubDate>Mon, 08 Mar 2010 19:04:24 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=328</guid>
		<description><![CDATA[Learning JavaScript tutorial &#8211; First Look at Client-Side JavaScript
As we seen in our first article &#34;Learning JavaScript &#8211; an introduction with JavaScript&#34;, JavaScript is mostly used as a client-side scripting language. With Client-side JavaScript, we are able to interpreter with the Document Object Model (DOM) of a web browser. On Client-Side, JavaScript add interactive features [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/328/learning-javascript-tutorial-first-look-at-client-side-javascript.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning JavaScript tutorial &#8211; an introduction with JavaScript</title>
		<link>http://www.tipsntracks.com/323/learning-javascript-tutorial-an-introduction-with-javascript.html</link>
		<comments>http://www.tipsntracks.com/323/learning-javascript-tutorial-an-introduction-with-javascript.html#comments</comments>
		<pubDate>Fri, 05 Mar 2010 17:46:19 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=323</guid>
		<description><![CDATA[Learning JavaScript tutorial &#8211; an introduction with JavaScript
JavaScript is most popular, commonly used, object-oriented, client-side scripting language. JavaScript widely used in tasks ranging from the form data validation to the development of enhanced user interfaces and dynamic websites. The primary use of Client-side JavaScript is to write functions that are embedded in or included from [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/323/learning-javascript-tutorial-an-introduction-with-javascript.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to find out duplicate records (duplicate data) in a SQL Server table</title>
		<link>http://www.tipsntracks.com/322/how-to-find-out-duplicate-records-duplicate-data-in-a-sql-server-table.html</link>
		<comments>http://www.tipsntracks.com/322/how-to-find-out-duplicate-records-duplicate-data-in-a-sql-server-table.html#comments</comments>
		<pubDate>Sun, 21 Feb 2010 18:46:44 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/322/how-to-find-out-duplicate-records-duplicate-data-in-a-sql-server-table.html</guid>
		<description><![CDATA[How to find out duplicate records (duplicate data) in a SQL Server table
Records duplication or data redundancy is the common issue we face with SQL Server table. In this article we will find out all the duplicate records (duplicate data) in a SQL Server table. We have to use the group by with having command [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/322/how-to-find-out-duplicate-records-duplicate-data-in-a-sql-server-table.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GridView Custom Paging in ASP.NET 3.5 with SQL Server Stored Procedure</title>
		<link>http://www.tipsntracks.com/316/gridview-custom-paging-in-asp-net-3-5-with-sql-server-stored-procedure.html</link>
		<comments>http://www.tipsntracks.com/316/gridview-custom-paging-in-asp-net-3-5-with-sql-server-stored-procedure.html#comments</comments>
		<pubDate>Mon, 15 Feb 2010 18:13:20 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C# Language]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=316</guid>
		<description><![CDATA[GridView Custom Paging in ASP.NET 3.5 with SQL Server Stored Procedure
GridView — Displays a set of data items in an HTML table. ASP.NET GridView control enables you to display, sort, page, select, and edit data. 
Default gridview paging works best when you deal with limited pages. If there are more pages then, the performance suffers. [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/316/gridview-custom-paging-in-asp-net-3-5-with-sql-server-stored-procedure.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create Temporary virtual table (or a records set) with SQL Server Stored Procedure</title>
		<link>http://www.tipsntracks.com/311/create-temporary-virtual-table-or-a-records-set-with-sql-server-stored-procedure.html</link>
		<comments>http://www.tipsntracks.com/311/create-temporary-virtual-table-or-a-records-set-with-sql-server-stored-procedure.html#comments</comments>
		<pubDate>Sun, 07 Feb 2010 18:27:27 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=311</guid>
		<description><![CDATA[Create Temporary virtual table (or a records set) with SQL Server Stored Procedure
Some time we need to create a virtual table to manipulate data without affecting the actual data in the actual table. You can create a virtual table by two ways. Using CREATE TABLE statement and with DECLARE statement.
Let&#8217;s consider, I have student table(tblStudent) [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/311/create-temporary-virtual-table-or-a-records-set-with-sql-server-stored-procedure.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Pause a Console Application for User Input</title>
		<link>http://www.tipsntracks.com/308/pause-a-console-application-for-user-input.html</link>
		<comments>http://www.tipsntracks.com/308/pause-a-console-application-for-user-input.html#comments</comments>
		<pubDate>Sat, 19 Dec 2009 18:46:31 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[C# Language]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=308</guid>
		<description><![CDATA[Pause a Console Application for User Input or Pause Command in a Console Application
While working with C# or VB.NET Console Applications, you may require to pause for the user input or display a message to the user. Console application window get exit as the program execution finished. Following Piece of code will do it for [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/308/pause-a-console-application-for-user-input.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Read XML data from a URL by using Visual C#</title>
		<link>http://www.tipsntracks.com/305/read-xml-data-from-a-url-by-using-visual-c.html</link>
		<comments>http://www.tipsntracks.com/305/read-xml-data-from-a-url-by-using-visual-c.html#comments</comments>
		<pubDate>Fri, 18 Dec 2009 12:20:29 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[C# Language]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=305</guid>
		<description><![CDATA[Read XML data from a URL by using Visual C#
C# has a powerful and flexible namespace System.Xml to manipulate XML. System.Xml namespace provides the XMLTextReader class to read XML (Extensible Markup Language) from a URL (Uniform Resource Locator). 
Now we want to read xml file test.xml (http://localhost/test.xml) located at your localhost. You can also use [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/305/read-xml-data-from-a-url-by-using-visual-c.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding Last line in the text using regular expressions with .net</title>
		<link>http://www.tipsntracks.com/301/finding-last-line-in-the-text-using-regular-expressions-with-net.html</link>
		<comments>http://www.tipsntracks.com/301/finding-last-line-in-the-text-using-regular-expressions-with-net.html#comments</comments>
		<pubDate>Wed, 16 Dec 2009 07:20:13 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C# Language]]></category>
		<category><![CDATA[Regular Expression]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=301</guid>
		<description><![CDATA[Finding Last line in the text using regular expressions with .net
In this regular expressions, we are going to find last line in the text.
Regular Expression Pattern
.+Z$
A description of the regular expression:
Any character, one or more repetitions
  End of string or before new line at end of string
  End of line or string
How It [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/301/finding-last-line-in-the-text-using-regular-expressions-with-net.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding First line in the text using regular expressions with .net</title>
		<link>http://www.tipsntracks.com/299/finding-first-line-in-the-text-using-regular-expressions-with-net.html</link>
		<comments>http://www.tipsntracks.com/299/finding-first-line-in-the-text-using-regular-expressions-with-net.html#comments</comments>
		<pubDate>Wed, 16 Dec 2009 07:16:53 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C# Language]]></category>
		<category><![CDATA[Regular Expression]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=299</guid>
		<description><![CDATA[Finding First line in the text using regular expressions with .net
In this regular expressions, we are going to find first line in the text.
Regular Expression Pattern
\A.*
A description of the regular expression:
Beginning of string
  Any character, any number of repetitions
  

How It Works
This regular expression will check for Beginning of line followed by Any [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/299/finding-first-line-in-the-text-using-regular-expressions-with-net.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Finding each line in the text using regular expressions with .net</title>
		<link>http://www.tipsntracks.com/297/finding-each-line-in-the-text-using-regular-expressions-with-net.html</link>
		<comments>http://www.tipsntracks.com/297/finding-each-line-in-the-text-using-regular-expressions-with-net.html#comments</comments>
		<pubDate>Wed, 16 Dec 2009 06:35:49 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C# Language]]></category>
		<category><![CDATA[Regular Expression]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=297</guid>
		<description><![CDATA[Finding each line in the text using regular expressions with .net
In this regular expressions, we are going to find each line in the text.
Regular Expression Pattern
^.*$
A description of the regular expression:
Beginning of line or string
Any character, any number of repetitions
End of line or strin

Sucessful Matches
This is a test.
  What you want?
  That&#8217;s great!
 [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/297/finding-each-line-in-the-text-using-regular-expressions-with-net.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding Sentence using regular expressions with .net</title>
		<link>http://www.tipsntracks.com/294/finding-sentence-using-regular-expressions-with-net.html</link>
		<comments>http://www.tipsntracks.com/294/finding-sentence-using-regular-expressions-with-net.html#comments</comments>
		<pubDate>Sun, 13 Dec 2009 18:39:06 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C# Language]]></category>
		<category><![CDATA[Regular Expression]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/294/finding-sentence-using-regular-expressions-with-net.html</guid>
		<description><![CDATA[Finding Sentence using regular expressions with .net
In the field of linguistics, a sentence —an expression in natural language— is often defined to indicate a grammatical and lexical unit consisting of one or more words that represent distinct concepts. A sentence can include words grouped meaningfully to express a statement, question, exclamation, request or command.
All the [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/294/finding-sentence-using-regular-expressions-with-net.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How many types of exception handlers are there in .NET ?</title>
		<link>http://www.tipsntracks.com/291/how-many-types-of-exception-handlers-are-there-in-net.html</link>
		<comments>http://www.tipsntracks.com/291/how-many-types-of-exception-handlers-are-there-in-net.html#comments</comments>
		<pubDate>Mon, 23 Nov 2009 11:59:24 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[FAQs]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=291</guid>
		<description><![CDATA[The exception information table represents four types of exception handlers for protected blocks: 

A finally handler that executes whenever the  block exits, whether that occurs by normal control flow or by an  unhandled exception.
A fault handler that must execute if an exception occurs, but does not execute on completion of normal control flow.
A [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/291/how-many-types-of-exception-handlers-are-there-in-net.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How the Runtime Manages Exceptions ?</title>
		<link>http://www.tipsntracks.com/289/how-the-runtime-manages-exceptions.html</link>
		<comments>http://www.tipsntracks.com/289/how-the-runtime-manages-exceptions.html#comments</comments>
		<pubDate>Mon, 23 Nov 2009 11:58:03 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[FAQs]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=289</guid>
		<description><![CDATA[The runtime uses an exception handling model based on exception objects and protected blocks of code. An Exception object is created to represent an exception when it occurs.
The runtime creates an exception information table for each executable. Each method of the executable has an associated array of exception handling information (which can be empty) in [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/289/how-the-runtime-manages-exceptions.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is an Exceptions?</title>
		<link>http://www.tipsntracks.com/288/what-is-an-exceptions.html</link>
		<comments>http://www.tipsntracks.com/288/what-is-an-exceptions.html#comments</comments>
		<pubDate>Mon, 23 Nov 2009 11:55:32 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[FAQs]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/288/what-is-an-exceptions.html</guid>
		<description><![CDATA[We code to make the program perfect and Error free; eventhough there is a chance of  errors. All .NET Framework operations indicate failure by throwing exceptions.
An exception is any error condition or unexpected behavior encountered  by an executing program. Exceptions can be raised because of a fault in  your code or in [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/288/what-is-an-exceptions.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding Similar Words (like bat, cat, mat)using regular expressions with .net</title>
		<link>http://www.tipsntracks.com/283/finding-similar-wordslike-bat-cat-matusing-regular-expressions-with-net.html</link>
		<comments>http://www.tipsntracks.com/283/finding-similar-wordslike-bat-cat-matusing-regular-expressions-with-net.html#comments</comments>
		<pubDate>Sat, 21 Nov 2009 18:14:21 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[C# Language]]></category>
		<category><![CDATA[Regular Expression]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=283</guid>
		<description><![CDATA[Finding Similar Words (like bat, cat, mat)using regular expressions with .net
In this regular expression we are going to find out Similar Words like bat, cat, mat, and rat. Just take a look at above words they all same ending &#34;at&#34;.
Regular Expression Pattern
\b[a-zA-Z](at\b)
A description of the regular expression:
First or last character in a word
  Any [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/283/finding-similar-wordslike-bat-cat-matusing-regular-expressions-with-net.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Started with C# Object-Oriented Programming</title>
		<link>http://www.tipsntracks.com/279/getting-started-with-c-object-oriented-programming.html</link>
		<comments>http://www.tipsntracks.com/279/getting-started-with-c-object-oriented-programming.html#comments</comments>
		<pubDate>Tue, 10 Nov 2009 15:19:36 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[C# Language]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/279/getting-started-with-c-object-oriented-programming.html</guid>
		<description><![CDATA[Getting Started with C# Object-Oriented Programming
C# is a powerful and flexible programming language provides several features. Like all programming languages, it can be used to create a variety of applications. C# is an object-oriented programming language developed by Microsoft as part of the .NET Visual Studio and later approved as a standard by ECMA and [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/279/getting-started-with-c-object-oriented-programming.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 1.446 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-03-15 06:14:43 -->
