1) How can I use strongly typed dictionaries? I have some in my codebehind for an xaml page, but it does not come in intellisense and I have added System.Collections to the namespaces.
2) I hear "CoreCLR" a lot when talking about Silverlight. Is this a stripped down version of the CLR? Is there any classes/namespaces I can't use in Silverlight 3.0?
3) If I set an animation in C# code behind, do I need to do anything in the xaml? I ask because I saw one example of an animation set in C# but the XAML was likewise modified.
4) How can I make an object grow in size (Scale transform) over a certain set period of time via C#?
Thanks