Skip to main content
replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link
URL Rewriter Bot
URL Rewriter Bot

You should use a base controller which handles the repeated population of your view model and then have all your controllers derive from it

see here ViewModel Best PracticesViewModel Best Practices

You should use a base controller which handles the repeated population of your view model and then have all your controllers derive from it

see here ViewModel Best Practices

You should use a base controller which handles the repeated population of your view model and then have all your controllers derive from it

see here ViewModel Best Practices

Source Link
Mark
  • 6.1k
  • 2
  • 28
  • 25

You should use a base controller which handles the repeated population of your view model and then have all your controllers derive from it

see here ViewModel Best Practices