Browse by Tags

All Tags » ASP.NET MVC (RSS)

Building Functions vs. Building Expressions: Performance Comparison by fdumlao

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...

C# Dynamic Function Factory by fdumlao

Building functions instead of expression trees. The functional programming features of the latest versions of C# allow developers to harness a very expressive programming paradigm to solve challenges in new, elegant ways. Two of the very interesting new...

Troubleshooting ASP.NET MVC Routing by fdumlao

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...
Filed under: , , ,
More Posts