Arduino enc28j60 with VB.net

Hello
I need to interfacing between arduino and vb.net through enc28j60
But i'm new for this thing ,somebody can get me easy sample ?

thanks

The enc28j60 is an ethernet shield. It talks to web servers or web clients. Unless you are trying to create a VB-based web server to respond to an Arduino-as-client (and any other clients) or a VB-based web browser to make requests of the Arduino-as-server, you are going about this all wrong.

Could it be possible to communicate via UDP using sockets from arduino and VB?