View message board with a program?

Would you use a new program to view message boards?

  • Yes

    Votes: 8 17.4%
  • No

    Votes: 11 23.9%
  • I'd have to see it first

    Votes: 27 58.7%

  • Total voters
    46
reiverix said:
You won't find any problems switching to C# from VB. The structure is different but the framework is the same no matter what you use. I use both at work and don't prefer one over the other. Depends on the mood at the time. I would agree that the GUI is a bit friendlier to VB and I also dislike the case sensitive feature of C# and Java. For example...

bool fish = true;
bool Fish = false;

Beats me why a compiler would even allow this. That said, C# is easier to read and write IMHO. Java is good for processing but is a bit slow in the GUI side.

Good luck with your program and your classes (no pun intended :) )

I surfed by your webpage and took a peek at your software. Very nice interface by the looks of your screenshots. Did you use C# for that program?
 
reiverix said:
You won't find any problems switching to C# from VB.

Or since you know Java you wont have any problems with C#, since its basically the same language with a few Microsoft tweaks.

sivic said:
Yeah i had to take a java class not too long ago. I can program in it but i can honestly say i dislike java alot.

I'm biased since I'm a Java developer but i prefer Java over .NET. Mainly because it's platform independent and can process a lot quicker on the back-end. To be fair i do use C# occasionally since Microsoft is a client of my companies and it does have its uses when doing GUI development.
 
AquariaCentral.com