Making a DynamicObject implementation be case insensitive

To me this seems to be a very straight forward request but I cannot find the ‘easy’ way to do this in .Net even though there seems to be a clear indication that this is supported Out of The Box.…

Read this article

Razor + dynamic + internal + interface & the 'object' does not contain a definition for 'xxxx' exception

I’ve come across this strange issue and decided to blog about it since I can’t figure out exactly why this is happening it is clearly something to do with the DLR and interfaces. First, if you are get…

Read this article