beneficial in terms of performance
Posted
by Usama Khalil
on Stack Overflow
See other posts from Stack Overflow
or by Usama Khalil
Published on 2010-05-12T06:39:51Z
Indexed on
2010/05/12
6:44 UTC
Read the original article
Hit count: 288
Hi,
is it better to declare Webservice class object instances as static as the .asmx webservice classes have only static methods.
what i want is that i declare and instantiate webservice asmx class as static in aspx Page Behind Class.
and on every event call on that page i could perform operation against webservice methods.
is it beneficial in terms of performance?
Thanks
Usama
© Stack Overflow or respective owner