Created
May 20, 2021 13:55
-
-
Save gam4er/f9d0ed93697f08fc32ddb11fdcec6136 to your computer and use it in GitHub Desktop.
List of resources for PHDays
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://docs.microsoft.com/en-us/dotnet/standard/assembly/load-unload | |
https://docs.microsoft.com/ru-ru/dotnet/standard/assembly/unloadability | |
https://docs.microsoft.com/en-us/dotnet/framework/performance/loader-etw-events | |
https://stackoverflow.com/questions/9271805/net-module-vs-assembly - yep assemblies can doesn't contain any code | |
https://docs.microsoft.com/en-us/previous-versions/dotnet/netframework-4.0/zst29sk2(v=vs.100)?redirectedfrom=MSDN | |
https://docs.microsoft.com/en-us/previous-versions/dotnet/netframework-4.0/ab4eace3(v=vs.100) | |
https://docs.microsoft.com/ru-ru/dotnet/standard/assembly/ - great article in RU | |
https://docs.microsoft.com/en-us/dotnet/framework/app-domains/application-domains | |
https://docs.microsoft.com/en-us/dotnet/framework/configure-apps/file-schema/runtime/loadfromremotesources-element | |
https://stackoverflow.com/questions/5783228/effect-of-loaderoptimizationattribute |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
List of resources for PHDays