Archives

Archives / 2008 / August
  • Make C# namespace internal

    Tags: .NET

    It’s very common that you want to hide some of your code, so that people who are using your library can’t directly use some of your classes and methods. But one step above, you have your … more