S
shapper
Hello,
I am creating a few services on a application like MembershipService,
TwitterService, etc ...
As far as I know services in .NET, well at least in ASP.NET, are
usually static.
Should I make the services classes static?
And I suppose the services methods need and should be static to.
Correct?
Thanks,
Miguel
I am creating a few services on a application like MembershipService,
TwitterService, etc ...
As far as I know services in .NET, well at least in ASP.NET, are
usually static.
Should I make the services classes static?
And I suppose the services methods need and should be static to.
Correct?
Thanks,
Miguel