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 was wondering if there is a library in .Net to clean up and remove unclosed tags in an html document?
html agility pack
http://www.codeplex.com/htmlagilitypack
HtmlTidy!
See the url below for more details:
http://www.devx.com/dotnet/Article/20505/0/page/2
The source of the download/project is:
http://tidy.sourceforge.net/
I gave the other link because it contains information about a .net wrapper and setting everything up. Hope this helps!
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
I'm trying to write my own LDAP Client Library.
Would you like to give me some examples of such libraries which use OOP.
They can be written in C++, Java, C#, etc.
Thanks in advance!
In java, LDAP can be connected through javax.naming.ldap.* packages which comes in standard distribution. I found the following two links, where in you can get sample codes.
http://www.adamretter.org.uk/blog/entries/LDAPTest.java
http://code.google.com/p/java-use-examples/source/browse/trunk/src/com/aw/ad/LdapBasicExample.java?r=2
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
please does anyone know if there is c# library for formatting C based codes? I'm writing some code generators for myself and it would be nice to have code which comes out of my app formatted. I was looking for some but it's hard to find.
Thanks.
Only one I have ever tried with marginal success was.
http://www.gnu.org/software/indent/manual/indent.html
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 looking for a lightweight alternative to MS Code Contracts. Basically an alternative for Contract.Requires and Contact.Ensure. I don't even care about the rewriting - just something simple I can plug in for checking parameters and results. For example, I did find http://lightcontracts.codeplex.com/ but this is now 4 years old.
Greg
You might check out CuttingEdge.Conditions or Lakad Rules which is part of the Lokad Shared Libraries:
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 creating a Windows 8 app which will need to export some content from a RichTextEditor to a PDF file.
Can anyone advise the best way of doing this and if there are any Free tools available
thank you.
You can use PDFCreator, there are lots of examples provided in many languages (including C#).
other option ITextSharp http://sourceforge.net/projects/itextsharp/
you need import the library that suport RTF or HTML
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 would like to add to FileHelpers an Excel parsing engine based on the NPOI library, but I can't find anywhere the source code of the 2.9.x version.
Anyone can point me where I can contrbute to the project?
The last source code is on github
https://github.com/MarcosMeli/FileHelpers
Welcome to the project, I'm a bit out but would be great some help to reactivate the 3.0 release :)
Thanks !!!