This is my personal summary of the book Making Work Visible: Exposing Time Theft to Optimize Work & Flow. It’s a recap to jog my memory, and may not be useful without reading the book. The book is short and to the point and well worth a read.
[Read More]
Partials are a nice way in ASP.NET of sharing mark-up across views. These are usually rendered from within view markup, but sometimes you may want to render a partial from within a controller method - for example if you want to create an HTML email but don’t want to put...
[Read More]