<?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; class</title>
	<atom:link href="http://tipsinterview.com/tag/class/feed/" rel="self" type="application/rss+xml" />
	<link>http://tipsinterview.com</link>
	<description>Interview Tips, Interview Questions and Answers</description>
	<lastBuildDate>Sun, 20 May 2012 05:16:12 +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>Adobe training in Sydney from Creative Mentor</title>
		<link>http://tipsinterview.com/2012/01/20/adobe-training-in-sydney-from-creative-mentor/</link>
		<comments>http://tipsinterview.com/2012/01/20/adobe-training-in-sydney-from-creative-mentor/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 11:14:58 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Interview Tips]]></category>
		<category><![CDATA[acrobat adobe]]></category>
		<category><![CDATA[adobe captivate]]></category>
		<category><![CDATA[adobe illustrator]]></category>
		<category><![CDATA[adobe indesign]]></category>
		<category><![CDATA[adobe training]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[Creative]]></category>
		<category><![CDATA[knowledge]]></category>
		<category><![CDATA[mentor]]></category>
		<category><![CDATA[site]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2012/01/20/adobe-training-in-sydney-from-creative-mentor/</guid>
		<description><![CDATA[Creative Mentor is a Sydney based institute that specializes in Microsoft, Adobe and MYOB applications and also trains students in these applications. The courses at Creative Mentor are all designed in such a way that each and every student who is part of the course understands what is being taught in class. The module is [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2012/01/20/adobe-training-in-sydney-from-creative-mentor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is XAML?</title>
		<link>http://tipsinterview.com/2011/08/25/what-is-xaml/</link>
		<comments>http://tipsinterview.com/2011/08/25/what-is-xaml/#comments</comments>
		<pubDate>Thu, 25 Aug 2011 01:39:47 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[class definitions]]></category>
		<category><![CDATA[definition]]></category>
		<category><![CDATA[markup language]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[set]]></category>
		<category><![CDATA[time logic]]></category>
		<category><![CDATA[ui elements]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=591</guid>
		<description><![CDATA[It is Declarative Markup Language. It simplifies creating a UI for a .NET Framework application. It can create visible UI elements in XAML , and then separate the UI definition from the run-time logic by using code-behind files. This joined to the markup through partial class definitions. XAML represents the instantiation of objects in a [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2011/08/25/what-is-xaml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What are Object Initializers in C#</title>
		<link>http://tipsinterview.com/2011/05/28/what-are-object-initializers-in-c/</link>
		<comments>http://tipsinterview.com/2011/05/28/what-are-object-initializers-in-c/#comments</comments>
		<pubDate>Sat, 28 May 2011 05:45:36 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[aim]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[constructor]]></category>
		<category><![CDATA[int]]></category>
		<category><![CDATA[need]]></category>
		<category><![CDATA[programming concepts]]></category>
		<category><![CDATA[Sample]]></category>
		<category><![CDATA[void]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=563</guid>
		<description><![CDATA[The Object initializers are the features for programming concepts which was introduced in C#.Net. The aim of using Object Initializers is to intializing the accessible fields or properties of an object without the need to write any parameterized constructor or separate statements. Sample: using System; class Student { int rollno; string stdName; static void Main() [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2011/05/28/what-are-object-initializers-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C# interview questions</title>
		<link>http://tipsinterview.com/2011/05/25/c-interview-questions-2/</link>
		<comments>http://tipsinterview.com/2011/05/25/c-interview-questions-2/#comments</comments>
		<pubDate>Wed, 25 May 2011 05:44:46 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[aspect oriented programming]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[difference]]></category>
		<category><![CDATA[EXE]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[multiple inheritance]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[oriented object]]></category>
		<category><![CDATA[tcp ip port]]></category>
		<category><![CDATA[weak typing]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=561</guid>
		<description><![CDATA[1 Describe the difference between a Thread and a Process? 2 What is a Windows Service and how does its lifecycle differ from a "standard" EXE? 3 What is the maximum amount of memory any single process on Windows can address? Is this different than the maximum virtual memory for the system? How would this [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2011/05/25/c-interview-questions-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Events and Delegates in c#</title>
		<link>http://tipsinterview.com/2011/05/24/events-and-delegates-in-c/</link>
		<comments>http://tipsinterview.com/2011/05/24/events-and-delegates-in-c/#comments</comments>
		<pubDate>Tue, 24 May 2011 05:43:41 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[c support]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[colon]]></category>
		<category><![CDATA[constructor c]]></category>
		<category><![CDATA[datatype]]></category>
		<category><![CDATA[default constructor]]></category>
		<category><![CDATA[multicast]]></category>
		<category><![CDATA[multiple inheritance]]></category>
		<category><![CDATA[Place]]></category>
		<category><![CDATA[value]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=559</guid>
		<description><![CDATA[1. What’s a delegate? A delegate object encapsulates a reference to a method. 2. What’s a multicast delegate? A delegate that has multiple handlers assigned to it. Each assigned handler (method) is called. 3. What’s the implicit name of the parameter that gets passed into the class’ set method? Value, and it’s datatype depends on [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2011/05/24/events-and-delegates-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>General Questions</title>
		<link>http://tipsinterview.com/2011/05/15/general-questions/</link>
		<comments>http://tipsinterview.com/2011/05/15/general-questions/#comments</comments>
		<pubDate>Sun, 15 May 2011 05:41:05 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Array]]></category>
		<category><![CDATA[array element]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[class hierarchy]]></category>
		<category><![CDATA[element]]></category>
		<category><![CDATA[Exception]]></category>
		<category><![CDATA[multiple inheritance]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[shallow copy]]></category>
		<category><![CDATA[string manipulation]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=554</guid>
		<description><![CDATA[1.Does C# support multiple-inheritance? No. But you can use Interfaces. 2.Where is a protected class-level variable available? It is available to any sub-class derived from base class 3.Are private class-level variables inherited? Yes, but they are not accessible. 4.Describe the accessibility modifier “protected internal”. It is available to classes that are within the same assembly [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2011/05/15/general-questions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Are C# destructors the same as C++ destructors?</title>
		<link>http://tipsinterview.com/2011/05/07/are-c-destructors-the-same-as-c-destructors/</link>
		<comments>http://tipsinterview.com/2011/05/07/are-c-destructors-the-same-as-c-destructors/#comments</comments>
		<pubDate>Sat, 07 May 2011 05:39:46 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[c destructor]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[database connections]]></category>
		<category><![CDATA[destructor]]></category>
		<category><![CDATA[Finalize]]></category>
		<category><![CDATA[garbage]]></category>
		<category><![CDATA[garbage collector]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[object c]]></category>
		<category><![CDATA[syntactic sugar]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=550</guid>
		<description><![CDATA[No. They look the same but they are very different. The C# destructor syntax (with the familiar ~ character) is just syntactic sugar for an override of the System.Object Finalize method. This Finalize method is called by the garbage collector when it determines that an object is no longer referenced, before it frees the memory [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2011/05/07/are-c-destructors-the-same-as-c-destructors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Throwing and Catching the Custom Exception via C#</title>
		<link>http://tipsinterview.com/2010/12/30/throwing-and-catching-the-custom-exception-via-c/</link>
		<comments>http://tipsinterview.com/2010/12/30/throwing-and-catching-the-custom-exception-via-c/#comments</comments>
		<pubDate>Thu, 30 Dec 2010 05:59:45 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Interview Tips]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[Exception]]></category>
		<category><![CDATA[exception class]]></category>
		<category><![CDATA[exception message]]></category>
		<category><![CDATA[generic types]]></category>
		<category><![CDATA[InvalidPrinterMarginsException]]></category>
		<category><![CDATA[main string]]></category>
		<category><![CDATA[system namespace]]></category>
		<category><![CDATA[way]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=482</guid>
		<description><![CDATA[Once the custom exception is created, it may be thrown and caught in the same way as any other exception. This includes catching the exact exception or the more generic types that it is derived from. Indeed, one custom exception may derive from another to create a full hierarchy of application exceptions for flexible handling. [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/12/30/throwing-and-catching-the-custom-exception-via-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dynamic in C#4.0</title>
		<link>http://tipsinterview.com/2010/09/19/dynamic-in-c4-0/</link>
		<comments>http://tipsinterview.com/2010/09/19/dynamic-in-c4-0/#comments</comments>
		<pubDate>Sun, 19 Sep 2010 07:29:56 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[addition]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[class wrappers]]></category>
		<category><![CDATA[contact name]]></category>
		<category><![CDATA[csharp]]></category>
		<category><![CDATA[different languages]]></category>
		<category><![CDATA[dynamic objects]]></category>
		<category><![CDATA[ExpandoObject]]></category>
		<category><![CDATA[interoperability]]></category>
		<category><![CDATA[keyword]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=410</guid>
		<description><![CDATA[The dynamic keyword is a key feature of this release. It closes the gap between dynamic and statically-typed languages. Now you can create dynamic objects and let their types be determined at run time. With the addition of the System.Dynamic namespace, you can create expandable objects and advanced class wrappers, and you can provide interoperability [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/09/19/dynamic-in-c4-0/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>
	</channel>
</rss>

