Close
Skip to content

Softwareproduction

Software Development Blog, mainly C# and .NET

  • ASP.NET Core
  • Mobile Development
  • Code Generation
  • General Programming
  • Development Tools
  • Servers
  • Miscellaneous

Month: July 2013

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…

Read More 9482 views

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…

Read More 5670 views

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…

Read More 2430 views
(c) 2011-2020 Munir Husseini