<?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; language</title>
	<atom:link href="http://tipsinterview.com/tag/language/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>Questions on XSLT and xPath in .NET</title>
		<link>http://tipsinterview.com/2010/05/18/questions-on-xslt-and-xpath-in-net/</link>
		<comments>http://tipsinterview.com/2010/05/18/questions-on-xslt-and-xpath-in-net/#comments</comments>
		<pubDate>Tue, 18 May 2010 08:28:14 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[assembly system]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[Define]]></category>
		<category><![CDATA[document]]></category>
		<category><![CDATA[document type definition]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[schema definition language]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[xml document]]></category>
		<category><![CDATA[xml documents]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=283</guid>
		<description><![CDATA[Define XSLT. XSLT language is used for transforming XML documents into XHTML documents. It also transforms XML into another XML document. What is XPATH? XPath is a language that is used to navigate through XML documents.It can find information in an XML document like elements and attributes. Define XMLReader Class. The XMLReader Class (Assembly: System.Xml.dll) [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/05/18/questions-on-xslt-and-xpath-in-net/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>.NET interview: What is a CLR (Common Language Runtime)?</title>
		<link>http://tipsinterview.com/2010/04/16/net-interview-what-is-a-clr-common-language-runtime/</link>
		<comments>http://tipsinterview.com/2010/04/16/net-interview-what-is-a-clr-common-language-runtime/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 00:55:50 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[common language runtime]]></category>
		<category><![CDATA[cross language]]></category>
		<category><![CDATA[different languages]]></category>
		<category><![CDATA[garbage collection]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[language compilers]]></category>
		<category><![CDATA[run]]></category>
		<category><![CDATA[Runtime]]></category>
		<category><![CDATA[time]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/04/16/net-interview-what-is-a-clr-common-language-runtime/</guid>
		<description><![CDATA[Often there is a need for different languages to communicate with each other at run time. For e.g. A class may be written in one language and its derived class may be written in a different language. Common Language Runtime is a run time environment for .NET. These different languages are integrated and can communicate [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/04/16/net-interview-what-is-a-clr-common-language-runtime/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interview Question: Observations between VB.NET and VC#.NET?</title>
		<link>http://tipsinterview.com/2010/02/07/interview-question-observations-between-vb-net-and-vc-net/</link>
		<comments>http://tipsinterview.com/2010/02/07/interview-question-observations-between-vb-net-and-vc-net/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 08:54:27 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[client server applications]]></category>
		<category><![CDATA[consistent method]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[microsoft programming]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[programming effort]]></category>
		<category><![CDATA[uniform architecture]]></category>
		<category><![CDATA[Visual]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/02/07/interview-question-observations-between-vb-net-and-vc-net/</guid>
		<description><![CDATA[Choosing a programming language depends on your language experience and the scope of the application you are building. While small applications are often created using only one language, it is not uncommon to develop large applications using multiple languages. For example, if you are extending an application with existing XML Web services, you might use [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/02/07/interview-question-observations-between-vb-net-and-vc-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET Features and Advantages</title>
		<link>http://tipsinterview.com/2010/01/12/asp-net-features-and-advantages/</link>
		<comments>http://tipsinterview.com/2010/01/12/asp-net-features-and-advantages/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 04:22:24 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[ASP]]></category>
		<category><![CDATA[authentication schemes]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[compatible language]]></category>
		<category><![CDATA[dot net framework]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[memory leaks]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[xml web services]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/01/12/asp-net-features-and-advantages/</guid>
		<description><![CDATA[ASP.NET is a compiled, .NET-based environment; you can code the applications in any .NET compatible language, including Visual Basic .NET, C#, and JScript .NET. Additionally, the entire .NET Framework is available to any ASP.NET application. ASP.NET has been designed with scalability in mind, with features specifically tailored to improve performance in clustered and multiprocessor environments. [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/01/12/asp-net-features-and-advantages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Frequently asked JSP Interview Questions</title>
		<link>http://tipsinterview.com/2009/12/22/5-frequently-asked-jsp-interview-questions/</link>
		<comments>http://tipsinterview.com/2009/12/22/5-frequently-asked-jsp-interview-questions/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 09:34:03 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Declaration]]></category>
		<category><![CDATA[Expression]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[JSP]]></category>
		<category><![CDATA[jsp engine]]></category>
		<category><![CDATA[jsp tags]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[language expression]]></category>
		<category><![CDATA[method declarations]]></category>
		<category><![CDATA[scriptlet]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2009/12/22/5-frequently-asked-jsp-interview-questions/</guid>
		<description><![CDATA[Q:&#160; What is a Expression? A: An expression tag contains a scripting language expression that is evaluated, converted to a String, and inserted where the expression appears in the JSP file. Because the value of an expression is converted to a String, you can use an expression within text in a JSP file. Like &#60;%= [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2009/12/22/5-frequently-asked-jsp-interview-questions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 19 Basic .NET and ASP.NET interview questions</title>
		<link>http://tipsinterview.com/2009/12/18/top-19-basic-net-and-asp-net-interview-questions/</link>
		<comments>http://tipsinterview.com/2009/12/18/top-19-basic-net-and-asp-net-interview-questions/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 10:49:31 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[intermediate language]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[memory database]]></category>
		<category><![CDATA[msil]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[server side validation]]></category>
		<category><![CDATA[side]]></category>
		<category><![CDATA[smart navigation]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=3</guid>
		<description><![CDATA[How many languages .NET is supporting now? - When .NET was introduced it came with several languages. VB.NET, C#, COBOL and Perl, etc. The site DotNetLanguages.Net says 44 languages are supported. How is .NET able to support multiple languages? - a language should comply with the Common Language Runtime standard to become a .NET language. [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2009/12/18/top-19-basic-net-and-asp-net-interview-questions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

