Click here to Skip to main content
15,906,455 members
Home / Discussions / C#
   

C#

 
GeneralReally good ...gladiatron Pin
Sun Rays6-Dec-07 19:54
Sun Rays6-Dec-07 19:54 
GeneralRe: WHY ASPX pages are running slow...? Pin
pmarfleet6-Dec-07 21:36
pmarfleet6-Dec-07 21:36 
GeneralRe: WHY ASPX pages are running slow...? Pin
Sathesh Sakthivel6-Dec-07 22:09
Sathesh Sakthivel6-Dec-07 22:09 
GeneralRe: WHY ASPX pages are running slow...? Pin
Anthony Mushrow7-Dec-07 15:17
professionalAnthony Mushrow7-Dec-07 15:17 
AnswerRe: WHY ASPX pages are running slow...? Pin
N a v a n e e t h6-Dec-07 18:51
N a v a n e e t h6-Dec-07 18:51 
GeneralRe: WHY ASPX pages are running slow...? Pin
Sathesh Sakthivel6-Dec-07 19:00
Sathesh Sakthivel6-Dec-07 19:00 
GeneralRe: WHY ASPX pages are running slow...? Pin
Pankaj - Joshi6-Dec-07 21:47
Pankaj - Joshi6-Dec-07 21:47 
AnswerRe: WHY ASPX pages are running slow...? Pin
Pete O'Hanlon6-Dec-07 22:59
mvePete O'Hanlon6-Dec-07 22:59 
I think you are getting architecture and implementation mixed up here. If you write a PHP page that does nothing but return HTML, then it is going to be faster than an ASP.NET page that hits the database, pulls back a couple of thousand rows, binds them to various parts of the display and then sends that back to the client, with a couple of HTTP handlers interacting on the way.

The only way to verify speed differences is to code up two systems that do exactly the same thing, in exactly the same way, and measure the time over a period of interactions.

Pankaj - Joshi wrote:
This is the only web technology which having the compiled code


Errm no. What about CGI code? What about Java applications? Please check your facts before making bald statements like this.


Deja View - the feeling that you've seen this post before.

My blog | My articles



GeneralThank you very much.... Pin
Pankaj - Joshi6-Dec-07 23:42
Pankaj - Joshi6-Dec-07 23:42 
QuestionC# with Selenium [modified] Pin
Vruddhi Vasoo6-Dec-07 18:11
Vruddhi Vasoo6-Dec-07 18:11 
GeneralRe: C# with Selenium Pin
Michael Sync6-Dec-07 20:39
Michael Sync6-Dec-07 20:39 
QuestionHow can i Apply theme at runtime Pin
Vinoth Karunanithy6-Dec-07 17:54
professionalVinoth Karunanithy6-Dec-07 17:54 
GeneralRe: How can i Apply theme at runtime Pin
Anthony Mushrow7-Dec-07 15:11
professionalAnthony Mushrow7-Dec-07 15:11 
Generalcomparing two arrays Pin
rameshdontagani6-Dec-07 17:50
rameshdontagani6-Dec-07 17:50 
GeneralRe: comparing two arrays Pin
Sathesh Sakthivel6-Dec-07 17:52
Sathesh Sakthivel6-Dec-07 17:52 
GeneralRe: comparing two arrays Pin
rameshdontagani6-Dec-07 18:05
rameshdontagani6-Dec-07 18:05 
GeneralProblem in CheckedLitBox Pin
chanzeb6-Dec-07 17:47
chanzeb6-Dec-07 17:47 
GeneralRe: Help meeeee!!!! Pin
Sathesh Sakthivel6-Dec-07 17:51
Sathesh Sakthivel6-Dec-07 17:51 
GeneralRe: Help meeeee!!!! Pin
Abhijit Jana6-Dec-07 18:02
professionalAbhijit Jana6-Dec-07 18:02 
QuestionNew to C# .Problem while accessing sql server Pin
mohanallam6-Dec-07 17:28
mohanallam6-Dec-07 17:28 
GeneralRe: New to C# .Problem while accessing sql server Pin
I.explore.code6-Dec-07 17:43
I.explore.code6-Dec-07 17:43 
GeneralRe: New to C# .Problem while accessing sql server Pin
mohanallam7-Dec-07 16:54
mohanallam7-Dec-07 16:54 
GeneralSetting value in installer and reading at runtime Pin
atuldeore6-Dec-07 17:26
atuldeore6-Dec-07 17:26 
GeneralRe: Setting value in installer and reading at runtime Pin
Jacky Yiu6-Dec-07 17:48
Jacky Yiu6-Dec-07 17:48 
GeneralRe: Setting value in installer and reading at runtime Pin
I.explore.code6-Dec-07 17:52
I.explore.code6-Dec-07 17:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.