Hi guys,
I have a interface that implements/extends the generic collections interface, like so:
public class RawTrafficDataBuffer : IRawDataBuffer
The implementing class implements all the required methods the way I believe is proper for C# (I say this because the function calls were generated...
Hi guys,
I'm designing several classes that interact with each other, and I'm doing my best to make sure that these classes are weakly couples wherever possible. This has led me to implement the following design:
I'm constructing a web crawler that consists of several main classes/interfaces...
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.