By how many ways you can instantiate a tuple
By how many ways you can instantiate a tuple?
Expert
There following are two ways to instantiate a tuple:
i. Use Create factory method which exists in the Tuple class. Such as, Tuple<int, int, int> t = Tuple.Create<int, int, int> (2, 3,4, );
ii. Use new operator. Such as, Tuple<String, int> t = new Tuple<String, int> ("Hello", 2);
Briefly explain the use of web.config?
Explain, what is an XML schema?
Briefly describe constant.
What are the rules and regulations which should be followed while creating the well-formed XML document?
Explain some of the versions of .NET?
State the major difference between the sub-procedure and function?
By what way we can recognize that the page is PostBack?
Write the difference between unmanaged and managed code?
Briefly describe about keywords also give example.
Explain what is meant by CTS, and how it is related to the CLS?
18,76,764
1934880 Asked
3,689
Active Tutors
1421624
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!