CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

Strong Name Tool (SN.exe)

.Net – Assemblies – How to Reference Assemblies?

We have created one simple private assembly hello.exe in our previous article. In this article, we will look at how to reference Assemblies into our programs and how to call methods in assemblies. Let’s create a simple program testapp.cs. Below is the code: // testapp.cs // using System; namespace CodeSteps { public class TestApp { […]

Scroll to top