open source .Net wiki? [closed] - c#

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Could anyone recommend me a good open source .Net based wiki project? Better with successful deployment and user experience, and have a good community to support. :-)
Thanks!
regards,
George

Screwturn wiki- http://www.screwturn.eu/ is what I currently use successfully.

DekiWiki
Runs even on Mono. The MonoDevelop site runs on it.

Roadkill .NET Wiki engine:
Free, open source (Ms-PL)
Wizard-based installer
Supports Creole, Markdown and Media Wiki syntax
Both database and Active Directory security by default
Very easy to theme: comes with a mediawiki theme by default
Comes with a screw-turn importer
Also works with Mono on Ubuntu
And its technologies:
.NET 4 (sorry 2.0/3.5 people!)
LightSpeed ORM - works with SQL Server, Sqlite, Postgres, MySQL, MongoDB
ASP.NET MVC 3/razor
JQuery
Lucene.net

Related

Is there any standalone json-rpc server library for C#? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm looking for a standalone json-rpc server library for c#. I do already know ones that work with ASP.NET but couldn't find one that can be used as standalone.
The closes i could find was http://jsonrpc2.codeplex.com/ which is not actually standalone but works with ASP.Net.
Note: The project we are working on is standalone and we are also targeting mono framework which is the reason we are looking for a stand-alone json-rpc server.
Actually, https://github.com/Astn/JSON-RPC.NET
is a stand alone json rpc server. It just happens to have a plugin for ASP.net.
There is no dependency in ASP.net or IIS.
Check out the documentation on running a console server at that link you posted.
There is also a discussion there about hosting that server over raw sockets.
-- Edited url to github instead of codeplex --
SignalR matches those requirements:
http://signalr.net
Although its primary usage is for web, it is not required to run a web server: it can be run in a windows service or a standalone application.
Have you looked at PokeIn? It may suit your needs depending on your requirements.

Can someone suggest a good wiki for our dev team: asp.net / active directory / c# / IIS [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Can someone suggest a good wiki for our dev team please.
I know this question has been asked before, and I've been looking at foswiki, it looks good but won't work well in our environment: asp.net / active directory / c# / IIS.
We're hoping to find one that works well in our typical windows environment: asp.net / sql server / iis / active directory NTLM authentication.
Any recommendations would be great, thanks.
ScrewTurn Wiki (It's what Chuck Norris uses)
If you have SharePoint, or if you can install SharePoint(Standard Edition will be enough), you can use SP's wiki sites which works on exactly the technologies that you have mentioned and will provide good OOB integration for your environment.

Well documented open source project in .net [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
im seaching some good quality open source project in .net, according this topic
https://stackoverflow.com/questions/143088/open-source-c-projects-that-have-high-code-quality
i found intresting open source projects like "Sharp develop", its great because i can build & run it without problem, but i would like learn how it was developed in deep, learning from only source code without well documented classes, pattern used in project, techniques etc is difficult task. Can anyone provide information about project which i can understand easier.
thanks for suggestions.
nopCommerce - open source shopping cart.
http://www.nopcommerce.com/default.aspx
I recommend iTextSharp (.NET Port of iText, written in C#), a open-source library used for PDF generation on-the-fly. I've personally worked on it..used the DLL version for my project, but was checking out the code to see how it was written..
http://sourceforge.net/projects/itextsharp/files/
Maybe Noda Time is an option, John Skeet's .Net port of Joda-Time. The User Guide looks good and...I mean, he's known for good quality code ;)

Learning management system software for .NET [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am currently investigating open source .NET based solutions for an learning management system (LMS), but am hitting a huge wall. Most folks seem to recommend DotNetSCORM, but not only is their site down for maintenance, but code files I found for it from SourceForge and CodeProject seem to be for old alpha/beta builds.
What solutions do you all know of that are out there for LMS's that are both .NET and open source?
Thanks!
You could try http://www.similarsites.com (and similar sites).
Personally I wouldn't go for anything that's down for several days (at least since June 20 according to google cache)
Take a look at SharePoint LMS project http://www.sharepointlms.com/
I think it's the most powerful LMS build with .NET
SharePoint LMS is a fully functional LMS based on the Microsoft SharePoint platform. LMS combines most powerful eLearning tools and features such as:
Learning Path Tracking
Reports SCORM 1.2 or 2004 compliance AICC compliance
Collaborative tools
Shared Question Pool
Web conference

Good Lucene .NET alternative for ASP.NET website [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Are there any good alternatives for Lucene .NET to use in a ASP.NET website?
I want to index XML-, TXT-, PDF- and DOC-files.
Thanks!
I couldn't say if this is better than Lucene.NET but you might want to look at https://searcharoo.codeplex.com/.
This is late, but i think that Lucene.Net is now compatible with Medium Trust
see about midway in this post :
http://blogs.taiga.nl/martijn/2009/06/24/new-adventures-under-medium-trust/
Update
Adding this note for anyone else who finds this :
The final resolution of the issue is noted below. Short version : Lucene.Net officially runs under Medium Trust.
http://issues.apache.org/jira/browse/LUCENENET-169
why not try solr?
http://lucene.apache.org/solr/
Searcharoo has been mentioned. https://searcharoo.codeplex.com/
It's fully C#/.NET (edit - original domain no longer accessible. The codeplex link is to the searcharoo source code and the project has not had any update since 2012).
Also from this link:
Whoosh (purely Python, no C#/.NET bindings)
zettair (C; no C#/.NET bindings)
indri (bindings for Java, PHP, C++, but not C#/.NET)
Sphinx (for MySQL or PostgreSQL, or XML pipes)
Xapian (C++; has C#/.NET bindings)

Categories

Resources