Desktop application development experience

  • Time-consuming operation interface as much as possible not to do the main thread, since another thread, which if they need to be updated interface, then to find some way to carry out (such as winform in use BeginInvoke)
    • Also note that fair use "loading ..." text or picture or progress bar
  • Try to separate UI operations and logic / data manipulation
    • Of course, such as WPF framework of normal use, it should have been clear points
    • If this is not winform separated from the frame-level regions in the art, as far as possible as separate classes or function

Guess you like

Origin www.cnblogs.com/wyp1988/p/11387824.html