views:

221

answers:

3

Looking for a good choice of .NET-based Wiki Platform. Doesn't need to be Open Source, but the cheaper the better.

+1  A: 

Linked Note

SharpForge is an asp.net 2.0(c#) project management application, released under the new BSD license. Each project has its own wiki. Rather than using a special syntax the wiki uses standard HTML. Content is versioned in the version control system.

FlexWiki is written in C#, uses the .NET framework, and stores data in files or Microsoft SQL Server. FlexWiki is an open source wiki software, released under the CPL (binaries and source code available for download).

Perspective is written in C#, uses the .NET framework, and stores data in XML files. Binary and Source Code are available for download.

SharpForge is an asp.net 2.0(c#) project management application, released under the new BSD license. Each project has its own wiki. Rather than using a special syntax the wiki uses standard HTML. Content is versioned in the version control system.

Daok
+3  A: 

See this question for relevant information.

Jason Bunting
In you question you want "easily skinnable, has an API (auto upload initial wiki content) and scalable" that he might not want...
Daok
+3  A: 

Screwturn Wiki
Probably the best in terms of extensibility and ease of use/installation.

I have been able to code plug-ins that are immensely helpful and powerful. This is the main wiki for our development team.

Paige Watson
I use screwturn for some projects and i like it. In my opinion the best .Net wiki engine.
crauscher