<?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; assembly</title>
	<atom:link href="http://tipsinterview.com/tag/assembly/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>Error message when you try to install SQL Server 2008 if the path of the SQL Server 2008 installation media contains a number sign (#) character: &#8220;Could not load file or assembly &#8216;&lt;Path&gt;\Mi &#8230;</title>
		<link>http://tipsinterview.com/2012/02/09/error-message-when-you-try-to-install-sql-server-2008-if-the-path-of-the-sql-server-2008-installation-media-contains-a-number-sign-character-could-not-load-file-or-assembly-pathmi/</link>
		<comments>http://tipsinterview.com/2012/02/09/error-message-when-you-try-to-install-sql-server-2008-if-the-path-of-the-sql-server-2008-installation-media-contains-a-number-sign-character-could-not-load-file-or-assembly-pathmi/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 06:45:41 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Interview Tips]]></category>
		<category><![CDATA[assembly]]></category>
		<category><![CDATA[chainer]]></category>
		<category><![CDATA[documents and settings]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[microsoft sql server]]></category>
		<category><![CDATA[microsoft sqlserver]]></category>
		<category><![CDATA[Setup]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[type microsoft]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2012/02/09/error-message-when-you-try-to-install-sql-server-2008-if-the-path-of-the-sql-server-2008-installation-media-contains-a-number-sign-character-could-not-load-file-or-assembly-pathmi/</guid>
		<description><![CDATA[SymptomsWhen you try to install Microsoft SQL Server 2008 from a local path or from a network path, you receive the following error message: Could not load file or assembly 'Path\Microsoft.SQL.Chainer.PackageData.dll' or one of its dependencies. The system cannot find the file specified.This issue occurs if the path of the SQL Server 2008 installation media [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2012/02/09/error-message-when-you-try-to-install-sql-server-2008-if-the-path-of-the-sql-server-2008-installation-media-contains-a-number-sign-character-could-not-load-file-or-assembly-pathmi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When should I use WPF instead of DirectX?</title>
		<link>http://tipsinterview.com/2011/08/29/when-should-i-use-wpf-instead-of-directx/</link>
		<comments>http://tipsinterview.com/2011/08/29/when-should-i-use-wpf-instead-of-directx/#comments</comments>
		<pubDate>Mon, 29 Aug 2011 01:40:27 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[3d models]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[assembly]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[differentiator]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[level abstraction]]></category>
		<category><![CDATA[level interface]]></category>
		<category><![CDATA[measuring performance]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=593</guid>
		<description><![CDATA[DirectX is definitely not dead and is still more appropriate than WPF for advanced developers writing hard-core “twitch games” or applications with complex 3D models where you need maximum performance. That said, it’s easy to write a naive DirectX application that performs far worse than a similar WPF application. DirectX is a low-level interface to [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2011/08/29/when-should-i-use-wpf-instead-of-directx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Describe the basic schema of a .config file.</title>
		<link>http://tipsinterview.com/2010/07/09/describe-the-basic-schema-of-a-config-file/</link>
		<comments>http://tipsinterview.com/2010/07/09/describe-the-basic-schema-of-a-config-file/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 06:46:56 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[assembly]]></category>
		<category><![CDATA[behavior network]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[language provider]]></category>
		<category><![CDATA[level element]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[Runtime]]></category>
		<category><![CDATA[schema mapping]]></category>
		<category><![CDATA[schema specification]]></category>
		<category><![CDATA[Settings]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=350</guid>
		<description><![CDATA[Configuration File Schema for the .NET Framework Configuration Files are standard XML files. The elements that implement configuration settings are: &#60;configuration&#62; Element is the top-level element for all configuration files. &#60;assemblyBinding&#62; Element specifies assembly binding policy at the configuration level. &#60;linkedConfiguration&#62; Element specifies a configuration file to include. The configuration schema is for the machine [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/07/09/describe-the-basic-schema-of-a-config-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Explain the concepts and capabilities of Assembly in .NET.</title>
		<link>http://tipsinterview.com/2010/04/30/explain-the-concepts-and-capabilities-of-assembly-in-net/</link>
		<comments>http://tipsinterview.com/2010/04/30/explain-the-concepts-and-capabilities-of-assembly-in-net/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 07:58:02 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[Assemblies]]></category>
		<category><![CDATA[assembly]]></category>
		<category><![CDATA[collection]]></category>
		<category><![CDATA[denial]]></category>
		<category><![CDATA[logical unit]]></category>
		<category><![CDATA[maintaining security]]></category>
		<category><![CDATA[reusability]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[security issues]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=257</guid>
		<description><![CDATA[An assembly is a collection of files (dll’s, exe’s), group of resources that help in creating a logical unit of functionality. It forms the basic building block for deployment, reusability and security issues. It provides a CLR environment. It helps in maintaining security as it grants grant or denial of permissions. When an application starts [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/04/30/explain-the-concepts-and-capabilities-of-assembly-in-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.NET interview: The concepts and capabilities of Assembly in .NET.</title>
		<link>http://tipsinterview.com/2010/04/17/net-interview-the-concepts-and-capabilities-of-assembly-in-net/</link>
		<comments>http://tipsinterview.com/2010/04/17/net-interview-the-concepts-and-capabilities-of-assembly-in-net/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 00:56:15 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Interview Tips]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[Assemblies]]></category>
		<category><![CDATA[assembly]]></category>
		<category><![CDATA[collection]]></category>
		<category><![CDATA[denial]]></category>
		<category><![CDATA[logical unit]]></category>
		<category><![CDATA[maintaining security]]></category>
		<category><![CDATA[reusability]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[security issues]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=241</guid>
		<description><![CDATA[An assembly is a collection of files (dll’s, exe’s), group of resources that help in creating a logical unit of functionality. It forms the basic building block for deployment, reusability and security issues. It provides a CLR environment. It helps in maintaining security as it grants grant or denial of permissions. When an application starts [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/04/17/net-interview-the-concepts-and-capabilities-of-assembly-in-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What are different types of directives in .NET?</title>
		<link>http://tipsinterview.com/2010/03/20/what-are-different-types-of-directives-in-net-2/</link>
		<comments>http://tipsinterview.com/2010/03/20/what-are-different-types-of-directives-in-net-2/#comments</comments>
		<pubDate>Sat, 20 Mar 2010 02:31:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[adrotator]]></category>
		<category><![CDATA[aspx files]]></category>
		<category><![CDATA[assembly]]></category>
		<category><![CDATA[assembly name]]></category>
		<category><![CDATA[concise notation]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[import namespace]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[quot]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/03/20/what-are-different-types-of-directives-in-net-2/</guid>
		<description><![CDATA[@Page: Defines page-specific attributes used by the ASP.NET page parser and compiler. Can be included only in .aspx files &#60;%@ Page AspCompat=&#34;TRUE&#34; language=&#34;C#&#34; %&#62; @Control:Defines control-specific attributes used by the ASP.NET page parser and compiler. Can be included only in .ascx files. &#60;%@ Control Language=&#34;VB&#34; EnableViewState=&#34;false&#34; %&#62; @Import: Explicitly imports a namespace into a page [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/03/20/what-are-different-types-of-directives-in-net-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>asp.net interview questions and answers</title>
		<link>http://tipsinterview.com/2010/03/18/asp-net-interview-questions-and-answers/</link>
		<comments>http://tipsinterview.com/2010/03/18/asp-net-interview-questions-and-answers/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 02:27:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[application variable]]></category>
		<category><![CDATA[assembly]]></category>
		<category><![CDATA[Const]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[dataset]]></category>
		<category><![CDATA[design time]]></category>
		<category><![CDATA[logical design]]></category>
		<category><![CDATA[resource files]]></category>
		<category><![CDATA[time diff]]></category>
		<category><![CDATA[value]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/03/18/asp-net-interview-questions-and-answers/</guid>
		<description><![CDATA[How do we do paging in gridview? Make Allowpaging=true also specify the PageIndex as some value Namespace and Assembly? Namespace is a logical design-time naming convenience, whereas an assembly establishes the name scope for types at run time. Diff b/w dataset.clone and dataset.copy dataset.clone copies just the structure of dataset (including all the datatables, schemas, [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/03/18/asp-net-interview-questions-and-answers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C# interview questions and answers</title>
		<link>http://tipsinterview.com/2010/03/13/c-interview-questions-and-answers-3/</link>
		<comments>http://tipsinterview.com/2010/03/13/c-interview-questions-and-answers-3/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 00:36:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Array]]></category>
		<category><![CDATA[assembly]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[dll hell]]></category>
		<category><![CDATA[Exception]]></category>
		<category><![CDATA[function pointers]]></category>
		<category><![CDATA[msi installer]]></category>
		<category><![CDATA[multilingual application]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[xcopy command]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/03/13/c-interview-questions-and-answers-3/</guid>
		<description><![CDATA[1. What’s the advantage of using System.Text.StringBuilder over System.String? StringBuilder is more efficient in cases where a large amount of manipulation is done in the text. Strings are immutable, so it is increasingly being operated, a new instance is created. 2. Can you store multiple data types in System.Array? No. 3. What’s the difference between [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/03/13/c-interview-questions-and-answers-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>simple C# interview question that most developer fails</title>
		<link>http://tipsinterview.com/2010/03/12/simple-c-interview-question-that-most-developer-fails/</link>
		<comments>http://tipsinterview.com/2010/03/12/simple-c-interview-question-that-most-developer-fails/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 00:35:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[assembly]]></category>
		<category><![CDATA[c code]]></category>
		<category><![CDATA[c developer]]></category>
		<category><![CDATA[comments section]]></category>
		<category><![CDATA[myUser]]></category>
		<category><![CDATA[name]]></category>
		<category><![CDATA[property]]></category>
		<category><![CDATA[string name]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/03/12/simple-c-interview-question-that-most-developer-fails/</guid>
		<description><![CDATA[How do you define a property read only for the outside world and writable for the same assembly classes? For example I have a class named User where everyone outside the assembly can read the string ‘Name’ property but cannot set it. However the classes inside the assembly is able to set the property.&#160; I [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/03/12/simple-c-interview-question-that-most-developer-fails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What are different types of directives in .NET?</title>
		<link>http://tipsinterview.com/2010/03/01/what-are-different-types-of-directives-in-net/</link>
		<comments>http://tipsinterview.com/2010/03/01/what-are-different-types-of-directives-in-net/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 00:40:39 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[adrotator]]></category>
		<category><![CDATA[aspx files]]></category>
		<category><![CDATA[assembly]]></category>
		<category><![CDATA[assembly name]]></category>
		<category><![CDATA[concise notation]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[import namespace]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[quot]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/03/01/what-are-different-types-of-directives-in-net/</guid>
		<description><![CDATA[@Page: Defines page-specific attributes used by the ASP.NET page parser and compiler. Can be included only in .aspx files &#60;%@ Page AspCompat=&#34;TRUE&#34; language=&#34;C#&#34; %&#62; @Control:Defines control-specific attributes used by the ASP.NET page parser and compiler. Can be included only in .ascx files. &#60;%@ Control Language=&#34;VB&#34; EnableViewState=&#34;false&#34; %&#62; @Import: Explicitly imports a namespace into a page [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/03/01/what-are-different-types-of-directives-in-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

