Discover four different ways to read your own application's metadata. Examples are in C# and VB.NET.
Reading Class Properties in .NET
Published 08/16/2018
Discover four different ways to read your own application's metadata. Examples are in C# and VB.NET.
.NET is powerful because it can interrogate language constructs. The "reflection" subsystem lets you find out anything about anything.
Learn about a simple yet elegant way to secure managed assemblies from easy disassembly by using the powerful interoperability features of .NET.
Describes how to build a .NET Named Pipes multithreaded server and a client communicating with it.
Learn how to use reflection classes to read at runtime the attribute and other information defined in your assemblies (.NET Programs).
In this installment of the Xamarin series, learn about Xamarin.Forms.
Many people are still using older programming languages. Think about the pros and cons.