User2096382003 posted
im tasked to implement a fairly simple sim type application and was just wondering what may be recommended technologies for the main 2 components...
a task scheduler that would run in a background thread to both update time and kickoff an update method every minute...
dynamic update of UI elements dependant on the results of the update driven by the scheduler.
I was heading down the C# MVC route initially with dynamic update of partial views from an updated view model /jquery (ajax) but just welcome any other ideas that may be better...
thanks