Searching Umbraco using Razor and Examine

This post was imported from FARMCode.org which has been discontinued. These posts now exist here as an archive. They may contain broken links and images.Since Razor is really just c# it’s super simple…

Read this article

Developing a plugin framework in ASP.NET MVC with medium trust

I’ve recently spent quite a lot of time researching and prototyping different ways to create a plugin engine in ASP.NET MVC3 and primarily finding a nice way to load plugins (DLLs) in from outside of…

Read this article

HtmlHelper Table methods

I was hoping that these were built already but couldn’t see any descent results with a quick Google search so figured I’d just write my own… these are now part of the Umbraco v5 codebase. Here’s 2 Htm…

Read this article

Razor + dynamic + internal + interface & the 'object' does not contain a definition for 'xxxx' exception

I’ve come across this strange issue and decided to blog about it since I can’t figure out exactly why this is happening it is clearly something to do with the DLR and interfaces. First, if you are get…

Read this article

Partial View macros in Umbraco v5

Disclaimer This post is about developing for Umbraco v5 (Jupiter) which at the time of this post is still under development. The technical details described below may change by the time Umbraco Jupite…

Read this article