Why would you use untrusted verification?
i am using windows authentication for c#.net remoting with iis.I uncheck the anonymous access option in directory security.when my client requests the server it returns 401:unauthorized error.How can I resolve the exception ? Please send me the reply as early as possible.
What is the Difference between directcast and ctype?
When should you use generics?
Difference between type constructor and instance constructor? What is static constructor, when it will be fired? And what is its use?
What are object pooling and connection pooling and difference between them?
Is string a data type in c#?
Why do we need to override in c#?
Why do we use virtual methods in c#?
What is the reason behind the invention of c#?
How do you specify a custom attribute for the entire assembly (rather than for a class)?
Explain “static” keyword in c#?
How do I run managed code in a process?