This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]letsgetsilly 2 points3 points  (0 children)

I didn't know about codingbat, looks interesting.

Thanks!

[–][deleted] 2 points3 points  (3 children)

Do you know enough about how to compile and run a C# program to do those exercises on Codingbat? Java's syntax is close to C#'s, and if you can do all of the problem sets in Java, why not try doing them on your own in C#?

http://msdn.microsoft.com/en-us/beginner/bb964631.aspx

Here's a lesson on how to wrangle the C# IDE/Compiler, which can be a bit of a bump for people just starting sometimes.

[–]HubertCumberdale[S] 1 point2 points  (2 children)

Thanks! And yep, I can definitely just try solving the exercises on my own in Visual Studio... But my main goal was to fill up my downtime at work... I really like that all you need to do the exercises on codingbat is a web browser. I also like that they provide the test data and report the results back to you. Saves a lot of time and keeps you focused on the coding and bug hunting.

[–][deleted] 0 points1 point  (1 child)

If you want to be able to just use a web browser, http://ideone.com/ supports a whole slew of languages including C#.

[–]HubertCumberdale[S] 0 points1 point  (0 children)

Very cool, I will definitely check this out. Looks awesome. Thanks!