regular expression help
I created a regular expression to parse a line in a csv file; (\"(?<word>[^\"]+|\"\")*\"|(?<word>[^,]*)) It is capable of taking a line such as field1,field2...
0 replies
Dictionary with user-defined class implementing IEquatable as key
I have a question about using the generic Dictionary class in .NET 2.0 with user-defined classes as the key. MSDN says (http://msdn2.microsoft.com/en-us/library/xfhwa508.aspx): Dictionary<TK...
0 replies
How to XPATH on HTML?
I want to use an HTTP client to fetch a web page and then extract bits of information via XPATH expressions. Both the nekohtml and JTidy libraries in java will do this. Is there something in Micro...
0 replies
First Prev Last