Learn Silverlight or WPF first? - Stack Overflow most recent 30 from stackoverflow.com2009-12-02T00:33:28Zhttp://stackoverflow.com/feeds/question/61317http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/61317/learn-silverlight-or-wpf-first10Learn Silverlight or WPF first?Phil Wright2008-09-14T13:09:44Z2008-09-16T04:47:48Z
<p>It seems that Silverlight/WPF are the long term future for user interface development with .NET. This is great because as I can see the advantage of reusing XAML skills on both the client and web development sides. But looking at WPF/XAML/Silverlight they seem very large technologies and so where is the best place to get start?</p>
<p>I would like to hear from anyone who has good knowledge of both and can recommend which is a better starting point and why.</p>
http://stackoverflow.com/questions/61317/learn-silverlight-or-wpf-first/61336#613364Answer by kokos for Learn Silverlight or WPF first?kokos2008-09-14T13:39:30Z2008-09-14T13:39:30Z<p>Silverlight is a stripped down version of WPF so it should have fewer things to learn inside. On the other hand, the two platforms have different targets (web & rich client) so I guess it depends on what app you're going to build.<br />
If you just want to learn for yourself (no app in the close future) I'd pick Silverlight because it would be less to assimilate. Still, Silverlight is pretty much a moving target, much more than WPF, so you'll have to keep up with some changes from time to time (the joys of being an early adopter :)).<br />
WPF has lots more stuff that you will probably want to use at some point but I would wait for the needs to arise first.</p>
http://stackoverflow.com/questions/61317/learn-silverlight-or-wpf-first/61345#613451Answer by harriyott for Learn Silverlight or WPF first?harriyott2008-09-14T13:58:11Z2008-09-14T13:58:11Z<p>I would start by learning XAML, by reading a few tutorials and playing around with XAMLPad. This will give you a feel for the basics before actually building an app.</p>
http://stackoverflow.com/questions/61317/learn-silverlight-or-wpf-first/61377#613770Answer by Prakash for Learn Silverlight or WPF first?Prakash2008-09-14T14:30:36Z2008-09-14T14:30:36Z<p>Some tips at <a href="http://beta.stackoverflow.com/questions/60620/getting-started-with-silverlight-development" rel="nofollow">Getting started with Silverlight Development</a></p>
http://stackoverflow.com/questions/61317/learn-silverlight-or-wpf-first/61380#613807Answer by chakrit for Learn Silverlight or WPF first?chakrit2008-09-14T14:31:56Z2008-09-14T14:31:56Z<p><strong>I'd say go with Silverlight first!</strong></p>
<p>I have programmed with WPF and Silverlight before.</p>
<p>But as Silverlight is a <em>subset</em> of WPF if you go in too deep and try to switch to writing Silverlight applications, you'll be scratching your heads looking for that "tag" you learned to love in WPF but is not available in Silverlight.</p>
<p>When you master the basic things in Silverlight first, the extra mechanism/trigger/whatever features in WPF will simply <em>add</em> to most of what you've already known.</p>
<p>Silverlight in WPF differs at the <em>features</em> level, not just some missing controls or animations. Take the WPF triggers mechanism for example, is not available fully in Silverlight.</p>
<p>So learning the smaller subset first, you can extend that knowledge to the full set later, but if you started at the full set and gets addicted to some of the niceties available, you'll have trouble down the line when someone asks you to port your designed-utilizing-WPF apps to Silverlight.</p>
http://stackoverflow.com/questions/61317/learn-silverlight-or-wpf-first/63813#638131Answer by Jobi Joy for Learn Silverlight or WPF first?Jobi Joy2008-09-15T15:14:18Z2008-09-15T15:14:18Z<p>I would start with WPF and doing very simple control familiarizaton samples. You goal should be to learn XAML and Binding. So if you just create some basic WPF window apps will bootstrap your learning speed. Then eventually you can move to silverlight. Yeah as other mentioned here Silverlight is a subset of WPF.</p>
http://stackoverflow.com/questions/61317/learn-silverlight-or-wpf-first/66508#665081Answer by Vin for Learn Silverlight or WPF first?Vin2008-09-15T20:17:10Z2008-09-15T21:56:46Z<p>Every industry expert I've heard on podcasts, blogs and interviews recommend learning <strong>Silverlight first</strong> and then gradually moving to WPF which is a huge UI framework. </p>
<p>Silverlight is light and allows you to work on smaller subset of controls and features such that you get your head around this new UI building paradigm based on,</p>
<ol>
<li>Templating</li>
<li>DataBinding</li>
<li>Styles</li>
</ol>
http://stackoverflow.com/questions/61317/learn-silverlight-or-wpf-first/67505#675051Answer by Charles Graham for Learn Silverlight or WPF first?Charles Graham2008-09-15T22:07:16Z2008-09-15T22:07:16Z<p>Well, it depends on what you are going to be working on. If you are working on client/server, then I would go with WPF. If you are working in an environment where you can guarantee that .Net is installed on all of the machines, then I would go with WPF as well, because you can use what is called an XBAP, which is a WPF application that is run through the browser.</p>
<p>It's really up to you. However, I would state that silverlight is not RTM yet, and WPF is. WPF has a lot of books out on the subject, where silverlight does not. It may be easier to get the whole Zen of WPF by reading a few of those books, and then dive into which ever one you would like to play with. </p>
<p>Just keep in mind that silverlight has a subset of the controls of WPF, a paired down .Net framework, and does not do synchronous calls. As long as you know that up front, you can start learned the core of the whole foundation and tailor your practical experience later on to whichever technology is best for you.</p>
http://stackoverflow.com/questions/61317/learn-silverlight-or-wpf-first/67671#676713Answer by Alan Le for Learn Silverlight or WPF first?Alan Le2008-09-15T22:37:13Z2008-09-15T22:37:13Z<p><strong>I'll go against the grain and say learn WPF first.</strong></p>
<p>Here's my reasoning:</p>
<ul>
<li><p>Much more resources are available for WPF than Silverlight, such as books, blogs, and msdn documentation</p>
<ul>
<li><a href="http://stackoverflow.com/questions/9591/what-wpf-books-would-you-recommend">WPF Books</a></li>
</ul></li>
<li><p>You're not dealing with a Beta, moving target</p></li>
<li><p>You don't have to deal with working with only asynchronous calls</p></li>
<li><p>Not limited by lack of features such as Merged Dictionaries, Triggers, TileBrushes, etc.</p></li>
<li><p>You don't have to worry about re-learning to do things correctly because of lacks of features in SL</p></li>
</ul>
http://stackoverflow.com/questions/61317/learn-silverlight-or-wpf-first/69453#6945314Answer by Jesse Liberty for Learn Silverlight or WPF first?Jesse Liberty2008-09-16T04:47:48Z2008-09-16T04:47:48Z<p>Shouul you learn ASP.NET or Winforms first? ASP or MFC? HTML or VB? C# or VB? </p>
<p>Set aside the idea that there is a logical progression through what has become a hgihly complex interwoven set of technologies, and take a step back and ask yourself a series of questions:</p>
<ul>
<li>What are your goals; how do you want to balance profit against enjoyment</li>
<li>Are yoiu short term oriented or in for the long haul</li>
<li>Are you the type of person who likes to get good at something and do it a lot or do you get borded once you fully understand it?</li>
</ul>
<p>The next and hardest step is to come to accept that any advice you are given is bound to be wrong; and the longer the time horizon the more likely it is to be incorrect. If the advice is for more than six to 12 months, the probability the advice is wildly incorrect approaches 1. </p>
<p>I can only tell you my story, quickly. In 2000 I was happy as a consultant working profitably in C++ on Windows applciations, writing about ASP.NET and WinForms. then I saw C# and the world turned upside down. I never went back. </p>
<p>Two years ago I had the same kind of revelation, only an order of magnitude bigger, stronger and with more conviction about Silverlight. Yes, WPF is magnificant, and it may be that I'm all wet about this, but I bleieve in my gut that Silverlight chnages everything. There was no doubt then and there is no doubt today that Silverligth is the most important development platform for Microsoft since .NET (certainly) and possibly since the switch to C++. </p>
<p>In a nutshell, here is why. I don't understand where its limitations are. With most platforms I do: you can do this, but you can't do that. WPF is a pretty good case in point, as was ASP.Net and WinForms and, well really everything until now. With Silverlight, I don't see the boundaries yet. Silverlight has already leaped off the desktop onto phones, and I don't see any reason for it to stop there. Yes, it is true, it is bound by the browser, but I see that less as a jail cell than as a tank in which Silvelright will be riding over lots of terrain (it must be very late, I should go to bed). </p>
<p>In any case, for now, learning Silverlight is a gas, there is a lot of material on the Silverlight.net site, and what is the very best thinga bout learning Silverlight is that if youd don't see what you need you can holler at me and I'lll make sure you get it pretty quickly.</p>
<p>Enjoy, good luck and the dirty little secret is you'll be fine whichever you choose. It's all just software.</p>
<p>-jesse</p>
<p><hr /></p>
<p>Jesse Liberty
<a href="http://silverlight.net/blogs/jesseliberty" rel="nofollow">"Silverlight Geek"</a></p>