C# WPF to Embedded programming transition
Posted
by
Cheltoonjr
on Programmers
See other posts from Programmers
or by Cheltoonjr
Published on 2012-11-07T21:00:29Z
Indexed on
2012/11/07
23:13 UTC
Read the original article
Hit count: 139
I've been learning C# .NET Framework for around 4-6 months (still starting) using some books, and have currently made my way up to Collections and Generics. I'll probably spend the next two months covering the rest up to LINQ and/or Garbage Collections.
The thing is, I started to get interested in embedded systems and found out that you can use C# to code it through .NET MF, which mean I wouldn't have to learn C or C++. So, I would like to know if the knowledge I'll have by that time (2 months) will be enough to start working on Embedded (using C# .NET Micro Framework and Netduino) or I should probably see more about plain C# like Multithreading, async and other advanced features ?
I want use embedded just as a hobby, at least by now, as I'll still have a long way through university. Although, I'll probably pick it as a career then.
Thanks in advance!
© Programmers or respective owner