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
Can anybody suggest me a good documentation tools with easy use GUI for C#
I think you should go for sandcastle instead. It is an open source project run by Microsoft.
NDOC is a very good tool and can be eaisly used with GUI.
Related
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
Is there any open-source toolbox in C# Microsoft Visual Studio that auto-spell words like Microsoft Word does? I'd use DevExpress, its good but it's not free.
I really need it in my OCR Application. Please help me.
You can try SpellCheck Class in .NET
http://msdn.microsoft.com/en-us/library/system.windows.controls.spellcheck(v=vs.110).aspx
There are other attempts by hobbyist in codeproject you can take a look at it
http://www.codeproject.com/Articles/5277/NetSpell-Spell-Checker-for-NET
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
I have little amount of job to do in C#, and I'd like to avoid buying&installing Visual Studio for it.
Are there some lightweight IDE-s for C#? I think, the most important feature for me would be code completion.
Thanks in advance! Vitaly.
To be honest I use the express version of Visual Studio.
It does all the small stuff.
I think that Microsoft brought it in because they were losing the home and student developers.
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
Have you seen library for flexible working with terminal(Unix like)?
I want to implement autocompletion, history, help params in my console application same operations you can see in the Unix terminals.
C#, Mono library.
Thanks.
Here you go, GNU Readline support for Mono, Mono-Readline.
See also, Is there a .Net library similar to GNU readline?
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 have found C++ FQA Lite very edificatory and would like to read more criticism. Could you recommend me something similar but concerning C#, please?
Thanks.
I don't think there is such a document. Most of the problems mentioned in the C++ FQA are not relevant for C# (and other languages).
You might want to read Common programming mistakes for .NET developers to avoid.
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've noticed there are a few solutions to allow the use of memcached on C# / ASP.NET:
memcacheddotnet
enyim.com Memcached Client
BeIT
Which one should I use? It seems like the enyim port has more active development, but I wanted to see what you guys recommend.
I use BeIT and i am happy with it.
Take a look at Velocity. Its Microsofts new alternative, its not stable yet but looks promising.