Hello,
I am a newbie to Microsoft technologies, though I can program in C++ and C#. I need to write an app to simulate traffic on a freeway. A general architecture of the app is as followed: part of the screen displays a road with moving cars, the other part has controls to allow user to zoom-in (the road), adjust numerous traffic parameters. The scenary surrounding the freeway do not change. However cars's position are changed and the display needs update one a second.
What is the technology with the least ramp-up time to use for this?
Regardless of ramp-up time, what is the best technology to use for this?
A great many thanks!