Things you shouldn't be asking in asp.net
satya - Wednesday, May 30, 2007 9:46:19 AM
Tell me about the temp folders and files
satya - Wednesday, May 30, 2007 10:09:38 AM
search google for app_code namespace and assembly
satya - Wednesday, May 30, 2007 10:11:23 AM
from what I gather so far
Type spec for a class in app_code folder
ASP.classname,App_code
satya - Wednesday, June 06, 2007 8:25:28 AM
Fully qualified name of a class that is in App_code assembly
QueryDO, App_Code._r1hzihr, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
satya - Wednesday, June 06, 2007 8:26:36 AM
Sample code
QueryDO qdo = new QueryDO();
String fullname = qdo.GetType().FullName;
String assemblyName = qdo.GetType().AssemblyQualifiedName;
satya - Wednesday, June 06, 2007 8:27:04 AM
The fullname for the same object
QueryDO
satya - Wednesday, June 06, 2007 8:27:31 AM
what is this: App_Code._r1hzihr?
what is this: App_Code._r1hzihr?
satya - Wednesday, June 06, 2007 8:28:21 AM
what is "assemblyQualfiedName"?
what is "assemblyQualfiedName"?