Network+
Hi..
Iam a C# developer and I need a course that help me to understand networks and deploying projects(programs) on them better.So does the course Network+ do the job? I need your advice.
[196 byte] By [
TheEagle] at [2007-11-20 0:55:50]

# 4 Re: Network+
Google for "Network Programming In C#", you'll find plenty of links that will help you for this.
Thanks I found alot of great lessons but I need to learn other things like How to make a web server and how to deal with it.
# 5 Re: Network+
Why not just use IIS as your web server ? It's bundled as part of XP Professional/Windows Server.
I wrote an FTP server in C# here. (' http://www.dev-archive.com/Csharp/Csharp/cs_network/sockets/article.php/c7409/'). This might help you.
Darwen.
darwen at 2007-11-9 12:22:29 >

# 6 Re: Network+
Why not just use IIS as your web server ? It's bundled as part of XP Professional/Windows Server.
I wrote an FTP server in C# here. ('http://www.dev-archive.com/Csharp/Csharp/cs_network/sockets/article.php/c7409/'). This might help you.
Darwen.
Thank You very much for this great article I will read it carefully.