C
Confused !
I am writing an ASP.NET application and I want to use shared members on the
data layer to retreive information from the SQL Server.
If I declare a Function to be Shared, how will this affect things in a multi
user environment. In other words, are my shared classes for the want of a
better word. "Instantiated" for each user.
Hope this makes sense !
--
data layer to retreive information from the SQL Server.
If I declare a Function to be Shared, how will this affect things in a multi
user environment. In other words, are my shared classes for the want of a
better word. "Instantiated" for each user.
Hope this makes sense !
--