The C# 3.0 language enhancements consist of: • Anonymous types – are types which are automatically inferred and created from object initializers• Implicitly typed local […]
Category: CSharp Interview Questions
Data Types in C#
Data Types in C# C# basically has two data types: Value Type Reference Type All types are objects in the CTS and they are derived from […]
