Hello, I would like to get into programming with C# and Silverlight. I have read up a lot on WPF and like it a lot (from my narrow viewpoint)
Here is the question I have: if I understand WPF principles correctly, then I can seperate UI from logic.
I also can seperate logic from animation in my app (using Silverlight for animation, C# for logic)
Am I correct in this understanding?
Right now I am looking through some tutorials on Silverlight but I am asking for some pointers on how to make these all talk to one another. In my WPF app, how can I use Silverlight to do animations?
If anyone has a good book or resource, I would really like to read it. Thanks for any help :)
Tools I have are: Visual Studio 2010 and Expression Studio 3 (I can get 4 and install the trial if I am supposed to use it instead of version 3)