Contents tagged with ASP.NET MVC
-
Building Functions vs. Building Expressions: Performance Comparison
Yesterday I posted an entry describing a method for building functions as opposed to building expressions to get a more succinct syntax, and in general a more functional approach. There was a touch of reflection in there though, so I wasn’t too sure what the performance would be like.
-
C# Dynamic Function Factory
Building functions instead of expression trees.
-
Troubleshooting ASP.NET MVC Routing
One thing I absolutely love about the ASP.NET MVC framework is that there isn't too much "magic". Magic can be nice if you are able to adhere to a framework's "Golden Path", but as soon as some customization becomes necessary you find that the magic can get in the way (DataContractSerializer anyone?).