.Net Framework Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 672 Page Views: 

What is Tuple from .NET framework 4?



Posted By: Avi Date: 14 October 2010 05:43:48 PM
 Answer:

Tuple contains structured data


Posted By: avibtech


Date: 14 October 2010 05:43:48 PM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image zwIeh5
Related Questions
.Net Framework : What is LINQ to SQL?

What is LINQ to SQL?

LINQ to SQL allows LINQ to be used to query SQL Server databases. It converts LINQ query to SQL quer....
Category: .Net Framework Date: 10/13/2010 11:15:48 AM
.Net Framework : How can you start asynchronous operation?

How can you start asynchronous operation?

You can call BeginInovke on delegate instance.
Category: .Net Framework Date: 10/13/2010 10:22:49 AM
.Net Framework : How can you filter runtime exceptions?

How can you filter runtime exceptions?

By using multiple catch blocks
Category: .Net Framework Date: 10/13/2010 8:38:48 AM
.Net Framework : What is difference between string and stringbuilder?

What is difference between string and stringbuilder?

String is for simple string operations while StringBuilder is used to perform high manipulation stri....
Category: .Net Framework Date: 7/3/2010 1:55:44 PM
.Net Framework : What is difference between Monitor.Enter and Monitor.TryEnter functions?

What is difference between Monitor.Enter and Monitor.TryEnter functions?

Monitor.Enter waits for the lock until it does not get it, while Monitor.TryEnter will request for l....
Category: .Net Framework Date: 7/3/2010 1:52:22 PM