.NET Framework Developer Center >
.NET Development Forums
>
.NET Framework Networking and Communication
.NET Framework Networking and Communication
Discuss general managed code networking topics not relating to System.Net or Windows Communication Foundation (WCF).
Announcements
System.Net, System.Uri, WCF, and ASP.NET specific topics belong elsewhere
Aaron Oneal [NCL]MSFTSaturday, November 01, 2008 6:33 PMIf your topic pertains primarily to one of these technology areas, we can assist you better when you post to a more specific forum.
Please post all System.Net or System.Uri topics to the Network Class Library (NCL) forum:
http://forums.msdn.microsoft.com/en-US/ncl/threads/.
Please post all WCF topics to the WCF forum:
http://social.msdn.microsoft.com/forums/en-US/wcf/threads/.
Please post all ASP topics to the ASP.NET forum:
http://forums.asp.net/
Forum Tips and Valid Topics
Aaron Oneal [NCL]MSFTSaturday, November 01, 2008 6:24 PMIs this the right forum?
This forum is a general purpose networking and communication forum. If your question pertains to NCL (System.Net), WCF, or ASP.NET, you may receive a better response posting directly to the forums for those technologies.General Forum Tips
Here are a few suggestions (in this order of relevance) that will help you to get the best answer to your question as quickly as possible:
-
Search for your question on the forums or in Visual Studio's help system first
-- it's likely someone may have already answered your question, and you
won't have to waste time waiting for it to be answered again
- Post in the correct forum
(see below) -- since the experts in various subject matters tend to
stick to the set of forums that focus on those topics, a question about
the C# yield keyword posted in the Common Language Runtime forum will
likely take a lot longer to be answered than the same question in the
C# Language forum.
- Give details about your problem
-- rather than "When I call Process.Start I get an exception, please
help", provide the exception type, message, and call stack. Many times
it helps if you attach a snippet of the network trace/sniff of the
error that shows the error. For getting network sniffs use Network
Monitor and for network traces use the built in System.Net tracing
according to this blog.
If possible, provide a succinct code snippet that demonstrates the problem. This lets us reproduce the problem on our end and allows us to come up with an answer where just a general question may not have had enough details. Having this information means we can answer your question more quickly, without having to ask you for these details and wait for your response. If you have a big code sample please trim it down to the relevant parts that will help us understand the problem better. - Try to pinpoint the location of your error –
This will help us get to the root of the issue quickly. Saying
something like “My application cannot read from server” is less likely
to find a quick solution as compared to “My application gets a 505 not
found even though file is present since the trace shows that
FtpWebRequest does not handle a 505 error for an xyz command”
- Make sure your title summarizes the specific problem you have
-- since we try to answer the maximum number of questions we can with
our time, we often skim through question subjects to quickly find the
ones that we know the answers to. A question with a title of "Urgent!
Help needed!" is not as likely to get answered as a question with a
title of "How to define a sealed class using CodeDOM". A more
specific, detailed title is far more likely to get a response than
a general one.
- Once
you've received a correct answer to your question, either from a
Microsoft employee, an MVP, or the community in general, please mark
the post as answered.
You can do this with the "Mark as correct answer" button that appears
on the entry containing your answer. This step is important, since it
lets the Visual Studio search engine know that there is an answer in
that thread for others who may also have your problem. It also lets
people scanning the forums know that they can find an answer to that
question by reading the thread.
- Report bugs through Microsoft Connect, instead of on the forums
-- this site allows us to see the bugs in our bug
tracking database and get them assigned to the correct person. It also
allows you to follow the problem through to its resolution, and is a
much better way for us to handle issues you find than a bug report
posted on the forums.
- Use the report button -- as moderators we try to keep spam and inflammatory comments out of the forums. However if you do catch something that we missed, don't hesitate to use the report button so that we can keep the forums on-topic and a friendly place to go for help with your .NET questions!
Related Forums
When trying to figure out which forum is right for your question, here are some good candidates:
Network Class Library (System.Net) - for managed networking issues like HTTP, SMTP, Uri, FTP, Sockets etc.
Windows Communication Foundation (WCF) - for managed networking issues relating to WCF and SOA
.NET Framework Networking - for managed networking issues not relating to System.Net or WCF.
Common Language Runtime - for questions related to the runtime engine itself
.NET Development General - a general catchall for questions related to the BCL libraries, questions regarding the design of your code, etc.
Visual C# Language - for questions about the C# programming language, not the CLR or managed libraries
Visual Basic Language - same as above, but for VB
Visual C++ Language - same as above, but for C++ (both native and C++/CLI)
Windows Forms General - for questions about creating applications using the System.Windows.Forms libraries
ASP.NET Forums - for questions about writing web applications using ASP.NET
Development Forums - list of forums
Of course there are dozens of other forums available if your question doesn't fit into one of those categories. You can ask here where you should post if you have not yet found the right place.
-
Search for your question on the forums or in Visual Studio's help system first
-- it's likely someone may have already answered your question, and you
won't have to waste time waiting for it to be answered again
Filtering and SortingUse these options to narrow down the question and discussion list.
- 4129

How to send an Object through network using TCP Sockets?
programatic Sunday, November 01, 2009 2:31 PM - 031

C# app to login on website via a login-form
Sjums 7 hours 26 minutes ago - 036

How to create .iss file to uninstall toolbar silently
Hardik Thakker 14 hours 49 minutes ago - 088

Problem connecting to YahooStock Quote server using TCPClient
Kobojunkie 20 hours 17 minutes ago - 364

aspnet_regiis -i problem
SheenLim Wednesday, November 04, 2009 9:56 PM - 4238

how do i forward port to router using C# ?
Kareem Mohamed Thursday, October 01, 2009 6:35 PM - 130

Connect a Web Site Database using Dot NET.
hmog Friday, November 06, 2009 5:13 PM - 032

Unable to find the Internet Gateway Device + Upnp
Dips Patel Friday, November 06, 2009 6:48 PM - 81347

[system.net.mail.smtpclient]: Does anyone know of a *real* way to validate a successful email send?
sbrickey Wednesday, March 22, 2006 10:23 PM - 4133

How to receive UDP packets from clients with any IP address (from any subnets)
Antoine J Tuesday, October 27, 2009 10:27 AM - 034

How to dynamically record flv video from webpage or fetch them from cache?
Joe CL Hsu Friday, November 06, 2009 9:17 AM - 186

Help with Net.WebRequest/WebResponse
AndrewR73 Thursday, November 05, 2009 6:44 PM - 066

c# .net mutihomed pc and nic choice
kpele Thursday, November 05, 2009 8:23 PM - 129964

Uploading a file -- "The requested URI is invalid for this FTP command"
b182f117 Monday, June 05, 2006 3:12 PM - 034

MessageQueue.ReceivebycorrelationID()
ambati05 Thursday, November 05, 2009 6:15 PM - 2518986

writing a Telnet client with VB. NET
el_Fede Monday, July 10, 2006 8:08 AM - 054

WCF problem when using nettcpBinding
Ismail Al-Kiswani Thursday, November 05, 2009 9:06 AM - 033

WEB ARCHIEVING
HERLENE Thursday, November 05, 2009 8:57 AM - 15233

Send large files over TCP Sockets....
G.Tas Sunday, November 01, 2009 1:22 AM - 147

Covert Normal Class To DataContract Class
Matelin Wednesday, November 04, 2009 11:04 AM


