asp.net mvc blogging engine [closed]

2019-01-29 22:26发布

I am looking for some open source blogging engine build on ASP.NET MVC. Is there any production ready projects available?

Note from svinto: I want this as well, but rather something that plugs in to any asp.net mvc site, using any DI/IoC or ORM. - Instead of creating a new similar question, I'm using this one.

These are the blogging engines I've found and their dependencies, subdependencies etcetera:

Oxite

Atomsite

Both of these seems to be more separate applications rather than something you mix and match with other things. Does anyone know of anything that:

  • Has a separate assembly (or one for controllers and one for models)
  • Uses repository pattern
  • Allows use of any DI/IoC
  • Allows use of any ORM
  • Comes with view templates that I can change

6条回答
Anthone
2楼-- · 2019-01-29 22:36

http://orchardproject.net/ based on ASP.NET MVC 2, Razor etc

查看更多
地球回转人心会变
3楼-- · 2019-01-29 22:41

Worth to mention BlogEngine.Net in this posts, so:
http://www.dotnetblogengine.net/

and here list of its features:
http://www.dotnetblogengine.net/page/features.aspx

and here the documentation:
http://blogengine.codeplex.com/documentation

It's not MVC, but worth to consider it.

查看更多
家丑人穷心不美
4楼-- · 2019-01-29 22:42

http://www.funnelweblog.com - ASP.NET MVC 3.0, Razor, and used by a number of bloggers already.

查看更多
Deceive 欺骗
5楼-- · 2019-01-29 22:43

not sure what you determine as production ready?

Oxite is in beta, but seeing as MVC is not yet at RTM, I doubt you'll find anything that isn't determined as a pre-release.

http://www.visitmix.com/Lab/Oxite

I hope that helps.

edit: http://www.codeplex.com/oxite

查看更多
Melony?
6楼-- · 2019-01-29 22:44

I would recommend a NBlog. Really lightweight. Best to integrate to the existing site.

查看更多
放我归山
7楼-- · 2019-01-29 22:53
登录 后发表回答