Question about Service Interfaces

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
11 years ago
Is there a reason why we have interface classes, like IBlogService, ICategoryService? We can still do the same thing with BlogService.cs and CategoryService. Maybe someone can clear up the confusion for me.
11 years ago
because we like out code to be SOLID. Do a Google search for "why interfaces C#" and "SOLID C#".
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.