What is .net and why it is used?
No Answer is Posted For this Question
Be the First to Post Answer
How to create properties and methods using controls?
Explain what is the difference between a class and an object?
Please explain what inheritance is, and why it's important?
i m fresher,hav SQL knowledge but in my ofc. i hav to work on dotnet. so plz tell me how to learn it,? from where to stat? i hav C prog. knowledge, ASP.net
i have an array of 10 objects whose values are from 1-10 randomly inserted. i have deleted one array object. tell me what is that value? write the logic of it.
2 Answers Deloitte, Srp Khanij,
Should I use readerwriterlock instead of monitor.enter/exit?
Explain About GDI object ?
What are Sessions?
Conceptually, what is the difference between early-binding and late-binding?
What is Application Domain?
What is strong name?
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