Mikhail Shcherbakov gave a presentation on sandboxing in the .NET CLR. He discussed the .NET security architecture including application domains, code access security, permissions, and the transparency model. He explained how sandboxing is the base of security and developing extensible yet secure applications. He also covered sandbox implementation in ASP.NET partial trust applications and vulnerabilities like the luring attack and exception filter attack that bypass security.