Challenge Overview
Recently, we has run a POC Assembly and POC Architecture to explore the upgrade for .NET from 2.0 to 4.0 (64bit) for TopCoder Competition Engine.
The upgrade is quite simple, but not all new features are enabled by default, because for .NET, the code is going to check the il code to only allow a limited set of classes and methods to be used.
The main purpose of this contest is to evaluate existing security check logic, make necessary update in order to support the new features introduced for C# and VB.NET in .NET 3.0, 3.5 and 4.0.
see detail requirements in wiki
Final Submission Guidelines
see detail requirements in wiki