App_code is a bundled folder of Website model starting from ASP.NET 2.0.
ASP.NET 2.0 also comes bundled with a number of App_XXX folders, of which App_Code folder is an important folder. The App_Code directory allows for sharing code. Classes defined in this folder are compiled at runtime as opposed to compiled assemblies that are typically found in the bin folder.
For more info see Shared Code Folders in ASP.NET Web Sites