<?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 &#187; silverlight</title>
	<atom:link href="http://interview.msdotnetheaven.com/topics/microsoft-net-interview-questions/silverlight-interview-questions-and-answers/feed" rel="self" type="application/rss+xml" />
	<link>http://interview.msdotnetheaven.com</link>
	<description>Best place for interview preparation</description>
	<lastBuildDate>Sat, 21 May 2011 21:43:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>What is the difference between WPF and Silverlight?</title>
		<link>http://interview.msdotnetheaven.com/microsoft-net-interview-questions/silverlight-interview-questions-and-answers/what-is-the-difference-between-wpf-and-silverlight.html</link>
		<comments>http://interview.msdotnetheaven.com/microsoft-net-interview-questions/silverlight-interview-questions-and-answers/what-is-the-difference-between-wpf-and-silverlight.html#comments</comments>
		<pubDate>Fri, 07 Aug 2009 18:43:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[silverlight]]></category>
		<category><![CDATA[ineterview questions and answers]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://www.interview.msdotnetheaven.com/?p=16</guid>
		<description><![CDATA[Silverlight uses a particular implementation of a XAML parser, with that parser being part of the Silverlight core install. In some cases, the parsing behavior differs from the parsing behavior in Windows Presentation Foundation (WPF), which also has a particular implementation.
http://msdn.microsoft.com/en-us/library/cc917841(VS.95).aspx
  Tweet This Post

Related posts:Silverlight Frequently Asked Questions
What is XAML ?



Related posts:<ol><li><a href='http://interview.msdotnetheaven.com/microsoft-net-interview-questions/silverlight-interview-questions-and-answers/silverlight-frequently-asked-questions.html' rel='bookmark' title='Permanent Link: Silverlight Frequently Asked Questions'>Silverlight Frequently Asked Questions</a></li>
<li><a href='http://interview.msdotnetheaven.com/microsoft-net-interview-questions/silverlight-interview-questions-and-answers/what-is-xaml.html' rel='bookmark' title='Permanent Link: What is XAML ?'>What is XAML ?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Silverlight uses a particular implementation of a XAML parser, with that parser being part of the Silverlight core install. In some cases, the parsing behavior differs from the parsing behavior in Windows Presentation Foundation (WPF), which also has a particular implementation.</p>
<p><a title="WPF and Silverlight" href="http://msdn.microsoft.com/en-us/library/cc917841(VS.95).aspx" target="_blank">http://msdn.microsoft.com/en-us/library/cc917841(VS.95).aspx</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/home/?status=What+is+the+difference+between+WPF+and+Silverlight%3F+http%3A%2F%2Ftinyurl.com%2F4a46wv5" title="Post to Twitter"><img class="nothumb" src="http://interview.msdotnetheaven.com/wp-content/plugins/tweet-this/icons/de/twitter/de/tt-twitter-micro4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=What+is+the+difference+between+WPF+and+Silverlight%3F+http%3A%2F%2Ftinyurl.com%2F4a46wv5" title="Post to Twitter">Tweet This Post</a></p></div><img src="http://interview.msdotnetheaven.com/?ak_action=api_record_view&id=16&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://interview.msdotnetheaven.com/microsoft-net-interview-questions/silverlight-interview-questions-and-answers/silverlight-frequently-asked-questions.html' rel='bookmark' title='Permanent Link: Silverlight Frequently Asked Questions'>Silverlight Frequently Asked Questions</a></li>
<li><a href='http://interview.msdotnetheaven.com/microsoft-net-interview-questions/silverlight-interview-questions-and-answers/what-is-xaml.html' rel='bookmark' title='Permanent Link: What is XAML ?'>What is XAML ?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://interview.msdotnetheaven.com/microsoft-net-interview-questions/silverlight-interview-questions-and-answers/what-is-the-difference-between-wpf-and-silverlight.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is XAML ?</title>
		<link>http://interview.msdotnetheaven.com/microsoft-net-interview-questions/silverlight-interview-questions-and-answers/what-is-xaml.html</link>
		<comments>http://interview.msdotnetheaven.com/microsoft-net-interview-questions/silverlight-interview-questions-and-answers/what-is-xaml.html#comments</comments>
		<pubDate>Fri, 07 Aug 2009 18:39:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[silverlight]]></category>
		<category><![CDATA[xaml]]></category>

		<guid isPermaLink="false">http://www.interview.msdotnetheaven.com/?p=14</guid>
		<description><![CDATA[XAML : stands for eXtensible Application Markup Language and pronounced as zammel.
XAML : combined with the next-gen Windows graphics kernel (code-named Avalon) is an all-in-one markup language for hypertext (HTML), vector graphics (SVG), animations (Flash,SMIL), print documents (PDF,XSL-FO), forms (XForms,XUL), and much more.
For more details please visit : http://www.dotnetspider.com/resources/25508-XAML-net-A-Step-Ahead-Series.aspx
  Tweet This Post

Related posts:Silverlight Frequently Asked Questions
What is the difference between WPF and Silverlight?
What are Classes and structures



Related posts:<ol><li><a href='http://interview.msdotnetheaven.com/microsoft-net-interview-questions/silverlight-interview-questions-and-answers/silverlight-frequently-asked-questions.html' rel='bookmark' title='Permanent Link: Silverlight Frequently Asked Questions'>Silverlight Frequently Asked Questions</a></li>
<li><a href='http://interview.msdotnetheaven.com/microsoft-net-interview-questions/silverlight-interview-questions-and-answers/what-is-the-difference-between-wpf-and-silverlight.html' rel='bookmark' title='Permanent Link: What is the difference between WPF and Silverlight?'>What is the difference between WPF and Silverlight?</a></li>
<li><a href='http://interview.msdotnetheaven.com/microsoft-net-interview-questions/what-are-classes-and-structures.html' rel='bookmark' title='Permanent Link: What are Classes and structures'>What are Classes and structures</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><span style="color: #008000; font-family: Georgia;"><strong>XAML : </strong>stands for eXtensible Application Markup Language and pronounced as <strong>zammel</strong>.</p>
<p><strong>XAML : </strong>combined with the next-gen Windows graphics kernel (code-named Avalon) is an all-in-one markup language for hypertext (HTML), vector graphics (SVG), animations (Flash,SMIL), print documents (PDF,XSL-FO), forms (XForms,XUL), and much more.</p>
<p>For more details please visit : <a title="What is Xaml" href="http://www.dotnetspider.com/resources/25508-XAML-net-A-Step-Ahead-Series.aspx" target="_blank">http://www.dotnetspider.com/resources/25508-XAML-net-A-Step-Ahead-Series.aspx</a></span></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/home/?status=What+is+XAML+%3F+http%3A%2F%2Ftinyurl.com%2F3guunmx" title="Post to Twitter"><img class="nothumb" src="http://interview.msdotnetheaven.com/wp-content/plugins/tweet-this/icons/de/twitter/de/tt-twitter-micro4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=What+is+XAML+%3F+http%3A%2F%2Ftinyurl.com%2F3guunmx" title="Post to Twitter">Tweet This Post</a></p></div><img src="http://interview.msdotnetheaven.com/?ak_action=api_record_view&id=14&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://interview.msdotnetheaven.com/microsoft-net-interview-questions/silverlight-interview-questions-and-answers/silverlight-frequently-asked-questions.html' rel='bookmark' title='Permanent Link: Silverlight Frequently Asked Questions'>Silverlight Frequently Asked Questions</a></li>
<li><a href='http://interview.msdotnetheaven.com/microsoft-net-interview-questions/silverlight-interview-questions-and-answers/what-is-the-difference-between-wpf-and-silverlight.html' rel='bookmark' title='Permanent Link: What is the difference between WPF and Silverlight?'>What is the difference between WPF and Silverlight?</a></li>
<li><a href='http://interview.msdotnetheaven.com/microsoft-net-interview-questions/what-are-classes-and-structures.html' rel='bookmark' title='Permanent Link: What are Classes and structures'>What are Classes and structures</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://interview.msdotnetheaven.com/microsoft-net-interview-questions/silverlight-interview-questions-and-answers/what-is-xaml.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Silverlight Frequently Asked Questions</title>
		<link>http://interview.msdotnetheaven.com/microsoft-net-interview-questions/silverlight-interview-questions-and-answers/silverlight-frequently-asked-questions.html</link>
		<comments>http://interview.msdotnetheaven.com/microsoft-net-interview-questions/silverlight-interview-questions-and-answers/silverlight-frequently-asked-questions.html#comments</comments>
		<pubDate>Fri, 07 Aug 2009 18:09:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[silverlight]]></category>
		<category><![CDATA[FAQ]]></category>
		<category><![CDATA[interview questions and answers]]></category>
		<category><![CDATA[Silverlight FAQ]]></category>

		<guid isPermaLink="false">http://www.interview.msdotnetheaven.com/?p=6</guid>
		<description><![CDATA[Silverlight Frequently Asked Questions


Related posts:<ol><li><a href='http://interview.msdotnetheaven.com/microsoft-net-interview-questions/silverlight-interview-questions-and-answers/what-is-the-difference-between-wpf-and-silverlight.html' rel='bookmark' title='Permanent Link: What is the difference between WPF and Silverlight?'>What is the difference between WPF and Silverlight?</a></li>
<li><a href='http://interview.msdotnetheaven.com/microsoft-net-interview-questions/silverlight-interview-questions-and-answers/what-is-xaml.html' rel='bookmark' title='Permanent Link: What is XAML ?'>What is XAML ?</a></li>
<li><a href='http://interview.msdotnetheaven.com/microsoft-net-interview-questions/linq/define-lambda-expressions.html' rel='bookmark' title='Permanent Link: Define Lambda expressions'>Define Lambda expressions</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Here are some Silverlight FAQ:</p>
<p><strong>Q. What is Silverlight Tool Kit?</strong><br />
<strong>Ans:</strong> To create anÃ‚Â application or game you need to design, code and give some extra feature to your output.</p>
<p>To do the above, you need some controls, IDE etc.<br />
<strong>Silverlight Tool kit</strong> is nothing but is a collection of Silverlight Tools, Components etc. It includes source code describing the all you need to develop an application.</p>
<p>Please visit this link for more info:<a href="http://www.codeplex.com/Silverlight">http://www.codeplex.com/Silverlight</a></p>
<p><strong>Q. Can I add more than one .xaml pages in silverlight application?</strong><br />
<strong>Ans:</strong> Yes, you can have multiple .xaml files in a single project.<br />
In the App.xaml, in the method Application_Startup you can choose, which page you want to initially display.</p>
<p><strong>Q. How can I create image pieces/sub image?</strong><br />
<strong>Ans: </strong>In straight way you canÃ¢â‚¬Ât create a subimage from an existing image. Here you just clip an image, Clipping is just different from Cropping. In clipping, first you have to dictate which part of the images to draw and later you have to remove all but the desired part of the image. Silverlight does not support cropping.</p>
<p><strong>Q. How does Silverlight 2 differ from Adobe Flash?</strong><br />
<strong>Ans: </strong>As I am from .Net background so in my views you can get C# / Vb.net compiled code but in Flash there is only action script.<br />
You can find difference in depth at : <a href="http://silverlight.net/forums/t/3015.aspx">http://silverlight.net/forums/t/3015.aspx</a></p>
<p><strong>Q. How can I switch to Expression Blend from Visual Studio?</strong><br />
<strong>Ans: </strong>Expression blend provide great extensibility for XAML files.To switch to Expression Blend, right-click on the XAML file and select Open in Expression Blend.</p>
<p><strong>Q. What happened when I press F5 within Visual Studio to run Silverlight application?</strong><br />
<strong>Ans: </strong>When you run the Silverlight application within Visual Studio, a new folder created in the web-site project for silverlight solution and it happened only first time. The folder name is ClientBin and having package with XAP extension which contains compiled project.</p>
<p><strong>Q. Can you elaborate how to start a silverlight application with Visual Studio?</strong><br />
<strong>Ans :</strong> You can find a fully described article from http://www.silverlightclub.com/resources/1858-silverlight-lets-start-building-applications.aspx.aspx<br />
In the following step(s) I am giving the ideas all about:</p>
<p>1.Create a project:Here you just start your visual studio, Select your programming language [C#/VB], Choose Silverligh Template give the name and save it.</p>
<p>2. Adding SIlverlight COntrols:One thing is happened here, controls cannot dragged onto the designer, you can draw/drag the controls on XAML page.</p>
<p>(a) Naming to control:In this step just give the name to your silverligt control like for Button you can give name as : btnmySilverligtButton<br />
(b)Adding event handlers to Silverlight controls:Here you can give the event handlers like for click etc.<br />
(c)Testing Silverlight applications in Visual Studio:Now just press F5 and test your application</p>
<p><strong>Q. What is the best place to start Silverlight application?</strong><br />
<strong>Ans:</strong> There is no hard and fast rule to start Silverlight application. EveryÃ‚Â developer Ã‚Â can start as per his/her experience. like as per my case I always prefer Visual Studio. SO, in my view Visual Studio is the best place to start with Silverlight2 applications.Microsoft provides<br />
templates for creating Silverlight applications and libraries in C# and Visual Basic.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/home/?status=Silverlight+Frequently+Asked+Questions+http%3A%2F%2Ftinyurl.com%2F4hu7o9y" title="Post to Twitter"><img class="nothumb" src="http://interview.msdotnetheaven.com/wp-content/plugins/tweet-this/icons/de/twitter/de/tt-twitter-micro4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/home/?status=Silverlight+Frequently+Asked+Questions+http%3A%2F%2Ftinyurl.com%2F4hu7o9y" title="Post to Twitter">Tweet This Post</a></p></div><img src="http://interview.msdotnetheaven.com/?ak_action=api_record_view&id=6&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://interview.msdotnetheaven.com/microsoft-net-interview-questions/silverlight-interview-questions-and-answers/what-is-the-difference-between-wpf-and-silverlight.html' rel='bookmark' title='Permanent Link: What is the difference between WPF and Silverlight?'>What is the difference between WPF and Silverlight?</a></li>
<li><a href='http://interview.msdotnetheaven.com/microsoft-net-interview-questions/silverlight-interview-questions-and-answers/what-is-xaml.html' rel='bookmark' title='Permanent Link: What is XAML ?'>What is XAML ?</a></li>
<li><a href='http://interview.msdotnetheaven.com/microsoft-net-interview-questions/linq/define-lambda-expressions.html' rel='bookmark' title='Permanent Link: Define Lambda expressions'>Define Lambda expressions</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://interview.msdotnetheaven.com/microsoft-net-interview-questions/silverlight-interview-questions-and-answers/silverlight-frequently-asked-questions.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

