Things you shouldn't be asking in asp.net

Tell me about the temp folders and files

search google for app_code namespace and assembly


Type spec for a class in app_code folder
ASP.classname,App_code

Search msdn


QueryDO, App_Code._r1hzihr, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null

QueryDO qdo = new QueryDO();
String fullname = qdo.GetType().FullName;
String assemblyName = qdo.GetType().AssemblyQualifiedName;

QueryDO

what is this: App_Code._r1hzihr?

what is "assemblyQualfiedName"?