Link to home
Start Free TrialLog in
Avatar of Bharpinder Singh
Bharpinder Singh

asked on

Which language is suitable JAVA or C# for simple utility ?

Want to develop a simple tool which installs into windows (xp,7,8,10) and run in background on startup.
It just detect if internal or external USB webcamera is present or not (simple write a log file if camera doesn't exist).

Now my question is which language and IDE is suitable for it ?
JAVA or C# ?
ASKER CERTIFIED SOLUTION
Avatar of CEHJ
CEHJ
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Bharpinder Singh
Bharpinder Singh

ASKER

Any lightweight IDE , you want to suggest?
Isn't there are free version of Visual Studio? This is really not my field ;)
i am trying sharpDevelop
Try Visual Studio Community Edition Or Visual Studio Code.
You can download the Visual Studio Community Edition (its FREE) from this Microsoft site, Best-in-class tools for any developer Under Visual Studio IDE select Community 2017.
For an easy library to build a Windows Service look at Topshelf
http://topshelf-project.com/
For an easy library to build a Windows Service look at Topshelf
Are there not tools in Visual Studio to install as a service? Just asking .. ;)
The one I posted in my last post.
Are there not tools in Visual Studio to install as a service? Just asking .. ;)
Yes, but TopShelf makes it 10x easier and you can easily debug by running it as a console app. It adds it's own installation routine too