-
Should the New Code Layout Editor Be Online?
Should the New Code Layout Editor Be Online?(survey)
-
ASP.NET MVC Controller Code Layout
I’ve created a code layout for ASP.NET MVC Controllers.
I think that the first thing you will look in a controller is its actions, so this code layout just puts them first, then organizes the rest.
The actions are ordered by name (which would be the fastest way to locate an action), then by ascending parameter count [...] -
Where do you use attributes the most?
Where do you use attributes the most?(surveys)
There’s a performance issue regarding multiple attributes on properties, and instead of solving this, we can just easily shift this performance problem to methods, where people supposedly use less attributes. Yeah, I know, pretty lame solution, but its fast!
I was wondering where people use attributes the most, so I will [...]