E
Elias Politakis
What I am failing to understand is how come and the whole world is treating
ASP.NET as the irresistable pie for web development, whereas you have a
server roundtrip for each mouse click on a form.
Sure Internet is not as slow as it used to be, especially with ISDN and ADSL
connections, but still it is not as fast as it should be in order to support
that technology...
Sometimes I wonder, what is wrong of having HTML bound ADO recordsets on the
client and using XML HTTP for fetching and updating data to and from an ASP
page. Why this model is not far better than ASP.NET ?
Consider, with the model described above, you download a data form (HTML)
once and then you have a roundtrip to the server each time you want to fetch
data from refined criteria or update them.. minimal roundtrips with binary
data travelling over the cable... no reduntand HTML or XML transfers.
My thesis is that HTML alone is good enough for the presentation layer of
data and ASP and XML could be used as the medium for data transfers - not
mixed content and data, promoted by both ASP and ASP.NET models.
Since it is possible to achieve separation of data from the content (data
inside ADO Recordsets bound to HTML tables) and a smooth and managable way
of data transfers through XML HTTP, why ASP.NET ?
Why since Microsoft gives us all the required tools and technology for
competitive (perfornace wise) web applications, promotes those two models
(ASP, ASP.NET) in their worst possible usage ?
And yet, the natives follow this trend..
Well some natives are getting restless.
EGP.
ASP.NET as the irresistable pie for web development, whereas you have a
server roundtrip for each mouse click on a form.
Sure Internet is not as slow as it used to be, especially with ISDN and ADSL
connections, but still it is not as fast as it should be in order to support
that technology...
Sometimes I wonder, what is wrong of having HTML bound ADO recordsets on the
client and using XML HTTP for fetching and updating data to and from an ASP
page. Why this model is not far better than ASP.NET ?
Consider, with the model described above, you download a data form (HTML)
once and then you have a roundtrip to the server each time you want to fetch
data from refined criteria or update them.. minimal roundtrips with binary
data travelling over the cable... no reduntand HTML or XML transfers.
My thesis is that HTML alone is good enough for the presentation layer of
data and ASP and XML could be used as the medium for data transfers - not
mixed content and data, promoted by both ASP and ASP.NET models.
Since it is possible to achieve separation of data from the content (data
inside ADO Recordsets bound to HTML tables) and a smooth and managable way
of data transfers through XML HTTP, why ASP.NET ?
Why since Microsoft gives us all the required tools and technology for
competitive (perfornace wise) web applications, promotes those two models
(ASP, ASP.NET) in their worst possible usage ?
And yet, the natives follow this trend..
Well some natives are getting restless.
EGP.