PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : [S] TCP/UDP Netzwerkprog. VB.NET/C#/C++



c2x
01.02.2010, 19:54
Wie der Titel schon sagt, ich suche Ebooks (free und paid)/ gebundene Bücher zum Thema TCP/UDP Netzwerkprogrammierung wahlweise in VB.NET, C# oder Visual C++.

Hoffe ihr habt was im Angebot ;). Habe mich bisher bei GalileoComputing umgeschaut, bei TerraShop etc. aber nicht viel verwertbares gefunden.

cheerz :D

Interceptor
01.02.2010, 20:06
Ich denke zum Thema C# kann ich dir was besorgen für C++ hab ich irgendwo Tuts herumliegen. Schreib mir ne PM mit Kontaktmöglichkeit und ich melde mich demnächst bei dir.
Solltest du zufällig C++ von A bis Z haben, dort findest du ne brauchbare Einführung.
//Edit: Deswegen kaufen würde ich es mir allerdings nicht.

MfG
Interceptor

krusty
01.02.2010, 20:12
Über Tcp in vb.net
Hier sind einige video von mir, leider sind 2 ohne sond glaub ich:
http://www.youtube.com/watch?v=KgoeasLa0O4
http://www.youtube.com/watch?v=ZuKg-a4xbSg
http://www.youtube.com/watch?v=v3J2smJGzaQ
http://www.youtube.com/watch?v=0v_Le5v2D58

vlt hilft es dir.

blackberry
01.02.2010, 20:13
Für C/C++:
http://www.zotteljedi.de/socket-tipps/

IRET
01.02.2010, 20:36
Für C#
http://www.codeplanet.eu/tutorials/csharp/4-tcp-ip-socket-programmierung-in-csharp.html

c2x
01.02.2010, 21:41
Woaaaaah. Ihr seit so die besten <3 Ich hab euch soooo lieb :P

ahso, auf Youtube wäre ich natürlich wieder nicht gekommen, viel zu umständlich gedacht ;)

Interceptor
06.02.2010, 16:50
Sollte es außer RepTiL! noch jemanden interessieren(hab ihm schon ne PM geschickt), dieses Buch ist zu empfehlen:

Richard Blum C# Network Programming
http://www.amazon.com/C-Network-Programming-Richard-Blum/dp/0782141765 (http://service.gmx.net/de/cgi/derefer?TYPE=3&DEST=http%3A%2F%2Fwww.amazon.com%2FC-Network-Programming-Richard-Blum%2Fdp%2F0782141765)

Allerdings folgender Kommentar stimmt:


The .Net framework and the C# language bring some new design patterns and
some paradigms that are definitely different from what we used to see with
C/C++ or Java and I found that this book while containing a lot of source
code examples in C# lacks coverage of such patterns and the .Net way of
solving issues like high performance multi-client servers, performance
oriented data handling over network connections, multi-threaded network
applications design patterns in C# and .Net framework,...

In summary, if you are new to C#, .Net and have never programmed network
applications in another language and are looking for a book that covers a
lot of subjects, this is your book. If you already have the TCP/IP
Illustrated books and want an advanced book about how .Net and C# apply to
network programming, I recommend "TCP/IP Sockets in C#", a much smaller book
but extremely focused on what the title says!

MfG Interceptor