Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Regarding help on Socket Programming with C#

Status
Not open for further replies.

surovi99

IS-IT--Management
Feb 11, 2005
28
US
Hi,

I am beginning to get familiar with Visual Studio.net and C#. Thanks for the web link. Now I would like some help on Socket Programming with C# in Visual Studio.net 2005. I would really appreciate if somebody would kindly provide me some web links.

Thanks a lot.
 
if you google Socket c# you should get some good results

Age is a consequence of experience
 
And unless you're talking to a client that only knows sockets (embedded device??) then you might want to look at WCF, which takes away all the need to create your own message-oriented socket code.

Chip H.


____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first
 
I'm still not convinced it's 100% worth it. Ask me again in a couple of months.

You have to un-learn a lot of things -- no more BeginTrans/CommitTrans -- you just set a couple of attributes.

But if you structure your app the right way, it appears to be a huge time saver.

Chip H.


____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first
 
Even more attributes. With nhibernate and This DBC thing I use I will soon have more attributes then code.

Christiaan Baes
Belgium

"My old site" - Me
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top