Where can I find open source applications that use lucene.net [closed] - c#

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I am looking for any open source application that uses lucene.net. I am working on a complicated web application and would like to see how others have implemented lucene.net.

I think Raven DB uses it under the hood.

The latest release (2.5) of SubText uses it.

Related

C# Libraries for pattern recognition in time series [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
Are there are any standard libraries for pattern recognitionin time series in c#? All I see are those in Python
Thanks
you can check the following libraries :
Cronos
Math.NET Iridium
Deedle: Exploratory data library for .NET
also you can call R functions from C# check this link

Looking for an one file AOP proxy generator [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I'm working on an automatic pageable collection for WPF. I'm using internally the excellent library LinFu.DynamicProxy. I would like to minimize the dependencies, and I did not find any "one file" solution implementyng a DynamicProxy generator, so I would like to ask if you are aware of such a component.
Thanks,
Felice
Well, I found a solution writing one myself, really bound to the functionality I actually need. Here is the code for reference.

Looking for a Q&A/Feedback Website in C# [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I'm wondering if someone is aware of an open source C# initiative for a Q&A/Feedback Website similar to stackoverflow, getsatisfaction or even UserVoice. I try using a few keywords over Google and codeplex but with no luck so far.
have you looked for any open source MessageBoards
http://yetanotherforum.net/
Here. I found this question on another stackoverflow site.
https://meta.stackexchange.com/questions/2267/stack-overflow-clones

sftp for .net c# [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
my boss has asked me to come up with a test page which can handle sftp of a file from one internal server to another.
As Ive never done this before I was wondering if anyone could give me a shove in the right direction please?
thanks
DD
.Net Framework doesn't have internal support for connecting to SFTP. But there are some free libraries which can handle that - right now I am using in my project this one successfully - SharpSSH.

Any good Wizard libraries for Winforms? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm looking for a good "Wizard" library for Winforms.
WYSIWYG editor preferrable, but not a must.
You pretty much have to role your own. It's not that hard. I wrote one in under 30 minutes.
Here's two links to help you out:
http://www.codeguru.com/csharp/.net/net_general/visualstudionetadd-ins/article.php/c6911/
http://www.differentpla.net/content/2005/02/implementing-wizard-c
DevExpress has an excellent wizard control but most usually do roll their own.

Categories