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 sitemap
What is the proxy of the server object in .net remoting?
What is unboxing?
Explain the Flow of remoting?
How do you reference to a private & shared assembly ?
What is strong name and what is the need of it ?
What is asynchronous programming?
Explain serialization formatters in .net remoting
How can objects in two diff. App Doimains communicate with each other ?
I am developing a project.Title is "Remote Demonstator".Using asp.net and C# Abstact: While administrator moving mouse and clicking on any link in the webpage that action will be performed in Server machine as well as in client machine.The client initially have to log-in and make a phone call to the admin. This is my project. How can i get this? I can create a website but this concept i have to implement in my website.How can i achive this? How to get client system control and how my mouse movings can be visible to client? I request all to please give me a basic idea or some hint. Advance Thanks.
What are channels in .NET Remoting?
What are possible implementations of distributed applications in .NET?