【.Net】index
阅读这篇文档你会了解到:
- .Net 的相关技术文章和解决方案
- .Net 实现细节
- .Net 开源项目
- Stack Overflow 上关于 .Net 的相关话题
0x01 文章推荐
-
.NET Framework Internals: How the CLR Creates Runtime Objects | Microsoft Learn
-
(转)TransparentProxy/RealProxy 孪生兄弟 - 柠茶 - 博客园
如何使用
RealProxy
-
.net - List AppDomains in Process - Stack Overflow
获取所有的
AppDomain
-
The Truth About .NET Objects And Sharing Them Between AppDomains - Geeks with Blogs
.Net 是如何在 AppDomain 之间共享的 Assembly。以及如何在 AppDomain 之间共享数据
-
.NET Internals Cookbook Part 0 — Table of contents – Random IT Utensils
.Net 系列文章,介绍了 .Net 中的很多特性。
-
Concept of Shared Assembly in .NET
如何创建一个 shared dll 并加载到程序集中
-
runtime/docs/design/coreclr/botr/method-descriptor.md at main · dotnet/runtime
MethodDesc 的说明
-
How does .NET JIT a method? (also featuring ‘Tiered Compilation’) - DEV Community
.Net JIT 的工作原理
开源项目推荐
-
How to Make an ISAPI Redirection Filter - CodeProject
如何创建一个 ISAPI 的重定向过滤
-
secana/PeNet: Portable Executable (PE) library written in .Net
使用 .Net 解析 PE 文件
Stack Overflow
-
了解到 AppDomain 是如何被加载的。Shared Domain 的相关内容。
-
c# - Get Memory Address of Loaded Assemblies - Stack Overflow
获取程序集的加载地址