Who uses BlogEngine.Net for their blog? Does this work well? Will it scale?: P

I am thinking of using BlogEngine.NET to run my blog. I am a C # programmer and wondered if BlogEngine.NET was in the stomach.

Does it scale well? Is it cached correctly? Is this memory intensity? Can you easily add / remove functionality?

I also accept any hosting recommendation :)

+4
source share
5 answers

I am running BlogEngine.Net. I don't know about scaling because my weblog is not so popular (yet). I am very pleased with this. I tried the subtext earlier, and I had some stability issues, it registered exceptions that are difficult for me to debug. I got an error exporting a database to BlogML and it messed up the order of my blog posts. BlogEngine.Net looks much more stable.

I work on a virtual server hosted by my friend. I did not see performance issues, but this could be due to the huge 15 visitors per day of peak load. I have some problems when Live Writer writes blog entries twice, but I suspect this is a Live Writer error.

I really like the extension model and the way you drag and drop extensions into the design of your blog. There are not many themes that support this, but I created my own look by changing the default theme in about three hours.

+3
source

I have tried dasBlog, subText, and BlogEngine.Net, and I personally believe that BlogEngine.Net is, in general, the most robust open source blogging platform .Net. But, as with most open source projects, you should expect it to smear the elbow a bit to make it look and behave the way you want. For example, I had to change the main core and recompile in order to be able to display comments on the main page of the blog.

I experienced a bit of weirdness with caching. Sometimes changes do not appear immediately. If it really started to cause problems, perhaps there is somewhere in the setting for the job. But general caching is not a problem for me.

The platform, on the other hand, works very fast for me, perhaps because caching works well.

I am currently working on implementing my 4th blog / site using BE.Net. I am very pleased with this and look forward to contributing to the project in the near future. I used to be a big fan of subText, but BE just blew it out of the water. Plus, subText revs are not very frequent, and Haack wants to rewrite all of this in ASP MVC, which is interesting, but ASP MVC is not what I want to find out so that I can throw off and set up an instance of my blog.

Sincerely.

+4
source

This is good for us. I saw very rare situations when memory took off, when we received DDOS (there seemed to be some kind of memory leak), but overall it worked fine. We do not launch the most popular blog, but for some of our posts we received a good amount of traffic.

We also created our own plugin for our purposes.

( http://blog.lavablast.com )

+1
source

I run it on Mono. I imported my posts from livejournal and wrote some extensions for my needs. It has some problems with Mono and internationalization, but overall I like it a lot - it's pretty easy to understand and change if you are a .net developer. Speed ​​and logic are good. I can not say anything about stability or caching, because so far I have not experienced the slashdot effect.

+1
source

Please do your research on BlogEngine.net support on webfarms or clouds. BE.net was never designed to work in these environments, and there are several hacks to help ...

All entries are stored in memory (I found out when I looked at how they did their search engine), so worry a bit about how it will scale.

Otherwise, it is well written!

+1
source

All Articles