I find BlueJ a great tool for plotting a program before diving in and I was wondering if there is a similar tool for C#?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I certainly don’t know of any, and I’d be fairly confident in an outright no – at least at this stage.
However, I’m curious as to why you’re so dead set on having one for C# and not Java? BlueJ is designed for beginners to get them into a good OO mindset from the word go, and that it does very well. It’s not an IDE you stick with for years at all, it’s there to get you started in the best way possible.
With that in mind, if you are just getting started then there’s no harm in getting started in Java rather than C# – the switch to C# after doing Java for a while should be pretty easy, and a lot of the skills that you learn with Java – both on the OO front and syntactically (beacuse of the languages’ similarities!) will also apply to C#. I mainly use Java, and just remember a few key differences about C# – when those are in my head I can happily swap between the two.
http://today.java.net/pub/a/today/2008/06/26/bluej-interview.html shows the following: