Related resources for C# ref
  • C# ref Keyword9/21/2023 11:49:00 AM. C# ref and C# out keywords are used in method parameters. This article helps you decide whether to use a ref or out keyword, especially when the parameter types are value types.
  • Ref And Out Keywords In C#9/6/2023 10:40:13 AM. In C#, the ref and out keywords are used as parameter modifiers in method signatures to indicate how method arguments should be treated. They are often used when you need to pass arguments to a method
  • Difference Between Value Type And Reference Type9/4/2023 11:11:55 AM. This article tells us the difference between value type and reference type variables.In programming, data types are categorized as either "value types" or "reference types." These
  • Passing an argument by reference in C#8/20/2023 7:29:39 PM. This article contains useful information about how to use ref keyword in your C# program with the proper and easy to understand example.
  • QueryString to Object (Custom Properties)9/25/2019 12:37:36 AM. In this article I have described how to handle a QueryString with minimal effort using the features of C#, reflection and generics.
  • Reflection in .NET4/1/2019 1:33:18 PM. Reflection is the mechanism of discovering class information solely at run time. Let's see how and where to use Reflection in C# and .NET.
  • Reference and Value Types as Function Parameters Using Ref/Out Keywords5/14/2014 11:03:34 AM. In this article, we will try to study the behavior of the ref and out keywords when we use them as function parameters.
  • All About Methods in C#4/10/2014 1:06:08 PM. This article explains methods and their few unsung features.
  • Collection Framework and Reflection in C#10/21/2013 5:12:00 PM. This article defines the collection and reflection of C# in Detail.
  • ReSharper - The Magic Bullet For Visual Studio11/24/2010 12:21:17 PM. If you are doing coding on a daily basis then ReSharper for Visual Studio is a life changing product. With ReSharper you will see a change in productivity and maintainability in your programming practices. Read on to see how ReSharper can help you.