<?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; type</title>
	<atom:link href="http://tipsinterview.com/tag/type/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>Adhesive Non Skid Tape- A Safety Measure</title>
		<link>http://tipsinterview.com/2012/03/10/adhesive-non-skid-tape-a-safety-measure/</link>
		<comments>http://tipsinterview.com/2012/03/10/adhesive-non-skid-tape-a-safety-measure/#comments</comments>
		<pubDate>Sat, 10 Mar 2012 11:13:59 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Interview Tips]]></category>
		<category><![CDATA[danger spots]]></category>
		<category><![CDATA[dangerous areas]]></category>
		<category><![CDATA[industrial environment]]></category>
		<category><![CDATA[liability]]></category>
		<category><![CDATA[Measure]]></category>
		<category><![CDATA[moisture]]></category>
		<category><![CDATA[reflective safety tape]]></category>
		<category><![CDATA[slippery surfaces]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[type]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2012/03/10/adhesive-non-skid-tape-a-safety-measure/</guid>
		<description><![CDATA[An adhesive non skid tape is considered to be a great tool for maintaining safety and reducing liability in any industrial environment. It proves to be very useful at workplaces that are prone to moisture or spills. It is specially designed to alleviate slippery surfaces. An adhesive non skid tape is something that is a [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2012/03/10/adhesive-non-skid-tape-a-safety-measure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configure MySql .Net Connector with Entity Framework</title>
		<link>http://tipsinterview.com/2011/10/05/configure-mysql-net-connector-with-entity-framework/</link>
		<comments>http://tipsinterview.com/2011/10/05/configure-mysql-net-connector-with-entity-framework/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 07:47:28 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[input system]]></category>
		<category><![CDATA[Linq]]></category>
		<category><![CDATA[lt system]]></category>
		<category><![CDATA[object entity]]></category>
		<category><![CDATA[provider]]></category>
		<category><![CDATA[registration entry]]></category>
		<category><![CDATA[type]]></category>
		<category><![CDATA[web server application]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=609</guid>
		<description><![CDATA[To communicate from .NET code to MySQL database using Entity Framework we installed MySql .NET Connector. It worked fine out of the box on developer's workstations but once deployed to hosted web server application started to throw following error: [NotSupportedException: Unable to determine the provider name for connection of type 'MySql.Data.MySqlClient.MySqlConnection'.] System.Data.Entity.ModelConfiguration.Utilities.DbConnectionExtensions.GetProviderInvariantName(DbConnection connection) System.Data.Entity.ModelConfiguration.Utilities.DbConnectionExtensions.GetProviderInfo(DbConnection connection, [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2011/10/05/configure-mysql-net-connector-with-entity-framework/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>Interview Questions on Networking</title>
		<link>http://tipsinterview.com/2010/08/30/interview-questions-on-networking/</link>
		<comments>http://tipsinterview.com/2010/08/30/interview-questions-on-networking/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 08:35:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[data frames]]></category>
		<category><![CDATA[ip model]]></category>
		<category><![CDATA[method]]></category>
		<category><![CDATA[passive hub]]></category>
		<category><![CDATA[PCI]]></category>
		<category><![CDATA[sma connectors]]></category>
		<category><![CDATA[st connectors]]></category>
		<category><![CDATA[switch]]></category>
		<category><![CDATA[switching]]></category>
		<category><![CDATA[type]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=393</guid>
		<description><![CDATA[What are the factors that affect the performance of NIC? The following factors affect the performance of NIC, Bus Speed :- It depends on ISA or PCI slot. PCI has higher speed. Memory :- More the memory, better the performance. Memory Access Method :- DMA is faster than I/O method. What is datagram in a [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/08/30/interview-questions-on-networking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use performance monitor to diagnose bottlenecks in your application?</title>
		<link>http://tipsinterview.com/2010/07/10/how-to-use-performance-monitor-to-diagnose-bottlenecks-in-your-application/</link>
		<comments>http://tipsinterview.com/2010/07/10/how-to-use-performance-monitor-to-diagnose-bottlenecks-in-your-application/#comments</comments>
		<pubDate>Sat, 10 Jul 2010 06:47:09 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[critical reference]]></category>
		<category><![CDATA[graphical view]]></category>
		<category><![CDATA[monitor]]></category>
		<category><![CDATA[perfmon]]></category>
		<category><![CDATA[sampling intervals]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[trend]]></category>
		<category><![CDATA[trend lines]]></category>
		<category><![CDATA[type]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=352</guid>
		<description><![CDATA[Monitor is a tool built to assist you in diagnosing the problem. Type ‘perfmon’ in command prompt to access Performance Monitor The counters, sampling intervals, etc can be used to monitor the performance. A baseline should be established so that critical reference points, changes and trends can be observed and identified. Results can be made [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/07/10/how-to-use-performance-monitor-to-diagnose-bottlenecks-in-your-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Whats the difference betweeen Structure, Class and Enumeration</title>
		<link>http://tipsinterview.com/2010/05/30/whats-the-difference-betweeen-structure-class-and-enumeration-2/</link>
		<comments>http://tipsinterview.com/2010/05/30/whats-the-difference-betweeen-structure-class-and-enumeration-2/#comments</comments>
		<pubDate>Sun, 30 May 2010 00:31:18 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[distinct type]]></category>
		<category><![CDATA[enum]]></category>
		<category><![CDATA[int]]></category>
		<category><![CDATA[memory structures]]></category>
		<category><![CDATA[multiple inheritance]]></category>
		<category><![CDATA[stack allocation]]></category>
		<category><![CDATA[structure]]></category>
		<category><![CDATA[type]]></category>
		<category><![CDATA[virtual methods]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=297</guid>
		<description><![CDATA[Structures and Enumerations are Value-Types. This means, the data that they contain is stored as a stack on the memory. Classes are Reference-Types, means they are stored as a heap on the memory. Structures are implicitly derived from a class called System.ValueType. The purpose of System.ValueType is to override the virtual methods defined by System.Object. [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/05/30/whats-the-difference-betweeen-structure-class-and-enumeration-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Explain the concepts of CTS and CLS(Common Language Specification).</title>
		<link>http://tipsinterview.com/2010/05/02/explain-the-concepts-of-cts-and-clscommon-language-specification/</link>
		<comments>http://tipsinterview.com/2010/05/02/explain-the-concepts-of-cts-and-clscommon-language-specification/#comments</comments>
		<pubDate>Sun, 02 May 2010 07:58:56 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[CLS]]></category>
		<category><![CDATA[CTS]]></category>
		<category><![CDATA[data types]]></category>
		<category><![CDATA[Declaration]]></category>
		<category><![CDATA[different languages]]></category>
		<category><![CDATA[integer data type]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[language infrastructure]]></category>
		<category><![CDATA[type]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=260</guid>
		<description><![CDATA[CTS When different languages are integrated and want to communicate, it is certain that the languages have their own data types and different declaration styles. CTS define how these different variables are declared and used in run time. E.g. VB offers an Integer data type while C++ offers long data type. Using CTS, these data [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/05/02/explain-the-concepts-of-cts-and-clscommon-language-specification/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Data Dictionary Queries for Oracle</title>
		<link>http://tipsinterview.com/2010/03/24/data-dictionary-queries-for-oracle/</link>
		<comments>http://tipsinterview.com/2010/03/24/data-dictionary-queries-for-oracle/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 08:40:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[dba]]></category>
		<category><![CDATA[objectswhere]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[owner]]></category>
		<category><![CDATA[scott]]></category>
		<category><![CDATA[sys]]></category>
		<category><![CDATA[type]]></category>
		<category><![CDATA[type sequence]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/03/24/data-dictionary-queries-for-oracle/</guid>
		<description><![CDATA[For ORACLE select * from sys.dba_objectswhere owner = 'scott'and object_type='TABLE' SELECT owner, object_name, object_type FROM sys.dba_objectswhere object_type='SEQUENCE' and owner='scott';]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/03/24/data-dictionary-queries-for-oracle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C# interview questions and answers</title>
		<link>http://tipsinterview.com/2010/03/03/c-interview-questions-and-answers-2/</link>
		<comments>http://tipsinterview.com/2010/03/03/c-interview-questions-and-answers-2/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 04:50:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[dynamic type]]></category>
		<category><![CDATA[garbage collection]]></category>
		<category><![CDATA[keyword]]></category>
		<category><![CDATA[objective type]]></category>
		<category><![CDATA[pointer]]></category>
		<category><![CDATA[question title]]></category>
		<category><![CDATA[quot]]></category>
		<category><![CDATA[type]]></category>
		<category><![CDATA[type variables]]></category>
		<category><![CDATA[yield]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/03/03/c-interview-questions-and-answers-2/</guid>
		<description><![CDATA[I need to restrict a class by creating only one object throughout the application. How can I achieve this? We can declare the constructor of the class as either protected or as private int? d = 1; Type testType = d.GetType(); will result… NOTE: This is objective type question, Please click question title for correct [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/03/03/c-interview-questions-and-answers-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C# interview questions with answers</title>
		<link>http://tipsinterview.com/2010/02/28/c-interview-questions-with-answers-2/</link>
		<comments>http://tipsinterview.com/2010/02/28/c-interview-questions-with-answers-2/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 04:49:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[c array]]></category>
		<category><![CDATA[c delegate]]></category>
		<category><![CDATA[c delegates]]></category>
		<category><![CDATA[c preprocessor directives]]></category>
		<category><![CDATA[conditional compilation]]></category>
		<category><![CDATA[keyword]]></category>
		<category><![CDATA[loop]]></category>
		<category><![CDATA[type]]></category>
		<category><![CDATA[use]]></category>
		<category><![CDATA[value]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/02/28/c-interview-questions-with-answers-2/</guid>
		<description><![CDATA[What are the different method parameter modifiers in C#? out ref params What are the different Iteration Constructs in C#? for loop foreach/in loop while loop do/while loop What is the use of ?? operator in C#? This operator allows you to assign a value to a nullable type if the retrieved value is in [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/02/28/c-interview-questions-with-answers-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

