What are the security issues if we send a query from the
application?
Answer Posted / kkl_9branes
Third party can able to see your query and also there can
be SQL Injection if the query is SQL statement.
Query should be encrypted before sending from application.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What is unmanaged code?
Explain marshalling and its types in .net remoting
Difference between .net remoting versus distributed com?
Which Namespaces is used to achieve the Remoting?
What are the ways to configure remoting objects before client can use them?
Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?
Are you aware of containment and Aggregation ?
What is the difference beween the registeractivatedservicetype() and registeractivatedclienttype()?
Explain how does assembly versioning in .net prevent dll hell?
What is the proxy of the server object in .net remoting?
Which one is better WebService and Remoting ?
Explain how to directly call a native function exported from a dll?
Define delegates and events?
Will clr handle unmanaged code or not?
Garbage collector?s functionality on unmanaged code ?