Explain me difference between public and static modifiers?
No Answer is Posted For this Question
Be the First to Post Answer
Why SOAP is required?
What is MSIL code ?
What is garbage collection? Explain the difference between garbage collections in .net 4.0 and earlier versions?
What are three common acronyms used in .net, and what do they stand for?
Name for built-in permission sets in .Net
What is the purpose of enumerable class in .net?
Explain Different kinds of methods?
which method do you use to redirect the user to another page without performing a round trip to the client? How?
One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid this problem?
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
What is a .net class?
What is Serialiazation?