Showing posts from April, 2026

.Net Fundamental summary

The Ultimate .NET and CLR Deep Dive: A Chapter-by-Chapter Summary Chapter 1: The CLR’s Execution Model Source code is compiled into managed modules , which are standard PE32/PE32+ files containing Intermediate Language (IL) and metadata . These modu…

Load More
That is All