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.
Related
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
as the title says, is there an implementation of the SHA-224 algorithm for c# in .Net? I can't seem to find any reference through it.
thanks a lot in advance
There is not one within the default install of .NET. The only SHA-2 algorithms are 256, 384, and 512.
External libraries may exist, but an answer is outside the scope of StackOverflow.
There is no in-built library, but you can find code here http://hashlib.codeplex.com/SourceControl/changeset/view/60118#514361
Hope this help.
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.
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.
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
Anyone know of an eye-tracking library for C#, C/C++ or Objective-C? Open-source is preferable. Thanks.
OpenCV could probably do it. It has the ability to perform face recognition, so eye tracking might be a subset of that.
Here is a page full of eye-tracking resources, many of them open-source.
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
Does anyone know of a good .NET port of the OGNL library here? It looks like I could use something like this and the only one I have found so far is on SourceForge here and hasn't been updated since 2005.
I've been looking for something like this as well. Unfortunately, there isn't anything I'm aware of that's feasible for use in a real project. Sorry!
One suggestion that might be of help is to e-mail the author directly. Oftentimes, they abandon the project because they've found that another existing project's work is more in line with what they were trying to accomplish.