Tales from the Evil Empire

Bertrand Le Roy's blog

  • Easy custom RSS in Orchard

    Orchard adds RSS automatically to everything that looks like a list of content items: blog posts, of course, but also comments, projections, lists, search results, tags, etc. I’ve explained before how RSS works internally, but adding a new feed from code can look like a daunting task if you’re not an experienced Orchard developer. Fortunately, there is another feature related to RSS that makes it possible to create custom RSS without writing a line of code.

  • Why I prefer spaces to tabs

    Coding convention discussions are always fun. I just had one of them on the weekly Orchard meeting, where I’ve joked that spaces are objectively superior to tabs, by which I meant that there are objective arguments in favor of spaces that I find subjectively compelling..

  • Liberté, Égalité, Fraternité

    They hate joy.

    They hate freedom.

    They hate peace.

    They hate life.

    They hate what we are: joyful, free, peaceful, and alive.

    So they scream, they enslave, they wage war, and they kill.

    They can kill us, but they won’t kill joy, freedom, peace, or life.

    We’re stronger.

    We stand together.

    We are the Human Family.

  • Sprinkling some C#6 fairy dust on FluentPath

    I moved my FluentPath library’s source code from CodePlex to GitHub, and while I was at it, I vacuumed a bit, removed the cobwebs, and decided to see what applying some C#6 goodness would do to my code. Usually, I would not advise anyone to touch existing, working code that way just for the sake of using the new features: if it ain’t broke… But I wanted to kick the tires, you know? Just don’t start sending people pull request with that sort of crap, that would just be rude ;)

  • Orchard Harvest 2015 – ASP.NET MVC 6 Tag Helpers

    Taylor Mullen was here to introduce the tag helpers that are going to be added to ASP.NET MVC 6, basically to replace HTML helpers. Tag helpers are html tag-like bits of C# code. Because they are essentially C#, you can get all the benefits of the IDE, such as IntelliSense and refactoring.

  • Orchard Harvest 2015 - VNext

    Nick Mayne is presenting this session on not the next minor version of Orchard, but the real, actual 2.0 that’s going to happen. One of the things we’re trying to access is the coupling of subsystems in the Orchard framework. Another is making it run on ASP.NET 5. To address those, a complete rewrite of the framework is in order.

  • Orchard Harvest 2015 – .NET Foundation, Future of .NET and C#

    This was my second presentation for this Orchard Harvest, so I won’t be able to exactly live-blog it, but like yesterday, I can at least post the slides. The first third of the presentation was given by Martin Woodward from the .NET Foundation, then I presented on .NET Framework and Core, then on C#6 and C#7. Most of the C# slides were provided by Mads Torgersen, so thanks a lot to him for that. And without further ado, here are the slides...