Why would you use untrusted verificaion?

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


Please Help Members By Posting Answers For Below Questions

Name the property of the textbox which cannot be changed at runtime?

688


Why do we need generics in c#?

665


How to use the sreamReader class to read form a text file?

747


What is the difference between internal and protected in c#?

624


Explain the difference between passing parameters by value and passing parameters by reference with an example?

677






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 m_addinProjects; public AllAddInProjects() { m_addinProjects = new SortedList(); } } }

2043


How does c# generics and c++ templates compare?

644


Is namespace a class?

647


What is the do while loop code?

650


What is a string c#?

632


What is dataset c#?

680


Explain about Oops concept

703


What are the fundamental differences between value types and reference types?

729


What does using do in c#?

663


Distinguish between finally and finalize blocks?

676