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 to debug failed assembly binds?
How do you define the lease of the object in .net?
Explain me what is a design pattern and what is it for?
DateTime[] dt = new DateTime[10] for(i=0; i<10; i++) { dt[i] = DateTime(2008, 1, i+1) } How many heap object will be created for the above array. Choose the correct answer below. Ans: 1, 10, 11, 12
Is there built-in support for logging?
What are situations when you register .NET assembly in GAC ?
String[] a = new string[10] for(i=0; i<10; i++) { a[i] = i; } How many heap object will be created for this array. Choose the answer below. Ans: 1, 10, 11, 12
Explain the difference between asp.net & vb.net and explain architecture?
What is .net and why it is used?
Explain the top .net class that everything is derived from?
in hibernate, what is dirty reading?
Is .net is platform independent. If am using solaris, installing .net first u had to install framework, so framework is .exe file then it will not take in solaris or any other than windows,then how .net is platform independent.