T
thdevdex
I'm new to the web forms world (ASP.Net) but not vb and am converting a
vb6 windows app to the web. If I create public subroutines at a module
level, is this a problem in a server based app? Will my users step on
each other? I'm confused about whether global module level subroutines
and variables are exposed to all users at the same time or if .NET gives
them their own space at runtime.
Also, I'm assuming that creating a class for each subroutine will give
me an instance of the object where it's data is encapsulated thereby
eliminating the above if there is a scope problem. Just looking for
thoughts here.
Thanks.
vb6 windows app to the web. If I create public subroutines at a module
level, is this a problem in a server based app? Will my users step on
each other? I'm confused about whether global module level subroutines
and variables are exposed to all users at the same time or if .NET gives
them their own space at runtime.
Also, I'm assuming that creating a class for each subroutine will give
me an instance of the object where it's data is encapsulated thereby
eliminating the above if there is a scope problem. Just looking for
thoughts here.
Thanks.