I've been toying around with my NXT 2.0 set for a few years now and I would like to learn how to program it using C# language. I have no experience in coding and I am definitely not a computer geek. Are there any tutorials that can give me a headstart in this thing?
Asked
Active
Viewed 412 times
4
-
If you have no experience in coding, why are you set on programming the NXT in C#? There are other options, such as using LeJOS NXJ which helps you program the NXT using Java, arguably the language C# was largely modeled after ..... – Phil B. Jun 23 '15 at 11:38
1 Answers
2
You could start here for example: LEGO MINDSTORMS NXT Tutorials Overview
For a generic C# introduction see here: C# Tutorials or The complete C# Tutorial or C# Tutorial or just do a Google search for "C# tutorial".
zovits
- 16,181
- 1
- 41
- 80
-
-
You are welcome! If any answer proved useful to you, you can upvote it with the upward pointing arrow on the left side. Or if you think an answer is the correct one for your problem, you can also mark it with the check mark as accepted, signaling the future readers which solution works. – zovits Jun 24 '15 at 09:11