Richard Fennell

Mirror of 'But it works on my PC!'

Browse by Tags

All Tags » Technical Tips » MVC (RSS)
Testing access attributes on the Microsoft MVC framework
The MVC framework provides an excellent way to create a testable web site. In fact when you create a new MVC project you are given the option to create an associated test project that contains MSTEST unit tests for all the sample methods in the MVC Controller...