-
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 [...] -
HOWTO: Get Regionerate to Run on Visual Studio 2010 Beta 2
Update: Visual Studio 2010 is now officially supported. There is no need to use this workaround.
I really hoped to get Regionerate running quickly on Visual Studio 2010 Beta 2.
Unfortunately, since there are several breaking changes with Visual Studio 2010’s extensibility model, I found myself messing around with it too much.
I’m not giving up, but I [...] -
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 [...]