| Casting Performance (4 replies) |
| ASPFriends.com 'aspngspeed' list |
| Moved from [aspngfreeforall] to [aspngspeed] by Charles M. Carroll charlesmarkcarroll@yahoo.com What are the pros and cons of using CType() vs. Cstr,Cbool, etc. (for vb) or (string), (int), etc. (for C#)? I'm particularly interested in performance, but any other thoughts on the matter are welcome. Thanks. Ambrose |
|
| ASP:Literal vs. Response.Write (5 replies) |
| ASPFriends.com 'aspngspeed' list |
| Copied from [aspngfreeforall] to [aspngspeed] by Alex Looooooooooooowe webmaster@asp grandrapids.net This is a multi part message in MIME format. InterScan NT MIME Boundary Content Type: multipart/alternative; boundary " NextPart 001 01C1AA1E.BA0E8D28" NextPart 001 01C1AA1E.BA0E8D28 Content Type: text/plain; charset "us ascii" Content Transfer Encoding: quoted printable Hello all, 20 Wrote a littl... |
|
| SMTP service load with ASP.NET (5 replies) |
| ASPFriends.com 'aspngspeed' list |
| Hi everyone, A quickie: which of the following has less stress on a Win2000 SMTP service? one e mail message generated by an ASP.NET page sent to 1,000 recipients, all in the "To" field 1,000 e mail messages generated by an ASP.NET sent to one recipient each in the "To" field Thanks, Jason |
|
| NOT ANSWERED : Which have the best performance in Data Layer method... (3 replies) |
| ASPFriends.com 'aspngspeed' list |
| Copied from [aspngdata] to [aspngspeed] by Charles M. Carroll charlesmarkcarroll@yahoo.com Hi,.. I need some advice about encapsulation technique if i want to make data layer method to be consumed for business layer or presentation layer in another class.. In case i have two way (maybe there are another way) to do with : 1. SqlDataReader public SqldataReader myDataLayer (int myParam) { SqlCommand ... |
|
| code behind (3 replies, VIP) |
| ASPFriends.com 'aspngspeed' list |
| hi, does the use of code behind (instead of script blocks) affect overall performance? if so, how? thanks scott |
|
| Pre-compile aspx files (16 replies) |
| ASPFriends.com 'aspngspeed' list |
| To all, I have about 70 demo .aspx files and every time a new DLL is installed, the first run of these aspx files takes a long time to run (much worst than COM ). The question is that is there a way to pre compile these aspx files with the new DLL so it'll run fast the first time in short of having to 'click' on these files manually one at a time? Thanks, Frank |
|
| Persisting Datasets in ASP.NET Viewstate (3 replies) |
| ASPFriends.com 'aspngspeed' list |
| Moved from [aspngfreeforall] to [aspngspeed] by Marcie Jones marciejones@yahoo.com After reading Stephen Ryalander's article on persisting DataSets in the ViewState http://www.aspfree.com/authors/stephen rylander/Persist.aspx and Susan Warren's (of the I Buy Spy team) great article on ViewState http://msdn.microsoft.com/library/en us/dnaspnet/html/asp11222001.asp I was wondering how would you dete... |
|