Inside A Developer's Head

  • Spring.Net Configuration in Code (CodeConfig)

    Finally, Spring.Net team developed a new extension for Spring.Net to allow developers configure their objects through code. They have simply named it CodeConfig.

  • Maximum Upload Size in WordPress running on NginX

    I came across this problem using WordPress that I could not upload a GIF file of size around 4Mbytes. The maximum size of file you can upload in WordPress is 2Mbytes by default. In order to change it you will need to do following modifications.