Click here to Skip to main content
15,886,582 members

Comments by kornakar (Top 33 by date)

kornakar 18-Apr-13 8:43am View    
You could use the Split method to split the string with a space (' ') and then loop though the resulting array and count the "hi" words.
kornakar 21-Mar-13 3:17am View    
You can generate the C# class from the schema with XSD.exe. http://msdn.microsoft.com/en-us/library/x6c1kb0s%28v=vs.80%29.aspx
kornakar 27-Aug-12 6:00am View    
What solutions have you tried? Do you need help on a specific problem?
kornakar 24-Aug-12 2:20am View    
Well I posted it first (Solution 1, see) :) But I guess I should have provided a full code for him and not the link only.
kornakar 16-Aug-12 5:46am View    
Funny that my answer is downvoted, but it is exactly the same link as in Santhosh Kumar J's answer :)