<?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>Tips n Tracks &#187; .NET Framework</title>
	<atom:link href="http://www.tipsntracks.com/category/faqs/net-framework-faqs/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tipsntracks.com</link>
	<description>knowledge Is Power</description>
	<lastBuildDate>Tue, 17 Jan 2012 07:58:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How many types of exception handlers are there in .NET ?</title>
		<link>http://www.tipsntracks.com/291/how-many-types-of-exception-handlers-are-there-in-net.html</link>
		<comments>http://www.tipsntracks.com/291/how-many-types-of-exception-handlers-are-there-in-net.html#comments</comments>
		<pubDate>Mon, 23 Nov 2009 11:59:24 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[FAQs]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=291</guid>
		<description><![CDATA[The exception information table represents four types of exception handlers for protected blocks: A finally handler that executes whenever the block exits, whether that occurs by normal control flow or by an unhandled exception. A fault handler that must execute if an exception occurs, but does not execute on completion of normal control flow. A [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/291/how-many-types-of-exception-handlers-are-there-in-net.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How the Runtime Manages Exceptions ?</title>
		<link>http://www.tipsntracks.com/289/how-the-runtime-manages-exceptions.html</link>
		<comments>http://www.tipsntracks.com/289/how-the-runtime-manages-exceptions.html#comments</comments>
		<pubDate>Mon, 23 Nov 2009 11:58:03 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[FAQs]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=289</guid>
		<description><![CDATA[The runtime uses an exception handling model based on exception objects and protected blocks of code. An Exception object is created to represent an exception when it occurs. The runtime creates an exception information table for each executable. Each method of the executable has an associated array of exception handling information (which can be empty) [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/289/how-the-runtime-manages-exceptions.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is an Exceptions?</title>
		<link>http://www.tipsntracks.com/288/what-is-an-exceptions.html</link>
		<comments>http://www.tipsntracks.com/288/what-is-an-exceptions.html#comments</comments>
		<pubDate>Mon, 23 Nov 2009 11:55:32 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[FAQs]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/288/what-is-an-exceptions.html</guid>
		<description><![CDATA[We code to make the program perfect and Error free; eventhough there is a chance of errors. All .NET Framework operations indicate failure by throwing exceptions. An exception is any error condition or unexpected behavior encountered by an executing program. Exceptions can be raised because of a fault in your code or in code you [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/288/what-is-an-exceptions.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Windows Presentation Foundation (WPF)?</title>
		<link>http://www.tipsntracks.com/263/what-is-windows-presentation-foundation-wpf.html</link>
		<comments>http://www.tipsntracks.com/263/what-is-windows-presentation-foundation-wpf.html#comments</comments>
		<pubDate>Tue, 13 Oct 2009 07:25:08 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[FAQs]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=263</guid>
		<description><![CDATA[The Microsoft Windows Presentation Foundation provides the foundation for building applications and high fidelity experiences in Windows Vista, blending together application UI, documents, and media content, while exploiting the full power of your computer. The functionality extends to the support for Tablet and other forms of input, a more modern imaging and printing pipeline, accessibility [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/263/what-is-windows-presentation-foundation-wpf.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Windows Communication Foundation (WCF)?</title>
		<link>http://www.tipsntracks.com/261/what-is-windows-communication-foundation-wcf.html</link>
		<comments>http://www.tipsntracks.com/261/what-is-windows-communication-foundation-wcf.html#comments</comments>
		<pubDate>Tue, 13 Oct 2009 07:24:07 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[FAQs]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=261</guid>
		<description><![CDATA[Windows Communication Foundation (formerly code-named &#8220;Indigo&#8221;) is a set of .NET technologies for building and running connected systems. It is a new breed of communications infrastructure built around the Web services architecture. Advanced Web services support in Windows Communication Foundation provides secure, reliable, and transacted messaging along with interoperability. The service-oriented programming model of Windows [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/261/what-is-windows-communication-foundation-wcf.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Windows Workflow Foundation (WF)?</title>
		<link>http://www.tipsntracks.com/259/what-is-windows-workflow-foundation-wf.html</link>
		<comments>http://www.tipsntracks.com/259/what-is-windows-workflow-foundation-wf.html#comments</comments>
		<pubDate>Tue, 13 Oct 2009 07:22:28 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[FAQs]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=259</guid>
		<description><![CDATA[Windows Workflow Foundation is the programming model, engine and tools for quickly building workflow enabled applications on Windows. It consists of a .NET Framework version 3.0 (formerly WinFX) namespace, an in-process workflow engine, and designers for Visual Studio 2005. Windows Workflow Foundation is available for both client and server versions of Windows. Windows Workflow Foundation [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/259/what-is-windows-workflow-foundation-wf.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Windows CardSpace (WCS, formerly InfoCard)?</title>
		<link>http://www.tipsntracks.com/257/what-is-windows-cardspace-wcs-formerly-infocard.html</link>
		<comments>http://www.tipsntracks.com/257/what-is-windows-cardspace-wcs-formerly-infocard.html#comments</comments>
		<pubDate>Tue, 13 Oct 2009 07:21:08 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[FAQs]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=257</guid>
		<description><![CDATA[Windows CardSpace is a Microsoft .NET Framework version 3.0 (formerly WinFX) component that provides the consistent user experience required by the identity metasystem. It is specifically hardened against tampering and spoofing to protect the end user&#8217;s digital identities and maintain end-user control. &#160;]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/257/what-is-windows-cardspace-wcs-formerly-infocard.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the Microsoft .NET Framework 3.0?</title>
		<link>http://www.tipsntracks.com/255/what-is-the-microsoft-net-framework-3-0.html</link>
		<comments>http://www.tipsntracks.com/255/what-is-the-microsoft-net-framework-3-0.html#comments</comments>
		<pubDate>Tue, 13 Oct 2009 07:20:03 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[FAQs]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=255</guid>
		<description><![CDATA[The Microsoft .NET Framework 3.0 (formerly known WinFX), is the new managed code programming model for Windows. .NET Framework 3.0 is combines the power of the .NET Framework 2.0 with four new technologies: Windows Presentation Foundation (WPF). Windows Communication Foundation (WCF). Windows Workflow Foundation (WF). Windows CardSpace (WCS, formerly “InfoCard”). &#160;]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/255/what-is-the-microsoft-net-framework-3-0.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Explain Microsoft intermediate language (MSIL) Assembler?</title>
		<link>http://www.tipsntracks.com/253/explain-microsoft-intermediate-language-msil-assembler.html</link>
		<comments>http://www.tipsntracks.com/253/explain-microsoft-intermediate-language-msil-assembler.html#comments</comments>
		<pubDate>Tue, 13 Oct 2009 07:18:35 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[FAQs]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=253</guid>
		<description><![CDATA[MSIL Assembler (Ilasm.exe) is a command line tool provides by .Net. The MSIL Assembler generates a portable executable (PE) file from MSIL assembly language. You can run the resulting executable, which contains MSIL and the required metadata, to determine whether the MSIL performs as expected. Syntax ilasm [options] filename [[options]filename&#8230;] Parameters filename The name of [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/253/explain-microsoft-intermediate-language-msil-assembler.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Microsoft intermediate language (MSIL)?</title>
		<link>http://www.tipsntracks.com/251/what-is-microsoft-intermediate-language-msil.html</link>
		<comments>http://www.tipsntracks.com/251/what-is-microsoft-intermediate-language-msil.html#comments</comments>
		<pubDate>Mon, 12 Oct 2009 15:15:09 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[FAQs]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=251</guid>
		<description><![CDATA[Common Intermediate Language (CIL) (formerly called Microsoft Intermediate Language or MSIL) is the lowest-level human-readable programming language in the Common Language Infrastructure and in the .NET Framework. Languages which target the .NET Framework compile to CIL, which is assembled into bytecode. CIL resembles an object-oriented assembly language, and is entirely stack-based. It is executed by [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/251/what-is-microsoft-intermediate-language-msil.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is .NET assembly?</title>
		<link>http://www.tipsntracks.com/249/what-is-net-assembly.html</link>
		<comments>http://www.tipsntracks.com/249/what-is-net-assembly.html#comments</comments>
		<pubDate>Mon, 12 Oct 2009 15:12:37 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[FAQs]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=249</guid>
		<description><![CDATA[Assemblies are the building blocks of .NET Framework applications; they form the fundamental unit of deployment, version control, reuse, activation scoping, and security permissions. An assembly is a collection of types and resources that are built to work together and form a logical unit of functionality. An assembly provides the common language runtime with the [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/249/what-is-net-assembly.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What functions an assembly performs?</title>
		<link>http://www.tipsntracks.com/247/what-functions-an-assembly-performs.html</link>
		<comments>http://www.tipsntracks.com/247/what-functions-an-assembly-performs.html#comments</comments>
		<pubDate>Mon, 12 Oct 2009 15:10:32 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[FAQs]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=247</guid>
		<description><![CDATA[An assembly performs the following functions: It contains code that the common language runtime executes. Microsoft intermediate language (MSIL) code in a portable executable (PE) file will not be executed if it does not have an associated assembly manifest. Note that each assembly can have only one entry point (that is, DllMain, WinMain, or Main). [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/247/what-functions-an-assembly-performs.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What are the Benefits of Metadata?</title>
		<link>http://www.tipsntracks.com/245/what-are-the-benefits-of-metadata.html</link>
		<comments>http://www.tipsntracks.com/245/what-are-the-benefits-of-metadata.html#comments</comments>
		<pubDate>Mon, 12 Oct 2009 15:08:47 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[FAQs]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=245</guid>
		<description><![CDATA[Metadata provides the following major benefits: Self-describing files – Common language runtime modules and assemblies are self-describing. A module&#8217;s metadata contains everything needed to interact with another module. Metadata automatically provides the functionality of IDL in COM, allowing you to use one file for both definition and implementation. Runtime modules and assemblies do not even [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/245/what-are-the-benefits-of-metadata.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How metadata is stored?</title>
		<link>http://www.tipsntracks.com/243/how-metadata-is-stored.html</link>
		<comments>http://www.tipsntracks.com/243/how-metadata-is-stored.html#comments</comments>
		<pubDate>Mon, 12 Oct 2009 15:07:10 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[FAQs]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=243</guid>
		<description><![CDATA[Assemblies contain tables of metadata. These tables are described by the CIL specification. The metadata tables will have zero or more entries and the position of an entry determines its index. When CIL code uses metadata it does so through a metadata token. This is a 32-bit value where the top 8 bits identify the [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/243/how-metadata-is-stored.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What are CLS features?</title>
		<link>http://www.tipsntracks.com/241/what-are-cls-features.html</link>
		<comments>http://www.tipsntracks.com/241/what-are-cls-features.html#comments</comments>
		<pubDate>Mon, 12 Oct 2009 07:12:14 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[FAQs]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=241</guid>
		<description><![CDATA[The CLS provides following advantages: Access to Complete .NET Framework hierarchy. High level of interoperability within languages.(e.g. &#8211; C# Class can be inherit from a Visual Basic class). Component is accessible from any programming language that supports the CLS. All CLS-compliant languages can produce verifiable code so the type safety of code possible. &#160;]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/241/what-are-cls-features.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is .NET metadata?</title>
		<link>http://www.tipsntracks.com/239/what-is-net-metadata.html</link>
		<comments>http://www.tipsntracks.com/239/what-is-net-metadata.html#comments</comments>
		<pubDate>Mon, 12 Oct 2009 07:09:18 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[FAQs]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=239</guid>
		<description><![CDATA[What is .NET metadata? In the past, a software component (.exe or .dll) written in one language could not easily use a software component written in another language. COM provided a step forward in solving this problem. The .NET Framework makes component interoperation even easier by allowing compilers to emit additional declarative information into all [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/239/what-is-net-metadata.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the Common Language Specification (CLS)?</title>
		<link>http://www.tipsntracks.com/237/what-is-the-common-language-specification-cls.html</link>
		<comments>http://www.tipsntracks.com/237/what-is-the-common-language-specification-cls.html#comments</comments>
		<pubDate>Mon, 12 Oct 2009 07:07:02 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[FAQs]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=237</guid>
		<description><![CDATA[The Common Language Specification (CLS), which is a set of basic language features needed by many .Net applications to fully interact with other objects regardless of the language in which they were implemented. The CLS represents the guidelines defined by for the .NET Framework. These specifications are normally used by the compiler developers and are [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/237/what-is-the-common-language-specification-cls.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Common Language Runtime?</title>
		<link>http://www.tipsntracks.com/235/what-is-common-language-runtime.html</link>
		<comments>http://www.tipsntracks.com/235/what-is-common-language-runtime.html#comments</comments>
		<pubDate>Mon, 12 Oct 2009 07:05:03 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[FAQs]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=235</guid>
		<description><![CDATA[The CLR is the layer of the .NET Framework that makes language independence work. Written mostly in Microsoft&#8217;s new language, C#, the CLR provides services that any .NET program can use. Because of .NET&#8217;s component architecture, software written in any language can call upon these services. Microsoft has also submitted a subset of the CLR [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/235/what-is-common-language-runtime.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How many types of the JIT (just in time) compiler ?</title>
		<link>http://www.tipsntracks.com/233/how-many-types-of-the-jit-just-in-time-compiler.html</link>
		<comments>http://www.tipsntracks.com/233/how-many-types-of-the-jit-just-in-time-compiler.html#comments</comments>
		<pubDate>Mon, 12 Oct 2009 07:03:00 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[FAQs]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=233</guid>
		<description><![CDATA[There are three types JIT (just in time) compiler. Those are as follows… Pre-JIT compiler (Compiles entire code into native code completely) Econo JIT compiler (Compiles code part by part freeing when required) Normal JIT compiler (Compiles only that part of code when called and places in cache) &#160;]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/233/how-many-types-of-the-jit-just-in-time-compiler.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is JIT?</title>
		<link>http://www.tipsntracks.com/230/what-is-jit.html</link>
		<comments>http://www.tipsntracks.com/230/what-is-jit.html#comments</comments>
		<pubDate>Sun, 11 Oct 2009 10:28:49 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[FAQs]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=230</guid>
		<description><![CDATA[JIT (just-in-time) is a CLR&#8217;s (Common Language Runtime) compiler. The JIT Compiler function is responsible for compiling a method&#8217;s IL code into native CPU instructions. Because the IL(intermediate language) is being compiled &#34;just in time,&#34; this component of the CLR is frequently referred to as a JITter or a JIT compiler. When JIT called, the [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/230/what-is-jit.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

