Blog Posts

  • Features of Orchard you've never used: Reports

    2/14/2014 1:55:00 PM

    Did you know that there is a module (and a Core module!) in Orchard called Reports? Probably you did because since it's always enabled, you always see its menu item on the admin site. But have you used it at all? Ah, so you haven't either! Let's change this by shortly looking at how it works.

  • Adding a custom model binder to Orchard

    1/24/2014 4:30:00 PM

    An undocumented extensiblity point of Orchard is that you can add custom MVC model binders in an Orchard-y way, with providers. We needed this for adding the ability of parsing floats with a decimal dot and comma equally well, and it works as following.

  • Modifying another Orchard module's DB schema with SchemaBuilder

    12/20/2013 3:59:04 PM

    The SchemaBuilder, the service you use in migrations to modify the database schema of your module is a convenient tool. However, you can't use it directly to modify the schema of tables defined by other modules (this is commonly the case when wanting to add indices to other modules' tables) because SchemaBuilder automatically appends you module's name to the manipulated table's name... But this is very simple to overcome!

  • Upgrading your module to be Orchard 1.8 compatible

    11/25/2013 2:55:00 PM

    So what should I do with my module to make it 1.8 compatible? Although 1.8 is not yet here (1.7.2 just released) it's not too early to deal with this question, since without intervention your modules won't even compile with the latest (soon-to-be 1.8) Orchard source.

  • Creating a Contact Form Workflow

    9/16/2013 9:18:09 PM

    Introduction One of the most frequent usages of the workflows module in Orchard will probably be to send an email notification whenever a contact form is submitted. This tutorial will teach you how to create such a custom form, intercept when it is submitted by a user, and finally how to send a custom email based on the contents of the form.

  • Orchard Security Update

    4/30/2013 8:41:32 PM

    Background On April 30, 2013 we released a security update for a discovered non-persistent XSS vulnerability targeting all versions of Orchard. For more information on this kind of vulnerability please read this http://en.wikipedia.org/wiki/Cross-site_scripting.

  • Publishing Orchard on Azure Web Sites using Git

    10/29/2012 6:04:00 AM

    The Windows Azure Web Sites hosting solution is really a fantastic hosting solution. You might already know that you can even push web sites using Git, but lately this feature has been improved so that it can automatically pull an external repo you already own.

  • MySql integration in Orchard

    8/24/2012 6:01:00 PM

    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.

Send us new blog feeds

Noticed that a blog's feed is missing from the list? 

We would love to add that to the feed list, so please don't hesitate to inform us on the following e-mail adress:

[email protected]

See our privacy policy.