<?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>Private: Code &#38; Script Snippet &#187; Silverlight 2.0</title>
	<atom:link href="http://dev.kratik.net/index.php/category/silverlight-2-0/feed/" rel="self" type="application/rss+xml" />
	<link>http://dev.kratik.net</link>
	<description>Every thing you imagin, study it - know it - use it</description>
	<lastBuildDate>Thu, 24 Jun 2010 08:30:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Silverlight 2.0 and ASP.NET tutorial: Getting started</title>
		<link>http://dev.kratik.net/index.php/2008/09/21/silverlight-20-and-aspnet-tutorial-getting-started/</link>
		<comments>http://dev.kratik.net/index.php/2008/09/21/silverlight-20-and-aspnet-tutorial-getting-started/#comments</comments>
		<pubDate>Sun, 21 Sep 2008 06:26:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Silverlight 2.0]]></category>

		<guid isPermaLink="false">http://dev1.wordpress.com/?p=370</guid>
		<description><![CDATA[Introduction
Silverlight 2.0 Beta is available now. So what&#8217;s new in this version compared to Silverlight 1.0/1.1? In easy words: It&#8217;s (almost) as powerful as WPF. This article will help you getting started with Silverlight 2.0 and VS 2008. We will explain the installation of the Silverlight Tools for VS 2008 and create a little Silverlight [...]]]></description>
			<content:encoded><![CDATA[<h2>Introduction</h2>
<div class="Text">Silverlight 2.0 Beta is available now. So what&#8217;s new in this version compared to Silverlight 1.0/1.1? In easy words: It&#8217;s (almost) as powerful as WPF. This article will help you getting started with Silverlight 2.0 and VS 2008. We will explain the installation of the Silverlight Tools for VS 2008 and create a little Silverlight project using new Layout-functionalities and controls.</div>
<div class="H2">
<h2>What&#8217;s new?</h2>
</div>
<div class="Text"><strong>New controls</strong><br />
Silverlight 2.0 ships with many new controls like: CheckBox, Calendar, Grid, GridSplitter, MediaElement, ScrollViewer, StackPanel, TextBox, Slider, Tooltip&#8230; </p>
<p>When using the Designer with VS 2008 and the Toolbox, it feels like you are designing a GUI for WPF. You can add eventhandlers to the controls like a Click-Handler for a Button</p></div>
<div class="Code">
<pre>
<div><span>&lt;</span><span>Button </span><span>Content</span><span>="Page 1"</span><span> Margin</span><span>="3"</span><span> Click</span><span>="Button_Click"</span><span>&gt;&lt;/</span><span>Button</span><span>&gt;</span></div>
</pre>
</div>
<div class="Text">The code of the handler looks like this:</div>
<div class="Code">
<pre>
<div><span>private</span><span> </span><span>void</span><span> Button_Click(</span><span>object</span><span> sender, RoutedEventArgs e)
{
    </span><span>//</span><span> TODO</span><span>
</span><span>}</span></div>
</pre>
</div>
<div class="Text"><strong>Layout enhancements</strong><br />
The <em>layout manager support</em> in Silverlight 2.0 is a part Silverlight UI Framework which is a compatible subset of the WPF UI Framework. Other parts of this Framework which are available in Silverlight are <em>Databinding support</em>, <em>Control templates</em> and <em>Skinning</em>.</p>
<p><strong>Base class library</strong><br />
Silverlight contains a .NET base class library with support for functionalities of the namespaces Collections, IO, Generics, Threading, Globalization, XML and many more.</div>
<div class="H2">
<h2>Installation</h2>
</div>
<div class="Text">For getting started with Silverlight 2.0 Beta and VS 2008 you will have to download the <em>Silverlight Tools Beta1 for VS 2008</em> from <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=e0bae58e-9c0b-4090-a1db-f134d9f095fd&amp;displaylang=en" target="_blank">here</a>.</p>
<p>After installation the following VS project templates for Silverlight are available:</p></div>
<div class="Text"><img src="http://www.codegod.de/WebAppCodeGod/GetImageFromDB.aspx?id=265" alt="" /></div>
<div class="Text">ref: <a href="http://www.codegod.de/WebAppCodeGod/Silverlight-2-0-and-ASP-NET-tutorial-Getting-started-AID474.aspx">http://www.codegod.de/WebAppCodeGod/Silverlight-2-0-and-ASP-NET-tutorial-Getting-started-AID474.aspx</a></div>
]]></content:encoded>
			<wfw:commentRss>http://dev.kratik.net/index.php/2008/09/21/silverlight-20-and-aspnet-tutorial-getting-started/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
