mac-address

Is there any virtual network card which is connected to the PCI Interface ( other than Lan Card) ?

I am developing window application in C#. I am using the following code to generate the MAC address. I want to generate unique MAC address. I want the MAC address of the primary Lan Card. For this scenario I am using the following code. private void Form1_Load(object sender, EventArgs e) { Management...