<?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>Tricks Of IT</title>
	<atom:link href="https://www.tricksofit.com/feed" rel="self" type="application/rss+xml" />
	<link>https://www.tricksofit.com</link>
	<description>Tips &#38; tricks of Php, Android, Magento, Zend, jQuery</description>
	<lastBuildDate>Thu, 11 Feb 2021 07:09:47 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.3.8</generator>
	<item>
		<title>C# 2.0 Interview Questions and Answers SET – 1</title>
		<link>https://www.tricksofit.com/2021/02/c-2-0-interview-questions-and-answers-set-1</link>
					<comments>https://www.tricksofit.com/2021/02/c-2-0-interview-questions-and-answers-set-1#respond</comments>
		
		<dc:creator><![CDATA[Tricksofit]]></dc:creator>
		<pubDate>Thu, 11 Feb 2021 07:09:45 +0000</pubDate>
				<category><![CDATA[Interview Questions Answers]]></category>
		<guid isPermaLink="false">https://www.tricksofit.com/?p=705</guid>

					<description><![CDATA[<p>Following are some Interview Questions and Answers set of C# 2.0. What is the difference between ToString() and Convert.ToString()? Convert.ToString() can handle null values This code will execute. ToString() cannot handle null This code will throw error Object reference not set to an instance of an object As far as performance is concerned ToString() is better than Convert.ToString() If you are sure that your object is not null then it &#8230;</p>
<p><a rel="nofollow" href="https://www.tricksofit.com/2021/02/c-2-0-interview-questions-and-answers-set-1">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="https://www.tricksofit.com/2021/02/c-2-0-interview-questions-and-answers-set-1">C# 2.0 Interview Questions and Answers SET – 1</a> appeared first on <a rel="nofollow" href="https://www.tricksofit.com">Tricks Of IT</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.tricksofit.com/2021/02/c-2-0-interview-questions-and-answers-set-1/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What is the difference between razor and webform view engine?</title>
		<link>https://www.tricksofit.com/2021/02/what-is-the-difference-between-razor-and-webform-view-engine</link>
					<comments>https://www.tricksofit.com/2021/02/what-is-the-difference-between-razor-and-webform-view-engine#respond</comments>
		
		<dc:creator><![CDATA[Tricksofit]]></dc:creator>
		<pubDate>Thu, 11 Feb 2021 06:05:45 +0000</pubDate>
				<category><![CDATA[Interview Questions Answers]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<guid isPermaLink="false">https://www.tricksofit.com/?p=703</guid>

					<description><![CDATA[<p>In Asp.net MVC, View engine holds the responsibility of rendering the view to the browser. MVC supports Razor Engine and Web Form by default. There are a lot of Third Party View engines available for use, We can go for them as well. Eg: Nhaml, Park, NDjango, SharpDOM etc. Lets see the difference between Razor and Web Form View engines. Razor view engine Webform view engine Razor view engine uses System.Web.Razor namespace Webform view engine uses System.Web.Mvc. WebformViewEngine &#8230;</p>
<p><a rel="nofollow" href="https://www.tricksofit.com/2021/02/what-is-the-difference-between-razor-and-webform-view-engine">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="https://www.tricksofit.com/2021/02/what-is-the-difference-between-razor-and-webform-view-engine">What is the difference between razor and webform view engine?</a> appeared first on <a rel="nofollow" href="https://www.tricksofit.com">Tricks Of IT</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.tricksofit.com/2021/02/what-is-the-difference-between-razor-and-webform-view-engine/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>ASP.NET Interview Questions and Answers SET – 3</title>
		<link>https://www.tricksofit.com/2021/02/asp-net-interview-questions-and-answers-set-3</link>
					<comments>https://www.tricksofit.com/2021/02/asp-net-interview-questions-and-answers-set-3#respond</comments>
		
		<dc:creator><![CDATA[Tricksofit]]></dc:creator>
		<pubDate>Thu, 11 Feb 2021 05:57:50 +0000</pubDate>
				<category><![CDATA[Interview Questions Answers]]></category>
		<guid isPermaLink="false">https://www.tricksofit.com/?p=702</guid>

					<description><![CDATA[<p>Following are some basic Interview Questions and Answers set of ASP.NET. What is the control for which by default postback is enabled? Button How do you implement postback in textbox? By making AutoPostBack property of the textbox as true we can implement postback in textbox What is the difference between LinkButton and HyperLink in asp.net? LinkButton contains 2 extra events as compared to HyperLink i.e. Command and Click. So you &#8230;</p>
<p><a rel="nofollow" href="https://www.tricksofit.com/2021/02/asp-net-interview-questions-and-answers-set-3">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="https://www.tricksofit.com/2021/02/asp-net-interview-questions-and-answers-set-3">ASP.NET Interview Questions and Answers SET – 3</a> appeared first on <a rel="nofollow" href="https://www.tricksofit.com">Tricks Of IT</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.tricksofit.com/2021/02/asp-net-interview-questions-and-answers-set-3/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>ASP.NET Interview Questions and Answers SET – 2</title>
		<link>https://www.tricksofit.com/2021/02/asp-net-interview-questions-and-answers-set-2</link>
					<comments>https://www.tricksofit.com/2021/02/asp-net-interview-questions-and-answers-set-2#respond</comments>
		
		<dc:creator><![CDATA[Tricksofit]]></dc:creator>
		<pubDate>Thu, 11 Feb 2021 05:40:26 +0000</pubDate>
				<category><![CDATA[Interview Questions Answers]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<guid isPermaLink="false">https://www.tricksofit.com/?p=701</guid>

					<description><![CDATA[<p>Following are some basic Interview Questions and Answers set of ASP.NET. How can you display all validation messages in one control? We can display in one control using ValidationSummary control. How can you register a custom server control to a Web page? We can register a custom server control using @Register directive. What is the default timeout for a Cookie? 30 minutes How many web.config files can I have in &#8230;</p>
<p><a rel="nofollow" href="https://www.tricksofit.com/2021/02/asp-net-interview-questions-and-answers-set-2">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="https://www.tricksofit.com/2021/02/asp-net-interview-questions-and-answers-set-2">ASP.NET Interview Questions and Answers SET – 2</a> appeared first on <a rel="nofollow" href="https://www.tricksofit.com">Tricks Of IT</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.tricksofit.com/2021/02/asp-net-interview-questions-and-answers-set-2/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>ASP.NET Interview Questions and Answers SET – 1</title>
		<link>https://www.tricksofit.com/2021/02/asp-net-interview-questions-and-answers-set-1</link>
					<comments>https://www.tricksofit.com/2021/02/asp-net-interview-questions-and-answers-set-1#respond</comments>
		
		<dc:creator><![CDATA[Tricksofit]]></dc:creator>
		<pubDate>Wed, 10 Feb 2021 06:52:22 +0000</pubDate>
				<category><![CDATA[Interview Questions Answers]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<guid isPermaLink="false">https://www.tricksofit.com/?p=698</guid>

					<description><![CDATA[<p>Following are some basic Interview Questions and Answers set of ASP.NET. What is the difference between web.config and machine.config? Settings made is machine.config is applied to all the web applications on the server whereas settings made in web.config is applied to that particular web application. There can be only one machine.config file on the server. There can be more than one web.config file on the server depends on the number &#8230;</p>
<p><a rel="nofollow" href="https://www.tricksofit.com/2021/02/asp-net-interview-questions-and-answers-set-1">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="https://www.tricksofit.com/2021/02/asp-net-interview-questions-and-answers-set-1">ASP.NET Interview Questions and Answers SET – 1</a> appeared first on <a rel="nofollow" href="https://www.tricksofit.com">Tricks Of IT</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.tricksofit.com/2021/02/asp-net-interview-questions-and-answers-set-1/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>ADO.NET Interview Questions and Answers SET – 1</title>
		<link>https://www.tricksofit.com/2021/02/ado-net-interview-questions-and-answers-set-1</link>
					<comments>https://www.tricksofit.com/2021/02/ado-net-interview-questions-and-answers-set-1#respond</comments>
		
		<dc:creator><![CDATA[Tricksofit]]></dc:creator>
		<pubDate>Wed, 10 Feb 2021 06:24:07 +0000</pubDate>
				<category><![CDATA[Interview Questions Answers]]></category>
		<guid isPermaLink="false">https://www.tricksofit.com/?p=696</guid>

					<description><![CDATA[<p>Following are some basic Interview Questions and Answers of ADO.NET. What is the difference between ExecuteQuery() and ExecuteNonQuery()? ExecuteQuery is used for select query whereas ExecuteNonQuery is used for insert, update and delete queries ExecuteQuery returns result set whereas ExecuteNonQuery returns integer value(number of rows affected) What is a dataset? Dataset is the in-memory cache of data. The DataSet contains a collection of one or more DataTable objects made up &#8230;</p>
<p><a rel="nofollow" href="https://www.tricksofit.com/2021/02/ado-net-interview-questions-and-answers-set-1">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="https://www.tricksofit.com/2021/02/ado-net-interview-questions-and-answers-set-1">ADO.NET Interview Questions and Answers SET – 1</a> appeared first on <a rel="nofollow" href="https://www.tricksofit.com">Tricks Of IT</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.tricksofit.com/2021/02/ado-net-interview-questions-and-answers-set-1/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>.Net Architecture Interview Questions and Answers SET &#8211; 1</title>
		<link>https://www.tricksofit.com/2021/02/net-architecture-interview-questions-and-answers-set-1</link>
					<comments>https://www.tricksofit.com/2021/02/net-architecture-interview-questions-and-answers-set-1#respond</comments>
		
		<dc:creator><![CDATA[Tricksofit]]></dc:creator>
		<pubDate>Wed, 10 Feb 2021 05:43:29 +0000</pubDate>
				<category><![CDATA[Interview Questions Answers]]></category>
		<category><![CDATA[.Net]]></category>
		<guid isPermaLink="false">https://www.tricksofit.com/?p=693</guid>

					<description><![CDATA[<p>Following are some basic Interview Questions and Answers of .Net Architecture. What is application domain? The only way used to isolate applications running on the same machine is by the means of process boundaries..NET framework 2.0 introduces a new boundary called the Application Domains.Application Domain is required so that applications do not affect one another.A single CLR operating system process can contain multiple application domains. What is the difference between &#8230;</p>
<p><a rel="nofollow" href="https://www.tricksofit.com/2021/02/net-architecture-interview-questions-and-answers-set-1">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="https://www.tricksofit.com/2021/02/net-architecture-interview-questions-and-answers-set-1">.Net Architecture Interview Questions and Answers SET &#8211; 1</a> appeared first on <a rel="nofollow" href="https://www.tricksofit.com">Tricks Of IT</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.tricksofit.com/2021/02/net-architecture-interview-questions-and-answers-set-1/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to encode Non-ASCII characters in an Email Subject</title>
		<link>https://www.tricksofit.com/2021/01/how-to-encode-non-ascii-characters-in-an-email-subject</link>
					<comments>https://www.tricksofit.com/2021/01/how-to-encode-non-ascii-characters-in-an-email-subject#respond</comments>
		
		<dc:creator><![CDATA[Tricksofit]]></dc:creator>
		<pubDate>Wed, 27 Jan 2021 09:25:21 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">https://www.tricksofit.com/?p=691</guid>

					<description><![CDATA[<p>In this tutorial we will see how to send non-ASCII characters in an Email subject. You have probably already used UTF to send e-mails in different language than English or using characters outside the ASCII range. Specifying the use of UTF-8 in the body of e-mail is similar as for HTTP response. You can specify the content-type in an email header like below: But the subject of an e-mail is &#8230;</p>
<p><a rel="nofollow" href="https://www.tricksofit.com/2021/01/how-to-encode-non-ascii-characters-in-an-email-subject">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="https://www.tricksofit.com/2021/01/how-to-encode-non-ascii-characters-in-an-email-subject">How to encode Non-ASCII characters in an Email Subject</a> appeared first on <a rel="nofollow" href="https://www.tricksofit.com">Tricks Of IT</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.tricksofit.com/2021/01/how-to-encode-non-ascii-characters-in-an-email-subject/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Open Links in a Popup Window</title>
		<link>https://www.tricksofit.com/2021/01/how-to-open-links-in-a-popup-window</link>
					<comments>https://www.tricksofit.com/2021/01/how-to-open-links-in-a-popup-window#respond</comments>
		
		<dc:creator><![CDATA[Tricksofit]]></dc:creator>
		<pubDate>Mon, 18 Jan 2021 08:00:39 +0000</pubDate>
				<category><![CDATA[Tips & Tricks]]></category>
		<guid isPermaLink="false">http://www.tricksofit.com/?p=687</guid>

					<description><![CDATA[<p>Popup windows are not always desirable but there may be a genuine need for opening links in a popup window in web applications. In this post, I will show how to open link in a popup window. Open Link in a Popup Window Normally links get opened in the same window in which they are clicked in. To open them in a new window, we add target="_blank" attribute to links. &#8230;</p>
<p><a rel="nofollow" href="https://www.tricksofit.com/2021/01/how-to-open-links-in-a-popup-window">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="https://www.tricksofit.com/2021/01/how-to-open-links-in-a-popup-window">How to Open Links in a Popup Window</a> appeared first on <a rel="nofollow" href="https://www.tricksofit.com">Tricks Of IT</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.tricksofit.com/2021/01/how-to-open-links-in-a-popup-window/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Ping the Sitemap to Search Engines after update the Site</title>
		<link>https://www.tricksofit.com/2021/01/ping-the-sitemap-to-search-engines-after-update-the-site</link>
					<comments>https://www.tricksofit.com/2021/01/ping-the-sitemap-to-search-engines-after-update-the-site#respond</comments>
		
		<dc:creator><![CDATA[Tricksofit]]></dc:creator>
		<pubDate>Wed, 13 Jan 2021 12:21:47 +0000</pubDate>
				<category><![CDATA[Tips & Tricks]]></category>
		<guid isPermaLink="false">http://www.tricksofit.com/?p=683</guid>

					<description><![CDATA[<p>It is advisable that you submit the updated sitemap to the search engines like Google &#38; Bing to tell them about the updated content, when you publish a new post, or make changes to your site structure which updates the sitemap of your website. In this post, I will show how to ping the sitemap to Search Engines after update the site manually. If you are running a WordPress site &#8230;</p>
<p><a rel="nofollow" href="https://www.tricksofit.com/2021/01/ping-the-sitemap-to-search-engines-after-update-the-site">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="https://www.tricksofit.com/2021/01/ping-the-sitemap-to-search-engines-after-update-the-site">Ping the Sitemap to Search Engines after update the Site</a> appeared first on <a rel="nofollow" href="https://www.tricksofit.com">Tricks Of IT</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.tricksofit.com/2021/01/ping-the-sitemap-to-search-engines-after-update-the-site/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
