which classes are used in asp.net
i am currently learning desktop/ console app programming with c#
i am curious to know when you write asp.net web pages do you still use the same classes
that you use in writing desktop apps
eg using system
using threading
etc
or is it that when you write asp.net web pages you are only allowed to use a certain category of classes.
thnx