Some client-side code purist argue that ASP.NETÂ’s server side controls put
to much of a load on the server and cause to many round trips to the
server. When you are pitching ASP.NET and run into these arguments how do
you answer these criticisms of ASP.NET?
Steve Miller
You can read messages
You might want to take a looke at the book, .NET e-Business Architecture
(ISBN: 0672322196). It has an end-to-end sample e-commerce application
included with it. The book is a text on n-tier architectures using .NET.
Steve Miller
You can read messages from the Advanced DOTNET archive
It would be my assumption that being that the DataReader is maintaining
state it may be attempting to use a client side cursor.
Steve Miller
G. A. Sullivan
-Original Message-
From: dotnet discussion [mailto:[EMAIL PROTECTED]] On Behalf Of
Christopher Castelot
Sent: Friday, May 03, 2002
all of the data to the client before applying the WHERE
clause of the SELECT statement. If you use server side cursors then the
WHERE clause will be executed on the mainframe rather than the client.
Steve Miller
G. A. Sullivan
-Original Message-
From: dotnet discussion [mailto:[EMAIL
Check out http://www.gastix.net. Yet another N-tier example.
- Original Message -
From: "Steve Loughran" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, April 12, 2002 1:12 PM
Subject: Re: [DOTNET] .Net Application Architecture
> - Original Message -
> From: "Simon De
It can create code behind but you have to create the code behind page as a
seperate class file and then link it up manually using the page directives.
Steve Miller
- Original Message -
From: "Stefan Finch" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursda