How Can I Learn when to build my own Interfaces

Posted by BDotA on Stack Overflow See other posts from Stack Overflow or by BDotA
Published on 2010-05-19T02:34:31Z Indexed on 2010/05/19 3:00 UTC
Read the original article Hit count: 284

Filed under:
|
|

I am using C# and I know what are the interfaces and how syntatically use them,etc. but what I have not learned yet is that when I am tasked to write a project, create a component,... How should I learn better about interfaces so when I want to do something I be able to Think about using them in my design...or for example I want to learn about dependency injection or even using mocking objects for testing, these are all related to good understanding of interfaces and know when and how to use them ... Can you plase provide me some good advice, reading,... then can help me with that?

© Stack Overflow or respective owner

Related posts about c#

Related posts about oop