What are the security issues if we send a query from the
application?
Answer Posted / vidya
SQL injection
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Can we make a Static Constructor Parameterized? Give Reason with your answer
How is lazy loading achieved?
what is the difference between interface and multiple interface?
What is ado c#?
Is c# an open source language?
What is the difference between asp net and c#?
What is the difference between interface and abstract class in c#?
How to implement singleton design pattern in c#?
What is _layout cshtml?
In a C# class we have a SortedList member m_addinProjects
we want to provide an iterator to allow the consumer of
this class access to the items in the collection. Please
provide an iterator method for the AnalyzeAddinsDLL class
below and an example of how it would be used.
namespace AnalyzeAddinsDLL
{
public class AllAddInProjects
{
private SortedList
Does c# provide copy constructor?
What does the dispose method do with the connection object?
What is the .net datatype that allows the retrieval of data by a unique key?
How many types of constructors are there in c#?
What does namespace mean?