<?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; Process</title>
	<atom:link href="http://tipsinterview.com/tag/process/feed/" rel="self" type="application/rss+xml" />
	<link>http://tipsinterview.com</link>
	<description>Interview Tips, Interview Questions and Answers</description>
	<lastBuildDate>Sun, 25 Jul 2010 00:30:55 +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>.NET interview: What is the difference between a Thread and Process?</title>
		<link>http://tipsinterview.com/2010/05/20/net-interview-what-is-the-difference-between-a-thread-and-process/</link>
		<comments>http://tipsinterview.com/2010/05/20/net-interview-what-is-the-difference-between-a-thread-and-process/#comments</comments>
		<pubDate>Thu, 20 May 2010 00:28:32 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[collection]]></category>
		<category><![CDATA[execution]]></category>
		<category><![CDATA[global variables]]></category>
		<category><![CDATA[memory space]]></category>
		<category><![CDATA[multiple threads]]></category>
		<category><![CDATA[Process]]></category>
		<category><![CDATA[single thread]]></category>
		<category><![CDATA[thread]]></category>
		<category><![CDATA[virtual memory]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=287</guid>
		<description><![CDATA[A process is a collection of virtual memory space, code, data, and system resources. A thread is code that is to be serially executed within a process. A processor executes threads, not processes, so each application has at least one process, and a process always has at least one thread of execution, known as the [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/05/20/net-interview-what-is-the-difference-between-a-thread-and-process/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.NET Object Serialization &#8211; How can I optimize the serialization process?</title>
		<link>http://tipsinterview.com/2010/05/16/net-object-serialization-how-can-i-optimize-the-serialization-process/</link>
		<comments>http://tipsinterview.com/2010/05/16/net-object-serialization-how-can-i-optimize-the-serialization-process/#comments</comments>
		<pubDate>Sun, 16 May 2010 08:26:35 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Interview Tips]]></category>
		<category><![CDATA[firewalls]]></category>
		<category><![CDATA[Formatter]]></category>
		<category><![CDATA[network streams]]></category>
		<category><![CDATA[optimize]]></category>
		<category><![CDATA[Process]]></category>
		<category><![CDATA[Serialization]]></category>
		<category><![CDATA[SOAP]]></category>
		<category><![CDATA[soap protocol]]></category>
		<category><![CDATA[visual studio]]></category>
		<category><![CDATA[web service]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=279</guid>
		<description><![CDATA[How can I optimize the serialization process? The first call to a Web Service takes long because XmlSerializer generate an assembly optimized for each type in memory. To optimize the serialization process pregeneration of serialization assembly with Visual Studio or sgen.exe is needed. Implementing serialization separately can also increase the performance. What is Formatters? Explain [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/05/16/net-object-serialization-how-can-i-optimize-the-serialization-process/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interview Question :: garbage collector in .NET?</title>
		<link>http://tipsinterview.com/2010/03/11/interview-question-garbage-collector-in-net/</link>
		<comments>http://tipsinterview.com/2010/03/11/interview-question-garbage-collector-in-net/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 00:34:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[collection]]></category>
		<category><![CDATA[collector]]></category>
		<category><![CDATA[different ways]]></category>
		<category><![CDATA[garbage]]></category>
		<category><![CDATA[garbage collection]]></category>
		<category><![CDATA[garbage collector]]></category>
		<category><![CDATA[manners]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[platforms]]></category>
		<category><![CDATA[Process]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/03/11/interview-question-garbage-collector-in-net/</guid>
		<description><![CDATA[When should you call the garbage collector in .NET? Garbage collection is a process of releasing the memory used by the objects, which are no longer referenced. This is done in&#160; different ways and different manners in various platforms and languages. We will see how garbage collection is being done in .NET.]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/03/11/interview-question-garbage-collector-in-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>asp.net interview questions: state management</title>
		<link>http://tipsinterview.com/2010/02/17/asp-net-interview-questions-state-management/</link>
		<comments>http://tipsinterview.com/2010/02/17/asp-net-interview-questions-state-management/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 01:25:43 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[external data source]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[Process]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[session state]]></category>
		<category><![CDATA[State]]></category>
		<category><![CDATA[state management]]></category>
		<category><![CDATA[state server]]></category>
		<category><![CDATA[users input]]></category>
		<category><![CDATA[ViewState]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/02/17/asp-net-interview-questions-state-management/</guid>
		<description><![CDATA[What is the lifespan for items stored in ViewState? Item stored in ViewState exist for the life of the current page.&#160; This includes postbacks (to the same page). What is ViewState? ViewState allows the state of objects (serializable) to be stored in a hidden field on the page.&#160; ViewState is transported to the client and [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/02/17/asp-net-interview-questions-state-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interview Question: The one who has better things to do</title>
		<link>http://tipsinterview.com/2010/01/25/interview-question-the-one-who-has-better-things-to-do/</link>
		<comments>http://tipsinterview.com/2010/01/25/interview-question-the-one-who-has-better-things-to-do/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 06:07:27 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Interview Tips]]></category>
		<category><![CDATA[attention]]></category>
		<category><![CDATA[conversations]]></category>
		<category><![CDATA[disinterest]]></category>
		<category><![CDATA[e mail]]></category>
		<category><![CDATA[interest]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[interviewer]]></category>
		<category><![CDATA[Process]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/01/25/interview-question-the-one-who-has-better-things-to-do/</guid>
		<description><![CDATA[An interviewer checking her e-mail, looking at you but not paying any attention to what you say. Some people are forced to participate in the interview process even if they have no interest in doing it, so don't take it personally. What to do: Answer the questions and be friendly. Try to hold conversations with [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/01/25/interview-question-the-one-who-has-better-things-to-do/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interview Tips, Know Who You Are</title>
		<link>http://tipsinterview.com/2010/01/16/interview-tips-know-who-you-are/</link>
		<comments>http://tipsinterview.com/2010/01/16/interview-tips-know-who-you-are/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 05:11:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Interview Tips]]></category>
		<category><![CDATA[fallen idol]]></category>
		<category><![CDATA[Idol]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[interview room]]></category>
		<category><![CDATA[job]]></category>
		<category><![CDATA[Lewis]]></category>
		<category><![CDATA[Melinda]]></category>
		<category><![CDATA[melinda doolittle]]></category>
		<category><![CDATA[Process]]></category>
		<category><![CDATA[quot]]></category>
		<category><![CDATA[sanjaya]]></category>
		<category><![CDATA[unique selling proposition]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/01/16/interview-tips-know-who-you-are/</guid>
		<description><![CDATA[As a job seeker, you must define your strengths and hone a message (your unique selling proposition). This is called branding. Branding is a process that clearly defines who you are and what clear benefit you bring to an employer. On Idol, almost everyone who begins the show is a decent singer. Those who know [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/01/16/interview-tips-know-who-you-are/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>C# Interview Question on  XmlSerializer</title>
		<link>http://tipsinterview.com/2009/12/29/c-interview-question-on-xmlserializer/</link>
		<comments>http://tipsinterview.com/2009/12/29/c-interview-question-on-xmlserializer/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 06:49:50 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[assembly]]></category>
		<category><![CDATA[c files]]></category>
		<category><![CDATA[caches]]></category>
		<category><![CDATA[constructor]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[Process]]></category>
		<category><![CDATA[user profile]]></category>
		<category><![CDATA[windows applications]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[xmlserializer]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2009/12/29/c-interview-question-on-xmlserializer/</guid>
		<description><![CDATA[How does the XmlSerializer work? What ACL permissions does a process using it require? The XmlSerializer constructor generates a pair of classes derived from XmlSerializationReader and XmlSerializationWriter by analysis of the classes using reflection. Temporary C# files are created and compiled into a temporary assembly and then loaded into a process. The XmlSerializer caches the [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2009/12/29/c-interview-question-on-xmlserializer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Every .NET Developers Ought To Know</title>
		<link>http://tipsinterview.com/2009/12/21/what-every-net-developers-ought-to-know/</link>
		<comments>http://tipsinterview.com/2009/12/21/what-every-net-developers-ought-to-know/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 06:55:41 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[difference]]></category>
		<category><![CDATA[GAC]]></category>
		<category><![CDATA[GC]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[Process]]></category>
		<category><![CDATA[quot]]></category>
		<category><![CDATA[server family]]></category>
		<category><![CDATA[Sinior]]></category>
		<category><![CDATA[strong typing]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[tcp ip port]]></category>
		<category><![CDATA[virtual memory]]></category>
		<category><![CDATA[weak typing]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2009/12/21/what-every-net-developers-ought-to-know/</guid>
		<description><![CDATA[Describe the difference between a Thread and a Process? What is a Windows Service and how does its lifecycle differ from a &#34;standard&#34; EXE? 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 affect a system [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2009/12/21/what-every-net-developers-ought-to-know/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
