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