Chris Bacon — So you want to create your own .NET runtime?

preview_player
Показать описание
— —
Running C#/.NET code is something we do all the time. But how does the .exe/.dll file produced by the compiler actually get executed? What's going on inside the dotnet[core]/Mono runtime?

In an attempt to answer these questions we'll investigate the contents of a .NET executable file and the things that the runtime needs to have in place in order to execute .NET code. With examples from a very simple interpreted .NET runtime, demonstrating that this may not be as complex as you imagined!

Рекомендации по теме
Комментарии
Автор

Великолепный доклад.

Один вопрос - где ссылка на репозиторий? Очень хочется поковырять, а ссылки нет..

psilon