[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

mark

12/6/2002 2:47:00 PM

I wrote an application using System.Net.Sockets. It simply
transfers messages between to machines, kind of like a
chat client. I need to be able to rewrite this application
with out using the framework. How can I do this by using
existing components on a machine?
Mark
1 Answer

NETMaster

12/6/2002 11:55:00 PM

0

Every code written in C#/VB.NET/MC++ needs the .NET Framework Runtime.
There is absolutely no 'workaround'.

If you want to program network sockets without .NET,
you have to use e.g. classic C++ and the Winsock API,
or any other non-.NET programming-language
that supports sockets.


--
Thomas Scheidegger - MVP .NET - 'NETMaster'
http://www.cetus-links.org/oo_d... - http://dnetm...