Timeline for MVC and use of partial class for Controller
Current License: CC BY-SA 3.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 12, 2020 at 9:20 | answer | added | Joseph Augustin | timeline score: 3 | |
| Aug 2, 2016 at 6:02 | vote | accept | Muflix | ||
| Aug 1, 2016 at 16:56 | answer | added | RubberChickenLeader | timeline score: 1 | |
| Aug 1, 2016 at 9:46 | comment | added | David Arno | A large class spread over many partial classes is still a large class. The use of partial classes like this is a code smell: it is hiding the fact that each controller has many responsibilities by putting each separate responsibility into a different file. I'd redesign it so each page has its own controller class. | |
| Aug 1, 2016 at 8:50 | history | edited | Muflix | CC BY-SA 3.0 | added 105 characters in body |
| Aug 1, 2016 at 8:49 | review | First posts | |||
| Aug 31, 2016 at 8:49 | |||||
| Aug 1, 2016 at 8:44 | history | asked | Muflix | CC BY-SA 3.0 |