Challenge Overview
Previously, we have run a POC Assembly to explore the upgrade for .NET from 2.0 to 4.0 (64bit) for TopCoder Competition Engine.
The upgrade to work is simply, but not all new features are enabled by default, because for .NET, the code is going to check the il code to allowed a limited set of classes and methods to be used.
Unlike the normal architecture, this contest is going to evaluate existing security check logic, and proposed whether upgrade of security check part, in order to support the new features introduced for C# and VB.NET in .NET 3.0 and 4.0.
see detail requirements in wiki
Final Submission Guidelines
see detail requirements in wiki