crazyboybert
Programmer
Hi All
A general question really not so much a problem. Has anyone worked with the xml namespaces in asp.net and if so how did you find it.
I've been working on a project, one of the requirements of which is to store prefernces against a user such as most commonly selected items from lists. As I hadnt used XML with .net yet I thought i'd use this as an opportunity to have a play.
Great the XML support is pretty good and there is a lot of useful features tucked away in the XPATH namespace. Problem is performance. Even very simple operations processing a basic xml file such as select a group of nodes based on an xpath expression and writing out their text to the screen takes several seconds to complete.
I can't afford this sort of degradation in performance to my app when the same functionality from a database can be resolved in a fraction of a second.
Anyone used XML successfully, encountered similar performance limitations, got any tips for making XML usable within .net as at the moment it seems to slow to be of any real value.
All thoughts appreciated. Have a good weekend ;-)
Rob
------------------------------------
On with the dance! let joy be unconfined;
No sleep till morn, when Youth and Pleasure meet
To chase the glowing hours with flying feet.
-Byron
------------------------------------
A general question really not so much a problem. Has anyone worked with the xml namespaces in asp.net and if so how did you find it.
I've been working on a project, one of the requirements of which is to store prefernces against a user such as most commonly selected items from lists. As I hadnt used XML with .net yet I thought i'd use this as an opportunity to have a play.
Great the XML support is pretty good and there is a lot of useful features tucked away in the XPATH namespace. Problem is performance. Even very simple operations processing a basic xml file such as select a group of nodes based on an xpath expression and writing out their text to the screen takes several seconds to complete.
I can't afford this sort of degradation in performance to my app when the same functionality from a database can be resolved in a fraction of a second.
Anyone used XML successfully, encountered similar performance limitations, got any tips for making XML usable within .net as at the moment it seems to slow to be of any real value.
All thoughts appreciated. Have a good weekend ;-)
Rob
------------------------------------
On with the dance! let joy be unconfined;
No sleep till morn, when Youth and Pleasure meet
To chase the glowing hours with flying feet.
-Byron
------------------------------------