I'm looking to build a simple electronics project (with some help, I'm not a hardware kinda person) and I'd like to use .net (C#) to do the coding side of it.
What I need to know is where can I get a cheap controller that I can connect via USB or serial and the suitable libraries to use for talking to it (as most System.IO.Serial documentation seems to assume I'm talking to another computer, not something that consists of a few chips and some LEDs).
Any other tips or gotchas from anyone who has worked on similar hobby projects would be welcome.