<?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, 08 Mar 2010 19:04:24 +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; 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>
		<item>
		<title>New Features in the .NET Framework Version 4.0</title>
		<link>http://www.tipsntracks.com/273/new-features-in-the-net-framework-version-4-0.html</link>
		<comments>http://www.tipsntracks.com/273/new-features-in-the-net-framework-version-4-0.html#comments</comments>
		<pubDate>Tue, 13 Oct 2009 17:44:39 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[Microsoft .NET Framework]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=273</guid>
		<description><![CDATA[New Features in the .NET Framework Version 4.0
The Microsoft .NET Framework is one of the favorite development frameworks platform running on Microsoft Windows family of operating systems. Currently (on 12 October 2009) the .NET Framework 3.5 Service Pack 1 is the Stable release of .NET Framework released on 11 August 2008. Microsoft also announced the [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/273/new-features-in-the-net-framework-version-4-0.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What is Windows Presentation Foundation (WPF)?</title>
		<link>http://www.tipsntracks.com/263/what-is-windows-presentation-foundation-wpf.html</link>
		<comments>http://www.tipsntracks.com/263/what-is-windows-presentation-foundation-wpf.html#comments</comments>
		<pubDate>Tue, 13 Oct 2009 07:25:08 +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=263</guid>
		<description><![CDATA[The Microsoft Windows Presentation Foundation provides the foundation for building applications and high fidelity experiences in Windows Vista, blending together application UI, documents, and media content, while exploiting the full power of your computer. The functionality extends to the support for Tablet and other forms of input, a more modern imaging and printing pipeline, accessibility [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/263/what-is-windows-presentation-foundation-wpf.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Windows Communication Foundation (WCF)?</title>
		<link>http://www.tipsntracks.com/261/what-is-windows-communication-foundation-wcf.html</link>
		<comments>http://www.tipsntracks.com/261/what-is-windows-communication-foundation-wcf.html#comments</comments>
		<pubDate>Tue, 13 Oct 2009 07:24:07 +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=261</guid>
		<description><![CDATA[Windows Communication Foundation (formerly code-named &#8220;Indigo&#8221;) is a set of .NET technologies for building and running connected systems. It is a new breed of communications infrastructure built around the Web services architecture. Advanced Web services support in Windows Communication Foundation provides secure, reliable, and transacted messaging along with interoperability. The service-oriented programming model of Windows [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/261/what-is-windows-communication-foundation-wcf.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Windows Workflow Foundation (WF)?</title>
		<link>http://www.tipsntracks.com/259/what-is-windows-workflow-foundation-wf.html</link>
		<comments>http://www.tipsntracks.com/259/what-is-windows-workflow-foundation-wf.html#comments</comments>
		<pubDate>Tue, 13 Oct 2009 07:22:28 +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=259</guid>
		<description><![CDATA[Windows Workflow Foundation is the programming model, engine and tools for quickly building workflow enabled applications on Windows. It consists of a .NET Framework version 3.0 (formerly WinFX) namespace, an in-process workflow engine, and designers for Visual Studio 2005. Windows Workflow Foundation is available for both client and server versions of Windows. Windows Workflow Foundation [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/259/what-is-windows-workflow-foundation-wf.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 1.009 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-03-10 10:13:24 -->
