Posts Tagged ‘Tools’
Often I will write class libraries for Silverlight but also want to make the library available for .net. The CLRs are not binary compatible so you need to have both a Silverlight and .net project and somehow share the code – you don’t want to have to maintain two sets of identical files. The common [...]
Filed under: Uncategorized | 1 Comment
Tags: .net, Silverlight, Tools
Software written just for me
26Jan09
Whatever your view on c# regions – love ‘em or hate ‘em, check out Ora, a popular Visual Studio add-in to aid code navigation written by my colleague Daniel Earwicker. Why am I telling you this? Because in the latest version Dan added a button to delete regions to meet a requirement I raised. I [...]
Filed under: Uncategorized | 2 Comments
Tags: Tools, Visual Studio