Why you REALLY need to think about your interfaces (brian.genisio.org)
published 1 year, 4 months ago, submitted by
BrianGenisio(850) 1 year, 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: