Is it possible to search through a Hashtable by a string using foreach? I am new to C# and seem to be struggling with correctly implementing the foreach statement. I am attempting to grab each word from a readline and put them individually in a hashtable. This is code that I am working...
Raypru,
i think that I have to agree with Diancecht. I have never heard of this being done before. But I am curious as to what purpose this would serve if it were possible? Are you trying to establish some type of logging capability? It sounds like you are somewhat familiar with Java, so if...
I am not sure if I understand your post completely, if you post some type of code example that would be more clear. From what I think you are trying to say, I don't understand why it would be important for Object B to care about which class has instantiated it.
gonna need more info.
I think that the most effecient method of testing database connectivity is to implement a few design ideas. first, pull out all of the code that has anything to do with a database, connection or otherwise, and put it in its own class/method. once you have done this, write very specific tests...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.