It's already mid-August and I just finished a round of BlogEngine.NET updates to take advantage of the new features in 1.4.5.x. For a lot of folks, the need to Blog is what makes this platform so valuable. But my clients, and my own interests also include adding Extensions and Advertising. Now that there's a Text box Widget, I can add simple ads like an Amazon link, Google AdSense, and affiliate links right in the Widget Zone without any special code. Maybe this can be improved to target this medium, but I have to admit, if it works, I'm going to use it as is. But there are a few things I'd like to see sooner than later.
Multiple Blog Support
What if I had 15 Blogs on different topics and some of them included overlapping authors? I would like to support this configuration with One code base, One server or service layer, connecting to a Single SQL database or SQL Server farm. I know I'd want this because I want it now and I have 8 Blogs, with 8 Web Apps, 4 AppPools, and 8 sets of XML Data.
SQL Server Express wouldn't cut it since my server started running into resource issues. Not because of SQL Server but because I need 8 databases the way this configuration is setup. Even if I upgrade my server (or hosting platform) to allow for more capacity, it doesn't scale. Also, I will spend more time maintaining Blogs than writing for them. So more Blogs = Less Blogging. That's not a positive goal for me.
More...