System name space ?
For example, where would I find underlying implementation for this event handler - https://docs.microsoft.com/en-us/dotnet/api/system.diagnostics.eventlog.entrywritten?view=dotnet-plat-ext-3.1
I would recommend to install ILSpy and the matching VS extension for integration in the IDE
Thank you for suggestion. This is going to be my last resort, but for my learning - I assumed dotnet core version of classes would be publicly available, is that a wrong assumption? Is there no way to see "official" code? I am new to dotnet world, if it wasn't already clear :)
sure, .NET source code is there: https://github.com/dotnet/runtime
Обсуждают сегодня