blah blah blah is here! blah blah » Close

0
votes
1 answers

Code explanation

Hi, I'm new in C#. Currently I'm learning from http://www.homeandlearn.co.uk. I'm on this code so far: [code]private void button4_Click(object sender, EventArgs e) { listBox1.Items.Clear(); //Bro ...

2
votes
1 answers

What is the best first programming language to learn?

Rick_A
761

I have been asked to teach someone programming (maybe 13 years old), and I for the first got to thinking what the best first programming language is to learn from? Would you recommend a managed language like C#/Java or something more low ...

0
votes
3 answers

C# Beginner, questions on some starter projects I'm doing.

Hello all, Learning C# and decided that for my first applications outside the realm of 'tutorial stuff' I would make some things that I would actually use. So I decided on a password manager and a file archiver. My questions are mainly r ...

Feedback