开发者

Incorporating wiki style documents in site

开发者 https://www.devze.com 2023-03-28 01:40 出处:网络
Hi I have to incorporate wiki style documents in my site, with links embedded in text and date of updates in plain view, for each entity. Entity can be people, place etc. Only 开发者_如何学运维authori

Hi I have to incorporate wiki style documents in my site, with links embedded in text and date of updates in plain view, for each entity. Entity can be people, place etc. Only 开发者_如何学运维authorized user of site can add/edit documents.

I have to implement it using .net and SQL-Server at back-end.

I am totally blank on this. Can you please help me with Links, tutorial and/or your answers that how can I achieve this.

Thanks.


You could use WikiPlex, the wiki engine behind Microsoft's CodePlex:

WikiPlex is a regular expression based wiki engine that allows developers to integrate a wiki experience into an existing .NET application seamlessly and with little effort. Built and used by the CodePlex team, WikiPlex has been thoroughly tested in real-world scenarios!


SharePoint has an out of the box wiki if you happen to have that available already. If you're coding it from scratch, I would personally start by defining all of the use cases, then modeling the database to meet those needs. Then build your data I/O layer and user interface on that. Since you're using ASP.NET you can take advantage of the asp.net forms authentication and user and role infrastructure. The question sounds a little broad for me to really get detailed on anything.

0

精彩评论

暂无评论...
验证码 换一张
取 消