I’ve got a new article up at The Code Project about how the internal keyword in C# can be used safely while preserving encapsulation. In a nutshell, it is about using internal interfaces instead of giving internal access directly to properties or fields, and how this can help maintain strict encapsulation while nevertheless granting [...]
Archive for October, 2009
Using the Internal Keyword While Preserving Encapsulation
Posted in C#, Programming on October 20, 2009 | Leave a Comment »