An example of using Dynamic objects in your Razor views
@JohnBubriski posted a blog post that got me thinking of how the DynamicObject class, and a little elbow grease, can add some elegance to your MVC views.
Written on Thursday, November 10,
2011 by Jared Barboza
See no eval(), hear no eval()
Dynamic evaluation is a great way to shoot yourself in the foot.
Written on Thursday, October 27,
2011 by Jared Barboza
Quick Protip: explore current directory from command line
Ever been in a command window and wanted to open windows explorer to browse the directory you’re in? Now you can.
Written on Monday, April 18,
2011 by Jared Barboza