Linq Expressions By Sample: Calling Generic Methods With Lambda Parameters For Unknown Types July 19, 2013Munir Husseini7 Comments Suppose you need to call a generic Method that receives a generic delegate parameter. Now suppose that you neither know…
Loading Assemblies In New AppDomain (And Unloading Them) July 17, 2013Munir Husseini2 Comments Today I had an issue with assemblies in an AppDomain. What I tried to do was to create a new…
Change Current Thread’s Currency Symbol July 16, 2013Munir HusseiniNo Comments Consider the following code. It shows how a decimal value is converted into a string that contains an amount and…