Answer Posted / guest
Web Services might use it, as well as non-Windows applications.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Name the property of the textbox which cannot be changed at runtime?
Why do we need generics in c#?
How to use the sreamReader class to read form a text file?
What is the difference between internal and protected in c#?
Explain the difference between passing parameters by value and passing parameters by reference with an example?
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
How does c# generics and c++ templates compare?
Is namespace a class?
What is the do while loop code?
What is a string c#?
What is dataset c#?
Explain about Oops concept
What are the fundamental differences between value types and reference types?
What does using do in c#?
Distinguish between finally and finalize blocks?