I must convince the boss to use .net tecnologies but I dont know where to
start. What is the fastest tecnology to use?
My ideas are.
Use Xslt to transform the xml and send just HTML to the browser.
Use c# to read the xml files and send the personalized HTML to the browser.?
Another question I have is. the process currently writes the XML to a FILE ,
isnt it faster if we store the XML on a text or blob field on the database?
The Database can be sqlserver oracle or my sql
--
LUIS ESTEBAN VALENCIA
MICROSOFT DCE 3.
MIEMBRO ACTIVO DE ALIANZADEV
.Net is better than legacy technologies.
However more important is security. In any cases, .net or legacy
technologies, file based scenarios is dangerous. Use database instead of
files. Speed is a minor issue compared with security.
"Luis Esteban Valencia" <luis...@haceb.com> wrote in message
news:en%23AtTc8...@TK2MSFTNGP10.phx.gbl...