If you ask most people they will agree that a database is not a great place to inject your business related logic. However if you start asking you will find people have a wide range of definitions of business logic….
MVC3 added the ability to specify custom action routes which are very powerful to apply cross-cutting concerns to actions, and I thought I would share an example of how you can put them to good use. One of the things…
The Managed Extensibility Framework is Microsoft’s latest proposition to aid in creating an extensible application. If you follow any number of patterns today (most notably unit testing) you will eventually run across the need for a dependency injection framework, with…
A ‘best practice’ is a phrase that allows way too many free rides for technology solutions in IT, most notably in the enterprise. I am not an opponent to best practices but more about how they get applied in development…
Recent Comments