What's the problem with .net generics?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of enumerable class in .net?
Please explain what is reflection and what is it for?
How to Exchange data between Webservices
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
Explain how to load the contents of an xml file into an xmldocument object?
What are good ADO.NET object(s) to replace the ADO Recordset object.
What is Entity Relationship Model in .NET?
What is CLR? How it will work?
What is Flyout Design Pattern in .NET?
0 Answers Petranics Solutions,
What is meant by globalization and localization?
How can you instantiate a tuple?
What's wrong with a line like this? Datetime.parse(mystring);