< web:Blog x:Name="Brian Lagunas" />

28Jan/100

NETDUG – Silverlight/WPF Multi-Targeting Presentation Sample Code

If you attended the NETDUG user group meeting last Thursday night and would like to download the sample code for my Silverlight/WPF Multi-Targeting presentation, you can download it here.
Recap:
The Silverlight and WPF platforms are very similar, but they do not have binary compatibility; this means that an assembly compiled for one platform cannot execute on [...]

28Jan/100

The Entity Framework and the “The invoked member is not supported in a dynamic assembly” exception.

When you create an entity model, a few mapping files are created for you; namely .cdsl, .ssdl, and .msl.  Right about now you may be saying to yourself, I don’t see those files anywhere. That is because they are actually stored as a resource in the assembly you created your entity model.  When you create [...]