What are the security issues if we send a query from the
application?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / palash ghosh
sql injection is the the major security threat to over come
the threat of sql injection use parameterised sql.
| Is This Answer Correct ? | 2 Yes | 0 No |
What is the purpose of System.EnterpriseServices namespace ?
What is ODP.NET?
Can you pass SOAP messages through remoting?
When we use web service and when we use Remoting?
What are the ways to configure remoting objects before client can use them?
Explain how can you automatically generate interface for the remotable object in .net with microsoft tools?
Write a example code for remoting?
Define proxy in .net remoting?
What is UUID and GUID what is the size of this ID ?
What is the purpose of strong name?
Threading Types ?
What's the difference btw the following methods in .NET remoting? RegisterWellknownServiceType() RegisterWellknownClientType() RegisterActivatedServiceType() RegisterActivatedClientType()