Whenever I write a new class and add some internal fields, I use the underscore prefix as follows:
private readonly int _foo;
Why did the .NET team decide to create an AppDomain interface named _AppDomain? It just seems to me that I see it whenever I type an underscore to get class level fields in intellisense. Why is this not an IAppDomain or something else?
Yes, I am very picky ... I know
source share