<?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>Interview Tips &#187; business logic</title>
	<atom:link href="http://tipsinterview.com/tag/business-logic/feed/" rel="self" type="application/rss+xml" />
	<link>http://tipsinterview.com</link>
	<description>Interview Tips, Interview Questions and Answers</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:45:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>C# interview questions and answers</title>
		<link>http://tipsinterview.com/2011/06/01/c-interview-questions-and-answers-4/</link>
		<comments>http://tipsinterview.com/2011/06/01/c-interview-questions-and-answers-4/#comments</comments>
		<pubDate>Wed, 01 Jun 2011 05:46:20 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[business logic]]></category>
		<category><![CDATA[condition]]></category>
		<category><![CDATA[interview questions and answers]]></category>
		<category><![CDATA[line debugger]]></category>
		<category><![CDATA[model three]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[program proceeds]]></category>
		<category><![CDATA[Studio]]></category>
		<category><![CDATA[Trace]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=565</guid>
		<description><![CDATA[What debugging tools come with the .NET SDK? CorDBG – command-line debugger, and DbgCLR – graphic debugger. Visual Studio .NET uses the DbgCLR. To use CorDbg, you must compile the original C# file using the /debug switch. What does the This window show in the debugger? It points to the object that’s pointed to by [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2011/06/01/c-interview-questions-and-answers-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is partial classess in .net?</title>
		<link>http://tipsinterview.com/2010/09/11/what-is-partial-classess-in-net/</link>
		<comments>http://tipsinterview.com/2010/09/11/what-is-partial-classess-in-net/#comments</comments>
		<pubDate>Sat, 11 Sep 2010 00:49:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[business logic]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[keyword]]></category>
		<category><![CDATA[MyPartialClassOne]]></category>
		<category><![CDATA[need]]></category>
		<category><![CDATA[syntax]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[user interface]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/09/11/what-is-partial-classess-in-net/</guid>
		<description><![CDATA[When there is a need to keep the business logic separate from the User Interface or when there is some class which is big enough to have multiple number of developers implement the methods in it, the class can be separated and written in different files as partial class. The keyword partial must appear in [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/09/11/what-is-partial-classess-in-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C# Interview Questions &amp; Answers, Part 2</title>
		<link>http://tipsinterview.com/2010/03/10/c-interview-questions-answers-part-2/</link>
		<comments>http://tipsinterview.com/2010/03/10/c-interview-questions-answers-part-2/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 00:33:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[block]]></category>
		<category><![CDATA[business logic]]></category>
		<category><![CDATA[c syntax]]></category>
		<category><![CDATA[catch]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[Exception]]></category>
		<category><![CDATA[HashTable]]></category>
		<category><![CDATA[parameter data]]></category>
		<category><![CDATA[system exception]]></category>
		<category><![CDATA[tier application]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/03/10/c-interview-questions-answers-part-2/</guid>
		<description><![CDATA[11. How can you sort the elements of the array in descending order? By calling Sort() and then Reverse() methods. 12. What’s the .NET collection class that allows an element to be accessed using a unique key? HashTable. 13. What class is underneath the SortedList class? A sorted HashTable. 14. Will the finally block get [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/03/10/c-interview-questions-answers-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interview questions for asp.net Web application developers</title>
		<link>http://tipsinterview.com/2010/02/23/interview-questions-for-asp-net-web-application-developers/</link>
		<comments>http://tipsinterview.com/2010/02/23/interview-questions-for-asp-net-web-application-developers/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 01:00:31 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[ASP]]></category>
		<category><![CDATA[business logic]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[calendar control]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[few differences]]></category>
		<category><![CDATA[java application]]></category>
		<category><![CDATA[maximum length]]></category>
		<category><![CDATA[NET]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/02/23/interview-questions-for-asp-net-web-application-developers/</guid>
		<description><![CDATA[Name a few differences between .NET application and a Java application? Specify the best ways to store variables so that we can access them in various pages of ASP.NET application? What are the XML files that are important in developing an ASP.NET application? What is XSLT and what is its use? How do you separate [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/02/23/interview-questions-for-asp-net-web-application-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to ASP.NET with C#</title>
		<link>http://tipsinterview.com/2010/01/13/introduction-to-asp-net-with-c/</link>
		<comments>http://tipsinterview.com/2010/01/13/introduction-to-asp-net-with-c/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 00:25:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[ASP]]></category>
		<category><![CDATA[business logic]]></category>
		<category><![CDATA[Controls]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[java programmers]]></category>
		<category><![CDATA[label image]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[server controls]]></category>
		<category><![CDATA[vb programmers]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/01/13/introduction-to-asp-net-with-c/</guid>
		<description><![CDATA[Classic Asp: Asp, which is now more commonly known as Classic Asp was used extensively in 1990's. The idea of creating dynamic pages and linking them with database was the main purpose of classic Asp. Asp used html controls for user interaction. Apart from the good features available in Asp programming, it also lacks in [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/01/13/introduction-to-asp-net-with-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

