R
Raagz
Hi,
I came across the Microsoft Data access applicaiton block,
and noticed that all the methods in the sqlhelper class are static.
Suppose if i use the Microsoft DAL block in an ASP.NET application
will having static methods affect when muliple users use the
applcation.
I have read that we need to use lock (C#) keyword if we use static
variables in ASP.NET applicaton.
Please comment.
Raagz
I came across the Microsoft Data access applicaiton block,
and noticed that all the methods in the sqlhelper class are static.
Suppose if i use the Microsoft DAL block in an ASP.NET application
will having static methods affect when muliple users use the
applcation.
I have read that we need to use lock (C#) keyword if we use static
variables in ASP.NET applicaton.
Please comment.
Raagz