Whenever I write a new class and add some internal fields, I use an underscore prefix like so:
private readonly int _foo;
Why did the .NET team decide to create an AppDomain interface with the name _AppDomain? It just bugs me to see it whenever I type an underscore to get my class level fields in intellisense. Why isn't it IAppDomain or something else?
Yes, I am very picky... I know