<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>C# Disciples &#187; wpf disciples</title>
	<atom:link href="http://marlongrech.wordpress.com/category/wpf-disciples/feed/" rel="self" type="application/rss+xml" />
	<link>http://marlongrech.wordpress.com</link>
	<description>my life in Avalon ....</description>
	<lastBuildDate>Thu, 15 Oct 2009 09:19:13 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='marlongrech.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/0c938eec94507e7222db1a9e8ad7ba9e?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>C# Disciples &#187; wpf disciples</title>
		<link>http://marlongrech.wordpress.com</link>
	</image>
			<item>
		<title>[MVVM + Mediator + ACB = cool WPF App] &#8211; Intro</title>
		<link>http://marlongrech.wordpress.com/2009/04/02/mvvm-mediator-acb-cool-wpf-app-intro/</link>
		<comments>http://marlongrech.wordpress.com/2009/04/02/mvvm-mediator-acb-cool-wpf-app-intro/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 17:49:57 +0000</pubDate>
		<dc:creator>marlongrech</dc:creator>
				<category><![CDATA[.Net 3.5]]></category>
		<category><![CDATA[WPF]]></category>
		<category><![CDATA[mvvm]]></category>
		<category><![CDATA[tips and tricks]]></category>
		<category><![CDATA[wpf disciples]]></category>

		<guid isPermaLink="false">http://marlongrech.wordpress.com/2009/04/02/mvvm-mediator-acb-cool-wpf-app-intro/</guid>
		<description><![CDATA[Finally I managed to spare some time and build a WPF sample application to showcase the use of MVVM + Mediator and also how AttachedCommandBehaviours can be used to further reduce (or better eliminate) C# code in XAML code behind files. I am also using one of my favorite WPF libraries FluidKit. In the app [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=marlongrech.wordpress.com&blog=783168&post=313&subd=marlongrech&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Finally I managed to spare some time and build a WPF sample application to showcase the use of MVVM + <a href="http://marlongrech.wordpress.com/2008/03/20/more-than-just-mvc-for-wpf/" target="_blank">Mediator</a> and also how <a href="http://marlongrech.wordpress.com/2008/12/13/attachedcommandbehavior-v2-aka-acb/" target="_blank">AttachedCommandBehaviours</a> can be used to further reduce (or better eliminate) C# code in XAML code behind files. I am also using one of my favorite WPF libraries <a href="http://www.codeplex.com/fluidkit" target="_blank">FluidKit</a>. In the app I create my own 3D transition for the FluidKit TransitionPresenter (I will be posting a whole post on this). </p>
<p>I will be posting at least 4 posts</p>
<p>- MVVM</p>
<p>- MVVM and the Mediator pattern</p>
<p>- FluidKit CoverFlow and FluidKit TransitionPresenter</p>
<p>- Using AttachedCommandBehaviours</p>
<p>Here are some teaser screenshots of the application in action <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p><a href="http://marlongrech.files.wordpress.com/2009/04/screen1.jpg"><img style="display:inline;border-width:0;" title="Screen1" border="0" alt="Screen1" src="http://marlongrech.files.wordpress.com/2009/04/screen1-thumb.jpg?w=244&#038;h=185" width="244" height="185" /></a> <a href="http://marlongrech.files.wordpress.com/2009/04/screen2.jpg"><img style="display:inline;border-width:0;" title="Screen2" border="0" alt="Screen2" src="http://marlongrech.files.wordpress.com/2009/04/screen2-thumb.jpg?w=244&#038;h=183" width="244" height="183" /></a> </p>
<p><a href="http://marlongrech.files.wordpress.com/2009/04/screen3.jpg"><img style="display:inline;border-width:0;" title="Screen3" border="0" alt="Screen3" src="http://marlongrech.files.wordpress.com/2009/04/screen3-thumb.jpg?w=244&#038;h=190" width="244" height="190" /></a> <a href="http://marlongrech.files.wordpress.com/2009/04/screen4.jpg"><img style="display:inline;border-width:0;" title="Screen4" border="0" alt="Screen4" src="http://marlongrech.files.wordpress.com/2009/04/screen4-thumb.jpg?w=244&#038;h=187" width="244" height="187" /></a></p>
<p>&#160;</p>
<h3>Setup of application environment </h3>
<p>This application uses a SQL Database so you will need an instance of SqlServer 2005 running (you can use SqlServer Express).</p>
<p>I packaged the database as a backup so all you need to do is restore the database from the SqlServer Management Studio Express (this is your easiest option). If you don’t have this I suggest you <a href="http://www.microsoft.com/downloads/details.aspx?familyid=C243A5AE-4BD1-4E3D-94B8-5A0F62BF7796&amp;displaylang=en" target="_blank">download it</a>, it’s free.</p>
<p>To restore the database file (WPFDisciplesDB.bak) follow these steps</p>
<p>- First of all <a href="http://cid-96f8d49aa44c79c1.skydrive.live.com/self.aspx/Public/WPFDisciplesDB.bak" target="_blank">download the database file from here.</a></p>
<p>- Right click on the Databases folder in the SQL Server Management Studio Express and select Restore database</p>
<p><a href="http://marlongrech.files.wordpress.com/2009/04/step1.jpg"><img style="display:inline;border-width:0;" title="Step 1" border="0" alt="Step 1" src="http://marlongrech.files.wordpress.com/2009/04/step1-thumb.jpg?w=244&#038;h=120" width="244" height="120" /></a> </p>
<p>This will open a dialog for you. In the Restore Database dialog enter a name for the database in the “To database” text field &gt; Select “From device” radio button and browse for the WPFDisciples.bak that you downloaded. The file will appear in the list. Tick the checkbox (which is un checked by default) and press ok.</p>
<p><a href="http://marlongrech.files.wordpress.com/2009/04/step2.jpg"><img style="display:inline;border-width:0;" title="Step 2" border="0" alt="Step 2" src="http://marlongrech.files.wordpress.com/2009/04/step2-thumb.jpg?w=542&#038;h=484" width="542" height="484" /></a>&#160;</p>
<p>Now that we have our database set up all we need to do is specify in the app.config the connection string of the new database and we are done.</p>
<p>Stayed tuned because this should be real fun <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>aaaa I nearly forgot… The data in the database is not the full version… I will add more projects from the mighty WPF Disciples as time goes by…. Will continue updating the download link here (and put a comment or something to show you that I updated the db version)</p>
<p><strong><a href="http://cid-96f8d49aa44c79c1.skydrive.live.com/self.aspx/Public/MVVM%20Mediator%20ACB%20Sample%20app.zip" target="_blank">Download Full Source Code from HERE</a></strong></p>
<p><strong>Just in case you missed it, <a href="http://cid-96f8d49aa44c79c1.skydrive.live.com/self.aspx/Public/WPFDisciplesDB.bak" target="_blank">here is a copy of the database</a></strong></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/marlongrech.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/marlongrech.wordpress.com/313/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/marlongrech.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/marlongrech.wordpress.com/313/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/marlongrech.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/marlongrech.wordpress.com/313/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/marlongrech.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/marlongrech.wordpress.com/313/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/marlongrech.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/marlongrech.wordpress.com/313/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=marlongrech.wordpress.com&blog=783168&post=313&subd=marlongrech&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://marlongrech.wordpress.com/2009/04/02/mvvm-mediator-acb-cool-wpf-app-intro/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4231953dc5a7ec7d7b5acb2444eeeeab?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">C# Disciple</media:title>
		</media:content>

		<media:content url="http://marlongrech.files.wordpress.com/2009/04/screen1-thumb.jpg" medium="image">
			<media:title type="html">Screen1</media:title>
		</media:content>

		<media:content url="http://marlongrech.files.wordpress.com/2009/04/screen2-thumb.jpg" medium="image">
			<media:title type="html">Screen2</media:title>
		</media:content>

		<media:content url="http://marlongrech.files.wordpress.com/2009/04/screen3-thumb.jpg" medium="image">
			<media:title type="html">Screen3</media:title>
		</media:content>

		<media:content url="http://marlongrech.files.wordpress.com/2009/04/screen4-thumb.jpg" medium="image">
			<media:title type="html">Screen4</media:title>
		</media:content>

		<media:content url="http://marlongrech.files.wordpress.com/2009/04/step1-thumb.jpg" medium="image">
			<media:title type="html">Step 1</media:title>
		</media:content>

		<media:content url="http://marlongrech.files.wordpress.com/2009/04/step2-thumb.jpg" medium="image">
			<media:title type="html">Step 2</media:title>
		</media:content>
	</item>
		<item>
		<title>Meeting Sacha Barber, the one and only!!!</title>
		<link>http://marlongrech.wordpress.com/2008/04/04/meeting-sacha-barber-the-one-and-only/</link>
		<comments>http://marlongrech.wordpress.com/2008/04/04/meeting-sacha-barber-the-one-and-only/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 16:19:44 +0000</pubDate>
		<dc:creator>marlongrech</dc:creator>
				<category><![CDATA[friends]]></category>
		<category><![CDATA[wpf disciples]]></category>

		<guid isPermaLink="false">http://marlongrech.wordpress.com/?p=156</guid>
		<description><![CDATA[This week I was in London for a course on Silverlight by Ian Griffiths. I have to say, it was really brilliant, I loved it! Ian is simple brilliant, so if you are thinking about going to one of his courses, don&#8217;t think about it, JUST GO !!!!!!
Anyway back to my original posting&#8230; I was [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=marlongrech.wordpress.com&blog=783168&post=156&subd=marlongrech&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This week I was in London for a course on Silverlight by <a href="http://www.interact-sw.co.uk/iangblog/">Ian Griffiths</a>. I have to say, it was really brilliant, I loved it! Ian is simple brilliant, so if you are thinking about going to one of <a href="http://www.pluralsight.com/">his courses</a>, don&#8217;t think about it, JUST GO !!!!!!</p>
<p>Anyway back to my original posting&#8230; I was in London so I decided to go visit my friend Sacha Barber in Brighton. I guess I don&#8217;t need to introduce <a href="http://sachabarber.net/">Sacha</a>, after all if you do not know Sacha you cannot say you know WPF <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>So I took a train and I was in Brighton in no time. We went for a couple of beers in a bar, then went for a small walk and soon after we headed to eat some Spanish food&#8230;.. Sarah, the wife to be of Sacha joined us as well for dinner. She is really nice, I think Sacha is really a lucky champ to have her. Well it works both ways (Mode=TwoWay) because she is lucky to have him <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>We really had loads of fun, Sacha is a great guy. I am really looking forward to meet up with him again&#8230;.</p>
<p>Sadly, we took no photos together, I guess we were too busy thinking on Beers and Sangria &#8230; hihi&#8230;. yea, Sacha is the best!!</p>
<p>These are the only photos we took&#8230;.</p>
<p><img src="http://marlongrech.files.wordpress.com/2008/04/dscn1087.jpg?w=448&#038;h=480" height="480" width="448" /></p>
<p><img src="http://marlongrech.files.wordpress.com/2008/04/dscn1090.jpg?w=640&#038;h=480" height="480" width="640" /></p>
<p>Yea my camera is not so good <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/marlongrech.wordpress.com/156/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/marlongrech.wordpress.com/156/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/marlongrech.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/marlongrech.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/marlongrech.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/marlongrech.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/marlongrech.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/marlongrech.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/marlongrech.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/marlongrech.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/marlongrech.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/marlongrech.wordpress.com/156/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=marlongrech.wordpress.com&blog=783168&post=156&subd=marlongrech&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://marlongrech.wordpress.com/2008/04/04/meeting-sacha-barber-the-one-and-only/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4231953dc5a7ec7d7b5acb2444eeeeab?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">C# Disciple</media:title>
		</media:content>

		<media:content url="http://marlongrech.files.wordpress.com/2008/04/dscn1087.jpg" medium="image" />

		<media:content url="http://marlongrech.files.wordpress.com/2008/04/dscn1090.jpg" medium="image" />
	</item>
	</channel>
</rss>