I'm pushing out a system under tight deadlines whose requirements need to be met without exception. It will eventually go to a DBA for review and performance enhancements, and I cannot...
While on the subject, I am informed by a former Microsoft employee who worked on SQL Server's XML DML that it does not perform as efficiently as regular DML. Therefore I've decided to...
When passing the link's href value as a relative path, the browser modifies it to the full path in memory, as is evident from IE's updated page source in F12.
In a div on my page I load an HTML file from the local domain via AJAX. The file has its own DTD, html root node, body, etc, as well as its own link...
Actually, your response describes almost precisely that which the system currently does. Following each request authentication, the Web Services Master Class...
I'm working on an AJAX app that will be accessed exclusively over secure http, and am informed that I should integrate non-linear nonces for additional security.
My data ( Name, Email...) are stored as varchar types. When I access them from the table each datum maintains its own length. However, I later move the data to a second table via sproc,...
I created independent projects for data access and exception handling, and placed their dlls in the bin folder.They work well on the dev box but not on the staging box.
even after reading these posts - nad many more - i'm not confident that this can be easily done. Most of my web research suggests that it cannot be done, so I might have better luck trying to find a...