<?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>Fremus.co.za &#187; .NET Framework</title>
	<atom:link href="http://www.fremus.co.za/blog/tag/net-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fremus.co.za/blog</link>
	<description>Demistifying Life and Web Development</description>
	<lastBuildDate>Sun, 27 Nov 2011 15:56:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>So, is everything event driven?</title>
		<link>http://www.fremus.co.za/blog/2008/10/so-is-everything-event-driven/</link>
		<comments>http://www.fremus.co.za/blog/2008/10/so-is-everything-event-driven/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 16:32:04 +0000</pubDate>
		<dc:creator>fr3dr1k</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[.NET Framework]]></category>

		<guid isPermaLink="false">http://www.fremus.co.za/blog/?p=214</guid>
		<description><![CDATA[I am busy with a Silverlight video player at the moment, and what is interesting to note and understand is that Silverlight is heavily event-driven, as is ASP.NET and a lot of the .NET framework. You can attach event handlers to almost any object, from mouse event handlers to click event handlers. Having asked that [...]]]></description>
			<content:encoded><![CDATA[<p>I am busy with a <a href="http://www.85turns.com/2008/04/02/create-a-video-player-silverlight-2-part-1/" onclick="urchinTracker('/outgoing/www.85turns.com/2008/04/02/create-a-video-player-silverlight-2-part-1/?referer=');">Silverlight video player</a> at the moment, and what is interesting to note and understand is that Silverlight is heavily event-driven, as is ASP.NET and a lot of the .NET framework. You can attach event handlers to almost any object, from mouse event handlers to click event handlers. </p>
<p>Having asked that question I took a look at the ASP.NET page life cycle and just realised how intrinsic events are in the .NET framework. There are eight basic stages in the ASP.NET page lifecycle:</p>
<ol>
<li>Page Request</li>
<li>Start</li>
<li>Page Initialization</li>
<li>Load</li>
<li>Validation</li>
<li>Postback Event Handling</li>
<li>Rendering</li>
<li>Unload</li>
</ol>
<p>Within the page lifecycle there are events raised, which allows you to write code that initialises controls that are dynamically created.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save" onclick="urchinTracker('/outgoing/www.addtoany.com/share_save?referer=');"><img src="http://www.fremus.co.za/blog/wp-content/plugins/add-to-any/favicon.png" width="16" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.fremus.co.za/blog/2008/10/so-is-everything-event-driven/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

