Tag Archives: C#

C#. Reflection. Examples of obtaining information about methods, interfaces, classes, structures, enumerations, delegates, type fields, method parameters, type statistics




Continue reading C#. Reflection. Examples of obtaining information about methods, interfaces, classes, structures, enumerations, delegates, type fields, method parameters, type statistics

C#. An example of creating a distributed application that demonstrates remote interaction between computers on a network. Namespace System.Runtime.Remoting




Continue reading C#. An example of creating a distributed application that demonstrates remote interaction between computers on a network. Namespace System.Runtime.Remoting

C#. Dynamic memory allocation. The ‘new’ operator Memory allocation for value types, structures, enumerations, objects of classes. Memory allocation for arrays




Continue reading C#. Dynamic memory allocation. The ‘new’ operator Memory allocation for value types, structures, enumerations, objects of classes. Memory allocation for arrays