How to load the contents of an xml file into an xmldocument object?
No Answer is Posted For this Question
Be the First to Post Answer
Is atl redundant in the .net world?
What is Custom attribute? How to create? Namespace? If I'm having custom attribute in an assembly, how to say that name in the code? What is Reflection in .NET?
3 Answers Accenture, CC Soft, Infosys,
Explain what is the difference between encrypting a password and applying a hashing?
What are the purposes of using .net?
What is a strategy pattern? Implement it.
what is machine key error in .NET how can we solve it?
When developing a Windows service for .NET, which namespace do you typically look in for required classes?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
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
Define code access security (cas)?
how do you retrieve the customized properties of a .NET application from XML .config file? Can you automate this process?
What is strong-typing versus weak-typing? Which is preferred?