I am having a 'learning' day and am delving into an ASP.NET solution to try and learn more advanced techniques for building apps (I'm still in novice stage so please can you answer as if I am stupid :)... lol).
And I have a couple of questions...
1.) Looking through the code I see this method
public interface Somthing()
I have never seen 'interface' before? What is it used for? And could you point me in the right direction to find out more about using it
2.) I keep seeing things like this in the comments
<see cref="CoComment"/>
I'm not sure what this means?
Any help greatly appreciated