Understanding Orchard's Database
I recently found a question on Orchard's forums asking for some explanations to query data directly from the database. Here is my take on this.
continue reading ...I recently found a question on Orchard's forums asking for some explanations to query data directly from the database. Here is my take on this.
continue reading ...Today Orchard can be used with two different databases, i.e. Sql Ce and Sql Server (including Sql Express), which provides enough options not only for simple websites but also enterprise level ones requiring better reliability and performance. In the upcoming release Orchard will also support MySql.
continue reading ...It can be hard to keep up with what's happening around Orchard. Here is a set of resources that you might find interesting either you are a discovering Orchard or you are a pro.
continue reading ...Web API has been released publicly, and obviously Orchard now supports it with great help from Nicholas Mayne who made the first implementation. The question is what does it mean for Orchard to support Web API ? If you don't know what Web API is you can get some more information on the official website.
continue reading ...In Orchard, when you load an existing Content Item or create a new one the first thing to be done is to initialize this object with the available Content Parts. It's interesting to understand how it's done, as it gives you more knowledge of what happens when you create your modules.
continue reading ...