Does anyone know if you can use data binding with anonymous types in Silverlight 4? I know you can\'t in previous versions of silverlight, you can only databind to public cl
You can... If you expose your internals.
Place this in your AssemblyInfo.cs:
[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("System.Windows")]