Why you REALLY need to think about your interfaces(brian.genisio.org)
submitted by
BrianGenisio(1000) 3 years, 4 months ago
When you write your interfaces in C#, you might be casting them in stone. You REALLY need to think about how you write your interfaces. Avoid interfaces with concrete parameters such as Dictionary<> and List<> and prefer interfaces such as IDictionary<> and IList<>. Here is why!
|category: C#
|Views: 683
tags:
ReadIt C# another
Everyones tags:
Your Tags: