Simple TCP/IP client/server application

Intro

For a university lecture I had to write a simple application to demonstrate a client/server communication over TCP/IP. I know there are many demos in the world wide web and now there is one more ;-)

Code

Below I post you the code and at the end of the post you will find a [...]

JavaScript-Frameworks

Auch diese Ausarbeitung stammt aus der Vorlesung “Objektorientierte Software Engineering”, geschrieben von Tobias Maier.

Ausarbeitung

 

Download-Link JavaScript-Frameworks JavaScript-Frameworks.pdf View post

JavaScript-Frameworks im Vergleich

Author:Tobias Maier Category:JavaScript Date:December 7, 2011 88.0 KiB 61 Downloads Details…

C# Tutorials

Kleine Linksammlung zu C#

DLL-Aufruf: http://dotnet-snippets.de/dns/dll-aufruf-SID28.aspx

ADO.NET – die Verbindung zu einer Datenbank herstellen: http://openbook.galileocomputing.de/visual_csharp/visual_csharp_25_001.htm#mj5584d33603a92a947abc6bc87ede4f67

Entwickeln vom Windows-Dienstanwendungen: http://openbook.galileocomputing.de/visual_csharp/visual_csharp_20_003.htm#mjefcda1d20317d548315b7fa6d71a2787

API-Aufrufe mit PInvoke: http://openbook.galileocomputing.de/visual_csharp/visual_csharp_20_002.htm#mj391e583525457812f4c9b85ab37a758e

Strings formatieren mit C#: http://alexonasp.net/samples/stringformatting/

Texteingabefelder mit der Klasse »TextBox« http://openbook.galileocomputing.de/visual_csharp/visual_csharp_14_006.htm#mj9204ae386b65efc58a16804834ea4645

C# – Textdatei – Lesen, Schreiben und zeilenweise Manipulation http://www.tsql.de/csharp/csharp_textdatei

C# Tipps, Teil 1 – Threads, Prozesse und Synchronisierung http://msdn.microsoft.com/de-de/library/bb979243.aspx

Mit [...]