C# Tutorial var

Basic

  1. Compare standard object creation vs LINQ initialization in CSharp
  2. Compare to var variables in CSharp
  3. Create Anonymous Methods for printing out reverse numbers in CSharp
  4. Create Anonymous Methods for printing the square root in CSharp
  5. Create Anonymous Type in CSharp
  6. Create Anonymous Type inside an Array in CSharp
  7. Create an Anonymous Type Assigned to a Variable Declared with the var Keyword in CSharp
  8. Create an Array of anonymous types in CSharp
  9. Create an anonymous Func Method in CSharp
  10. Create and initialize the list of Simple type with LINQ syntax in CSharp
  11. Create instance for nested class in CSharp
  12. Create new object from query in CSharp
  13. Create struct for Collection with new syntax in CSharp
  14. Initialize an Anonymous Type Using Object Initialization in CSharp
  15. Return value From Anonymous Method in CSharp
  16. Use Action delegate to create Anonymous Methods for calculating the mean value in CSharp
  17. Use Anonymous Methods with Find in CSharp
  18. Use Collection Initialization in CSharp
  19. Use different ways to initialize an object in CSharp
  20. Use nested foreach loop to iterate the result from linq in CSharp




















Home »
  C# Tutorial »
    Data Types »




C# Data Types
Bool
Byte
Char
Decimal
Double
Float
Integer
Long
Short
String
C# Array
Array Example
Byte Array
C# Standard Data Type Format
BigInteger
Complex
Currency
DateTime
DateTimeOffset
DateTime Format Parse Convert
TimeSpan
TimeZone
Enum
Null
tuple
var