Content Management - ASP.NET Recommendations [clos

2019-02-05 15:49发布

Build vs. Buy... We've all been down this road... It seems like content management solutions need to be a tool that you keep inside the toolbox for some quick wins and they are only getting better. I could certainly look at building one, but by the time you get all the bells and whistles in there, it would have been cheaper to get one off the shelf...

I've searched StackOverflow for some recommendations, but it appears that there really haven't been any highly rated ideas for ASP.NET implementations.

Don't get me wrong, PHP and mySQL certainly have their place, but there are some instances where you really have to stick with ASP.NET and SQL Server implementations due to other limitations. Both Drupal and WordPress seem pretty cool, but I won't be able to get these setup and installed in the environments I have to work with.

What are the best ASP.NET CMS solutions out there?

9条回答
【Aperson】
2楼-- · 2019-02-05 16:11

I'd try a slightly more targeted search:

[asp.net] "content management"

Filter it to just questions tagged "asp.net", and ensure that you're searching for the phrase Content Management, rather than the two words.

A lot of it comes down to your definition of "Content Management" really. I've spent the last 5 years working professionally with things like Microsoft's CMS, and recently a bit of MOSS Web Content Management, and before that on two or three bespoke CMS that we'd written for a publishing house, so I consider a CMS to be a complete site building tools, focused around publishing multiple types and styles of content.

On the opensource/free/cheap side I've looked at few recently and found the following:

  • N2 CMS - This is what I've settled on using, mainly because they have a working MVC implementation, and I want to learn that, but it's also the closest I've found to my definition of a CMS
  • Umbraco - Close second, let down by the lack of MVCness at the time.
  • Graffiti CMS - Didn't really cut it with me as a CMS, more of a glorified blogging engine
  • DotNetNuke - VB, and I work in C#. Great if what you really want is a portal however.

Just my thoughts to back up the usual bland lists.

查看更多
做个烂人
3楼-- · 2019-02-05 16:14

My own favourite is Tridion, which can be used for either .NET or Java-based sites. It's not free, though, if that's what you're looking for.

Composite may also be interesting - also not free, but it has a possibility of a trial period.

查看更多
可以哭但决不认输i
4楼-- · 2019-02-05 16:15

You might want to check out Umbraco - completely written in C#/.NET, with a very powerful programming API (using lots of XSLT for transformations).

They offer both a free community edition as well as commercial versions.

Marc

查看更多
对你真心纯属浪费
5楼-- · 2019-02-05 16:19

I saw an article (written by ScottGu) about a cms named axcms. You can try it.

查看更多
不美不萌又怎样
6楼-- · 2019-02-05 16:19

DotNetNuke is probably the most popular and has lots of plug-ins & documentation.
It's written in VB.NET though :(

查看更多
爷、活的狠高调
7楼-- · 2019-02-05 16:21

Microsoft has released "Orchard"... This looks to be a solid CMS implementation on the ASP.NET MVC platform.

http://orchard.codeplex.com/

查看更多
登录 后发表回答