Related resources for Types in C#
  • Understanding the Record in C#8/16/2024 5:53:13 AM. Learn how records differ from classes, their advantages in creating immutable types, and how they enhance object initialization, equality checks, and more in .NET applications.
  • What Is Struct And When To Use Struct In C#4/23/2024 8:20:54 AM. 'Struct' keyword is used to create a structure. A structure can contain variables, methods, static constructor, parameterized constructor, operators, indexers, events, and property. A structur
  • Target Typing And Shared Types In C# 9.02/6/2024 6:12:26 AM. C# 9.0 introduces Target Typing and Shared Types, enhancing coding flexibility. Prior versions flagged errors when return types differed, even with shared types. With C# 9.0, if return values share a
  • Learn Iteration Statements In C#8/28/2023 10:40:11 AM. In this article, we will learn about some iteration statements in C#.Iteration statements, also known as loops, are essential programming constructs that allow you to execute a block of code repeatedl
  • Storing Different Types Of Data In A Single Array10/24/2018 1:58:48 AM. In this video, you will learn how to store different types of data in an array. Stay tuned for coming tutorials.
  • Introduction To Types In C#1/30/2017 10:39:37 AM. In this article, you will learn about Types in C#.
  • String a Reference Type Like a Value Type in C#7/17/2015 4:15:11 PM. We often come across the question about what value types and reference types are in ASP.Net C#.
  • Anonymous Types in C#9/11/2014 2:17:04 AM. In this article you will learn about Anonymous Types in C#.
  • How to Return a Single Value of Unpredictable DataType From a Function2/21/2014 2:51:42 PM. In this article I show how to send a single value from a function when you don’t know the exact DataType of that value.
  • Working With Data Types10/13/2012 4:17:23 AM. Explains data types in C# and how to work with them.
  • Anonymous Types in C#10/11/2012 1:29:47 PM. Today, in this article let’s play around with one of the interesting and most useful concepts in C#.
  • Method Parameter Types in C# 7/10/2012 11:12:45 PM. In this article I will explain you about Method Parameter Types in C#.
  • Types in C# 11/12/2009 1:05:56 AM. In this article I will explain about data types in C#.