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
Elaborate the term WebService and how it differ from Remoting?
define client activated objects (cao)?
When do we use delegates in your remoting applications?
Is it a good design practice to distribute the implementation to remoting client?
Will clr handle unmanaged code or not?
Difference between .net remoting versus distributed com?
What are the different types of channels used by .net remoting and which is the best one?
Can you pass SOAP messages through remoting?
What are the difference between static assemblies and dynamic assemblies?
What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?
What are the information required to configure remote objects?
Can you explain remoting?
What is Remoting?
Define singlecall activation mode in .net remoting?
Explain the differences between marshal by value and marshal by reference?