Assembly location in ASP.NET
An interesting note that I've found while updating the ConfigEx library: the assembly DLL file in the ASP.NET application might be located in a place different from what we expect. During runtime, it is actually not in the place where the application is hosted.
Filling model properties using Reflection
In this post I'm going to show how to fill object properties using reflection no matter what types they are.