|
i wana create a software that will have provision to add details of each client regularly. Also details will have to be retrieved any time. Which is better to write the program in? Java or dotnet? or is there any other? |
|
RDF systems exist for both systems (and the Java ones run on .Net using IKVM!). Choose which ever you are most comfortable with or want to learn. You can make different choices for frontend and backend by connecting them with a standard - SPARQL. So a java server and a C# application is quite possible. |

