khalid bunery

what is networking in .NET
through which lilbraries i can programe a bus topology network thanks.



Re: .NET Framework Networking and Communication what is networking in .NET

Jörg Jooss - MSFT

The System.Net namespace and its subnamespaces offer primarily classes for TCP/IP and socket programming (ISO layer 3 and higher). What you're looking for seems to be an ISO layer 1/2 topic.



Re: .NET Framework Networking and Communication what is networking in .NET

khalid bunery

Thanks You Sir

I read about these namespaces specialy System.Net.Sockets
Sir actualy i want to connect 2 OR 3 PC's in my room with a local network and via my own application,for example i send a mesage from PC1 to PC2,then the PC2 can able to diaplay that measage.
kindly sir how i can do it
plz help me

thanks
khalidbunery





Re: .NET Framework Networking and Communication what is networking in .NET

Jörg Jooss - MSFT

These examples should get you started.