<?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; Asp.Net</title>
	<atom:link href="http://tipsinterview.com/category/asp-net/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>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>Code Issues specific to partial methods</title>
		<link>http://tipsinterview.com/2011/10/01/code-issues-specific-to-partial-methods/</link>
		<comments>http://tipsinterview.com/2011/10/01/code-issues-specific-to-partial-methods/#comments</comments>
		<pubDate>Sat, 01 Oct 2011 07:46:29 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[access modifiers]]></category>
		<category><![CDATA[CodeRush]]></category>
		<category><![CDATA[Declaration]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[extern]]></category>
		<category><![CDATA[method declaration]]></category>
		<category><![CDATA[override]]></category>
		<category><![CDATA[Partial]]></category>
		<category><![CDATA[partial structure]]></category>
		<category><![CDATA[void]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=607</guid>
		<description><![CDATA[There are several conditions that are applied to partial methods, such as: Partial methods must be void Signatures of both parts of partial methods must match Access modifiers are not allowed for partial methods Partial methods must be declared in partial classes etc You don’t have to remember all these conditions if you have the [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2011/10/01/code-issues-specific-to-partial-methods/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>Features of ListView Control:</title>
		<link>http://tipsinterview.com/2011/07/02/features-of-listview-control/</link>
		<comments>http://tipsinterview.com/2011/07/02/features-of-listview-control/#comments</comments>
		<pubDate>Sat, 02 Jul 2011 09:04:35 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[capabilities]]></category>
		<category><![CDATA[DataPager]]></category>
		<category><![CDATA[html markup]]></category>
		<category><![CDATA[ItemTemplate]]></category>
		<category><![CDATA[layout structure]]></category>
		<category><![CDATA[Listview]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[template layout]]></category>
		<category><![CDATA[visual clue]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=577</guid>
		<description><![CDATA[·          Can define our own template/Layout/Structure for the data display. ·          Edit/Update/Delete capabilities on the data displayed. ·          Built-in support for inserting new row. ·          Built-in support for sorting ·          Supports databinding via DataSource Controls including LINQ DataSource controls. ·          Paging via DataPager control, which can be part of ListView control or can be kept [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2011/07/02/features-of-listview-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how to upload an excel in c# ASP.Net?</title>
		<link>http://tipsinterview.com/2011/06/18/how-to-upload-an-excel-in-c-asp-net/</link>
		<comments>http://tipsinterview.com/2011/06/18/how-to-upload-an-excel-in-c-asp-net/#comments</comments>
		<pubDate>Sat, 18 Jun 2011 08:56:47 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[ASP]]></category>
		<category><![CDATA[dad]]></category>
		<category><![CDATA[DataGrid]]></category>
		<category><![CDATA[dataset]]></category>
		<category><![CDATA[jet oledb]]></category>
		<category><![CDATA[microsoft jet]]></category>
		<category><![CDATA[oledbcommand]]></category>
		<category><![CDATA[source filename]]></category>
		<category><![CDATA[string filename]]></category>
		<category><![CDATA[void]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=570</guid>
		<description><![CDATA[protected void btnUpload_Click(object sender, EventArgs e) { if (fuUpload.HasFile) { string filename = fuUpload.PostedFile.FileName; string strConn; strConn = "Provider=Microsoft.Jet.OLEDB.4.0;" +"Data Source="+ filename +";" +"Extended Properties=Excel 8.0;"; OleDbConnection con = new OleDbConnection(strConn); con.Open(); OleDbCommand cmd = new OleDbCommand("select * from [Sheet1$]",con); OleDbDataAdapter dad = new OleDbDataAdapter(); dad.SelectCommand = cmd; DataSet ds= new DataSet(); dad.Fill(ds); DataGrid1.DataSource = [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2011/06/18/how-to-upload-an-excel-in-c-asp-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Powerpacked new controls in Microsoft ASP.NET 3.5</title>
		<link>http://tipsinterview.com/2011/06/12/powerpacked-new-controls-in-microsoft-asp-net-3-5/</link>
		<comments>http://tipsinterview.com/2011/06/12/powerpacked-new-controls-in-microsoft-asp-net-3-5/#comments</comments>
		<pubDate>Sun, 12 Jun 2011 08:55:18 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[DataPager]]></category>
		<category><![CDATA[listview control]]></category>
		<category><![CDATA[property]]></category>
		<category><![CDATA[repeater control]]></category>
		<category><![CDATA[ScriptManagerProxy]]></category>
		<category><![CDATA[sql oracle]]></category>
		<category><![CDATA[web page size]]></category>
		<category><![CDATA[xmlhttprequest object]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=567</guid>
		<description><![CDATA[DataPager - Controls like Gridview, Repeater exhibit the pagination behaviour. This is useful when display results return far too many records than an ideal web page height. A search may return countless records, but the web page size should not ideally go on and on depending on the number of records returned. For this, the [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2011/06/12/powerpacked-new-controls-in-microsoft-asp-net-3-5/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>difference between a document library and a form library in SharePoint?</title>
		<link>http://tipsinterview.com/2011/04/21/difference-between-a-document-library-and-a-form-library-in-sharepoint/</link>
		<comments>http://tipsinterview.com/2011/04/21/difference-between-a-document-library-and-a-form-library-in-sharepoint/#comments</comments>
		<pubDate>Thu, 21 Apr 2011 12:47:11 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[core documents]]></category>
		<category><![CDATA[difference]]></category>
		<category><![CDATA[document libraries]]></category>
		<category><![CDATA[document library]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[form library]]></category>
		<category><![CDATA[notepad]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Visio]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=541</guid>
		<description><![CDATA[What is the difference between a document library and a form library in SharePoint? Document libraries in SharePoint consist of your main/core documents. For example a word document, excel, PowerPoint, Visio, pdf, csv, notepad etc. Form libraries consist of XML forms.]]></description>
		<wfw:commentRss>http://tipsinterview.com/2011/04/21/difference-between-a-document-library-and-a-form-library-in-sharepoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Difference Between GET and POST methods in HTML</title>
		<link>http://tipsinterview.com/2011/04/18/difference-between-get-and-post-methods-in-html/</link>
		<comments>http://tipsinterview.com/2011/04/18/difference-between-get-and-post-methods-in-html/#comments</comments>
		<pubDate>Mon, 18 Apr 2011 12:46:16 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[amount]]></category>
		<category><![CDATA[call]]></category>
		<category><![CDATA[data transmission]]></category>
		<category><![CDATA[default method]]></category>
		<category><![CDATA[Explicitly]]></category>
		<category><![CDATA[Maximum]]></category>
		<category><![CDATA[maximum data]]></category>
		<category><![CDATA[transmission]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=539</guid>
		<description><![CDATA[Difference Between GET and POST methods GET: 1) Data is appended to the URL. 2) Data is not secret. 3) It is a single call system 4) Maximum data that can be sent is 256. 5) Data transmission is faster 6) This is the default method for many browsers POST: 1) Data is appended to [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2011/04/18/difference-between-get-and-post-methods-in-html/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>

