<?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; NET</title>
	<atom:link href="http://tipsinterview.com/tag/net/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>Additional security when calling JSON serialized services</title>
		<link>http://tipsinterview.com/2011/10/13/additional-security-when-calling-json-serialized-services/</link>
		<comments>http://tipsinterview.com/2011/10/13/additional-security-when-calling-json-serialized-services/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 06:21:12 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[additional security]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[blissful ignorance]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[scott guthrie]]></category>
		<category><![CDATA[security feature]]></category>
		<category><![CDATA[utf 8]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=614</guid>
		<description><![CDATA[A security feature of ASP.NET web services that are JSON serialized through the ASP.NET AJAX extensions is that they must be requested in a specific way. This is an important deterrent against your services being used in XSS attacks. Scott Guthrie has a great post providing detailed information on the particulars. It boils down to [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2011/10/13/additional-security-when-calling-json-serialized-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Volatile Fields</title>
		<link>http://tipsinterview.com/2011/09/29/volatile-fields/</link>
		<comments>http://tipsinterview.com/2011/09/29/volatile-fields/#comments</comments>
		<pubDate>Thu, 29 Sep 2011 07:45:56 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[cache memory]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[command line compiler]]></category>
		<category><![CDATA[Fields]]></category>
		<category><![CDATA[fields software]]></category>
		<category><![CDATA[main memory]]></category>
		<category><![CDATA[multithreaded application]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[type]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=605</guid>
		<description><![CDATA[Software built on the .NET framework is subject to many optimisations. Some optimisation is performed when compiling your program or library in Visual Studio or using the command-line compiler. Other optimisations are applied when executing the compiled intermediate language (IL) code. These vary according to the type of processor used to run the program. In [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2011/09/29/volatile-fields/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>Basic WPF interview questions</title>
		<link>http://tipsinterview.com/2011/08/02/basic-wpf-interview-questions/</link>
		<comments>http://tipsinterview.com/2011/08/02/basic-wpf-interview-questions/#comments</comments>
		<pubDate>Tue, 02 Aug 2011 01:36:34 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[amp]]></category>
		<category><![CDATA[Background]]></category>
		<category><![CDATA[change notification]]></category>
		<category><![CDATA[dependency]]></category>
		<category><![CDATA[interview questions]]></category>
		<category><![CDATA[markup language]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[observablecollection]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[UIElement]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=579</guid>
		<description><![CDATA[Strong .NET 2.0 Background &#38; willing to learn! Explain dependency properties? What's a style? What's a template? Binding Differences between base classes: Visual, UIElement, FrameworkElement, Control Visual vs Logical tree? Property Change Notification (INotifyPropertyChange and ObservableCollection) ResourceDictionary - Added by a7an UserControls - Added by a7an difference between bubble and tunnel routing strategies - added [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2011/08/02/basic-wpf-interview-questions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>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>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>What is viewstate in ASP.NET?</title>
		<link>http://tipsinterview.com/2011/04/30/what-is-viewstate-in-asp-net/</link>
		<comments>http://tipsinterview.com/2011/04/30/what-is-viewstate-in-asp-net/#comments</comments>
		<pubDate>Sat, 30 Apr 2011 12:48:41 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[garbage collector]]></category>
		<category><![CDATA[heart]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[variable values]]></category>
		<category><![CDATA[variable variables]]></category>
		<category><![CDATA[ViewState]]></category>
		<category><![CDATA[web applications]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=545</guid>
		<description><![CDATA[The postback question is the heart of any interview on ASP NET. When a postback happens (i.e. when a form is submitted to a server), the variable values that are set in the code-behind page are erased from the memory of the client system. This concept would be different from what happens in Windows-based applications, [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2011/04/30/what-is-viewstate-in-asp-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ViewState is responsible for maintaining data across the Page Post Back</title>
		<link>http://tipsinterview.com/2011/04/13/viewstate-is-responsible-for-maintaining-data-across-the-page-post-back/</link>
		<comments>http://tipsinterview.com/2011/04/13/viewstate-is-responsible-for-maintaining-data-across-the-page-post-back/#comments</comments>
		<pubDate>Wed, 13 Apr 2011 12:46:11 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Interview Tips]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[control values]]></category>
		<category><![CDATA[dropdownlist]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[platforms]]></category>
		<category><![CDATA[real world]]></category>
		<category><![CDATA[world contests]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=537</guid>
		<description><![CDATA[Does ViewState is responsible for maintaining data across the Page Post Back for Postback controls (like textbox, dropdownlist) and non-postbackcontrols(like label)? It is false. For NonPostback controls it is true but for postback controls, ASP.NET retrieves their values one by one from the HTTP request and copies them to the control values while creating the [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2011/04/13/viewstate-is-responsible-for-maintaining-data-across-the-page-post-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the use of command objects in .NET</title>
		<link>http://tipsinterview.com/2011/03/18/what-is-the-use-of-command-objects-in-net/</link>
		<comments>http://tipsinterview.com/2011/03/18/what-is-the-use-of-command-objects-in-net/#comments</comments>
		<pubDate>Fri, 18 Mar 2011 07:34:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[executenonquery]]></category>
		<category><![CDATA[executereader]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[property]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[singleton]]></category>
		<category><![CDATA[use]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=522</guid>
		<description><![CDATA[They are used to connect connection object to Data reader or dataset. Following are the methods provided by command object:- • ExecuteNonQuery: - Executes the command defined in the Command Text property against the connection defined in the Connection property for a query that does not return any row (an UPDATE, DELETE, or INSERT). Returns [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2011/03/18/what-is-the-use-of-command-objects-in-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

