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 |
Name the distributed systems available apart from .net remoting?
Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs? In what way it is best?
what are the requirements to enable remote components to interact each other?
What are dynamic assemblies?
What are various types of assemblies ?
Write a example code for remoting?
How does assembly versioning in .NET prevent DLL Hell?
3 Answers Satyam, Siebel Systems,
What are remotable objects in .NET Remoting?
What's the difference btw the following methods in .NET remoting? RegisterWellknownServiceType() RegisterWellknownClientType() RegisterActivatedServiceType() RegisterActivatedClientType()
How do you directly call a native function exported from a DLL?
What are the channels in .net remoting?
What is objref object in remoting?