What is the difference between C# 3.5 and C# 4.0?



What is the difference between C# 3.5 and C# 4.0?..

Answer / Saurabh Kumar Dubey

C# 3.5 introduced several important features such as LINQ (Language Integrated Query), anonymous types, extension methods, and automatic properties. C# 4.0 expanded upon these additions with dynamic typing, async-await keywords for handling asynchronous tasks, optional parameters, and named arguments.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Is datetime a value type in c#?

1 Answers  


what is c# command?

1 Answers  


What is a data set in c#?

1 Answers  


What is a struct in C#?

1 Answers   Arigo Infotech,


What is an ienumerable in c#?

1 Answers  


What is hashtable c#?

1 Answers  


Can you inherit from a sealed class?

1 Answers  


How can you prevent escaping on backslashes in C# with string definitions?

1 Answers   Siebel,


What is activator c#?

1 Answers  


What is the difference between firstordefault and singleordefault?

1 Answers  


What is ControlBox Propertie

1 Answers   MCN Solutions,


Can we declare class as protected?

1 Answers   Infosys,


Categories