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]
# 1 Re: Network+
You mean you are taking some course on networking already or want to know if there are any ?
Krishnaa at 2007-11-9 12:18:20 >
# 2 Re: Network+
Google for "Network Programming In C#", you'll find plenty of links that will help you for this.
Ejaz at 2007-11-9 12:19:20 >
# 3 Re: Network+
You mean you are taking some course on networking already or want to know if there are any ?
No I didnt take any course on networking yet.
TheEagle at 2007-11-9 12:20:25 >
# 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.
TheEagle at 2007-11-9 12:21:30 >
# 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.
TheEagle at 2007-11-9 12:23:28 >
# 7 Re: Network+
If you are just wanting to know how networking works then I would recommend using a Network + book. But if you are looking for programming techniquest then You might want to find a network programming book.
jstephens at 2007-11-9 12:24:31 >