|
-
May 10th, 2012, 06:31 PM
#4
Re: Speed issues and trips to the database
 Originally Posted by CVMichael
Web services are slow in general...
That's a big generalization.
A well made web method can build it's data-for-return quicker than most native asp.net methods. I make sure to use StringBuilder to allocate memory and poke the strings into concatenation...
I switched from using asp.net to my own ajax/jquery/vb.net web methods as a way to make things run faster actually.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|