September 2008 - Posts

Sharing Assemblies Between Silverlight and WPF
Published 09-26-2008 11:20 PM | JohnBowen
One of the significant benefits of Silverlight is the ability to share code with WPF desktop applications. Unfortunately, in practice there are quite a few hurdles to sharing code, due mainly to the restricted set of classes available in Silverlight's...
Filed under: , ,
Undocumented C# "Feature"
Published 09-01-2008 6:01 PM | JohnBowen
For the most part the access modifiers in C# are pretty straightforward to use. Public, protected, internal, and private each cause behavior that is obvious from the keyword and shouldn't require looking up more than once. The exception is the fifth...
Filed under: