Framework to create a community in ASP.NET
I received an assignment to develop a community to a club with about 1,000 members. Members shall be able to keep in touch, post pictures/movies 开发者_运维百科and read about/register for events the club arranged.
I am looking to develop this in ASP.NET as it is what I know best (is it a wise choice?). I wonder if you could recommend any FREE framework or guide I can start from when I create the community.
There is an ASP.NET project based on BlogEngine.NET, YAF, ScrewTurn wiki - which may be useful although I do not think there's any OOTB support for events: http://sueetie.com
Check out Microsoft's Club Site Starter Kit
A starting point for creating a web site for your club or organization. Includes a news > posting, calendaring, member directory, and photo album systems.
Create news announcements and news articles with photos or links to a photo album. Create and view Membership lists of club members. Create photo albums and share the photos from your club activities.
- Download the Club Web Site Starter Kit
- Download Generic Scripts for SQL Server 2000 & MSDE
- Download the Event Calendar Control
- View Discussion Forum
Would that be something you could use?
You could either use:
- DotNetNuke, Umbraco, MojoPortal or the likes - most of the code is already written, but creating new modules/features is not that easy/simple.
- n2cms, Project Orchard - were made just to be especially to extend, although they have less built-ins.
you can use open source DotnetNuke Content Management System
精彩评论