Say you had to develop a web-based application that needs to be able to read the contents of a .NET DLL, and from that, populate the local database with a list of all the namespaces, classes, etc.
It has to also do the same thing with Java JAR files.
Are there limitations on what language I could use to develop this?
I'm leaning toward .NET, but I might consider another language/framework if it's more suitable. I'm basic-to-intermediate-level with PHP.