views:

114

answers:

1

I'm looking for a list of community server packages that I can integrate with C#. I have a requirement to build a community portal/facebook style site with functionality that integrates with a CMS using the .NET membership provider. I need functionality like:

  • Forums
  • Blogs
  • Profile pages
  • Groups
  • Ability to upload pictures and video
  • Status updates

We ideally want something that we can re-use multiple times. I've been scouring the net and have found a number of community portals, some open source, some not. Some .NET, some PHP etc.. the list so far looks like this:

  • Kickapps
  • Onesite
  • Community Server
  • Druel
  • Donetnuke
  • Club starter kit (codeplex)
  • Share point community
  • Jive
  • Sitefinity
  • Mizinga
  • Rightnow
  • Going On
  • Group Swim
  • Live World
  • Crowd Vine
  • Lithium
  • Awareness Networks
  • Community advanced start kit
  • Joomla
  • Pinax Project
  • Rightnow
  • Boonex
  • Igloo
  • EpiServer Relate
  • Group site

with the .NET compatible short-list as:

  • Donetnuke
  • Sitefinsity
  • onesite
  • Community server
  • Community Advanced start kit

If anyone can add to the list, or, recommend any of the projects I'd love to hear your comments!

+1  A: 

Sounds like you're looking for .Net Nuke maybe? Or something similar.

This site breaks down a bunch of different .net cms engines: http://csharp-source.net/open-source/content-managment-systems

brendan