PDA

Click to See Complete Forum and Search --> : Which language for a Thin Client?


CRosSOveR
May 31st, 2006, 06:49 AM
Hello, I have to do a program for a Thin Client (here are it's specifications, sorry if it's in italian: http://www.microdata.it/desktop/thinClient1.pdf)

I never coded something for a thin client so I'm a little confused. Which language would be the best? Note that it must be a language which assures very high security, because the program I'm going to do has to connect to an sql server via a normal internet connection. It would be better if I could lock it to the hardware of the thin client so it won't run on any other PC. Code protection from decompiling is also highly important.

Thank you for your help. :wave:

Techno
Jun 16th, 2006, 07:37 PM
it doesnt matter about the language but your algorithms and such for security.

language environment makes no difference if you are using C, VB.NET, C# - all depends on the security level you implement in your application.

Remember to check the docs on which language you can code in with that device, or if there are any SDK's API's provided which you can then use in your desired language to develop in