what is machine key error in .NET how can we solve it?
No Answer is Posted For this Question
Be the First to Post Answer
How does you handle this COM components developed in other programming languages in .NET?
What is RCW (Run time Callable Wrappers)?
How Can Creating Installation Components in .Net?
Why do we use the “using” statement?
What is web.config in .net?
questions on various scenarios on exception handling? like for example.... try { a; b; ...exception occurs here...what happens...will catch execute or will finally execute...will c execute c; } catch { a; b; c; } fianlly { a; b; }
when web.config file is being called or referenced?tell me about the searialized procedure followed in page loading.
Does .net supports destructors concept?
What are the main components in .net?
Which among the following two is best and why? Abstract Class and Interface. What is the major difference in between those two except the discrete methods and methods with function definition.
What is exception handling?
Explain what is the difference between encrypting a password and applying a hashing?