Learning management system software for .NET [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 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

Related

Where is the C# google (Calendar) api documentation? [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
Where is the C# Google API documentation?
Where are the sample codes?
These are obsolete.
https://developers.google.com/gdata/client-cs
https://code.google.com/p/google-api-dotnet-client/source/browse/?repo=samples#hg/Calendar.VB.ConsoleApp
The web full of unanswered similar questions.
OK...
I'll start with saying that the GData library is old and my recommendation is to work with Google APIs library for .NET. this library is currently maintained and we just release a new version of it two weeks ago. More details are available here:
The code of the core library (which is open source) is available in our repository - https://code.google.com/p/google-api-dotnet-client/source/browse/.
All the samples are available in https://code.google.com/p/google-api-dotnet-client/source/browse/?repo=samples
Our developer guide pages contains a lot for information about how to use OAuth2, Media upload and Media Download, etc. BUT we don't have a full documentation of the API available online. I just opened a new issue in our issue tracker - https://code.google.com/p/google-api-dotnet-client/issues/detail?id=410. Feel free to add more content to it.
All the Google.Apis generated libraries (for Calendar, YouTube, Drive, Storage, etc.) are available using NuGet. You can find all our packages here https://www.nuget.org/packages?q=google.apis&prerelease=true&sortOrder=relevance. You can also find the code that generates them in our repository.
What else?
UPDATE:
The calendar API .NET docs are available in https://google-api-client-libraries.appspot.com/documentation/calendar/v3/csharp/1.8.0-rc/annotated.html.

Are there any "dark launch" frameworks or libraries 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'm looking to start doing dark launches and ramp ups in our production site (ASP.Net Webforms / MVC). Are there any existing libraries or frameworks for .Net that help with this or do I just need to roll my own?
Clarification:
I want to build a feature and push it to production without users seeing it then have the ability to turn that feature on or off for a particular user, group of users, customer, etc.
EDIT
There are libraries / frameworks available in other languages for this.
Examples:
Ruby: https://github.com/jamesgolick/rollout
Python: https://github.com/asenchi/proclaim
I'm about to start building one but want to make sure I'm not re-inventing the wheel.
My question is: Are there any similar libraries for frameworks for .Net?
Looks like the term to search for is not "dark launch" but instead "feature flipper". I have now found a couple of libraries that do this in .Net:
Flipper by Michael Sarchet: https://github.com/msarchet/flipper
FlipIt by Tim Scott: https://github.com/timscott/flipit

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 ;)

open source .Net wiki? [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 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

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