Hey all. Im doing a project in c#. It takes line of input from either a text file or cut and past. It then compares the lines of arrays. It sorts the lines then does a calculation on them and deletes redundant lines.
The thing is. Im not a good programmer and have just started. Im only familure with the .net framework so I decided to go with that. My project supervisor however is looking for a better reason.
So in contrast to the arrays part of my project could anyone give me a standing arguement for why I should use c# instead of java or php.
Thanks
Loading
AlanPosted Feb 22, 2008, 6:04 AM
What you've described could be done in virtually any programming language including the three you've mentioned.
Although we're obviously biased towards C# on this forum, I can't honestly give you any good reason why you should code it in C# rather than Java other than the fact that you're more familiar with the former. If you're working for an organization where Java is the predominant programming language, it would certainly be a good career move to learn it as it's very similar to C#.
However, PHP is essentially a scripting language and, unless you're writing a web application, I would use one of the other two.