Although I have intermediate knowledge of asp.net & C#, but I am still not clear with what's the difference between String (capital S) and string in C#?
When to use which one?
Example code:
...How can I Enumerate an enum
in C#? Here is my current code, and it does not works:
If user entering url across multiple country wise, if url exists message should come like : facebook.com exists in DE,IN. Here is the current code
...