📜 ⬆️ ⬇️

.Net Framework Interior Workshop

< First of all, I want to note what I mean by internals. In this case, I mean it is the internal .Net Framework data structures. After all, being under his care, what do we see? Slender architecture classes, strict typing, security settings. And everything seems to work as an automagic and there is no need to think about anything. And it seems even great. But you are essentially in the Matrix. In the Matrix, the laws of which you know only by hearsay. That GC works that way, you were told. But you are not sure that this is so?

So if you continue the metaphor, the course is aimed at a software exit from the borders of the CLR. Having listened to the course, having done practical tasks on the spot, you will learn how to exit .Net with .Net tools. Change the structure of .Net types without resorting to reflection. To interfere in the process of multithreading, and to make really shamanic things.

I really hope that you will like the program very much, because in fact, this is the result of our own research, and all that is there, it will not work.

')
UPD: To be seen, I will write here: the link below takes you to the timepad ticket registration area. There you book a ticket. I'll send you a letter with details how to pay

Master Class Program



The basics of memory management in .Net and not only


How objects are arranged in memory


Practice : basic tricks


Practice: Advanced Tricks



When and where?


Registration page:


What you need from:


The picture for the seed (after calling CloneThread, the current thread branches into two, each of which goes to its own part of the if condition):

Source: https://habr.com/ru/post/221475/


All Articles