# SocketChat **Repository Path**: senbenmu/SocketChat ## Basic Information - **Project Name**: SocketChat - **Description**: C# & WPF Client-Server chat application - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-07 - **Last Updated**: 2022-01-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SocketChat A simple Client-Server chat application written in C# & WPF. ## Contains sample usages of: - Socket Programming using **System.Net.Sockets** - Multithreading using **System.Threading** - XAML Binding and **System.ComponnentModel.INotifyPropertyChanged** for reporting changes to UI - GC using **System.IDisposable** - Continuous Integration using **AppVeyor.com** (Free for open source projects) ## Third party dependencies: - **Extended.Wpf.Toolkit** - Nuget: https://www.nuget.org/packages/Extended.Wpf.Toolkit/ - Github Repo: https://github.com/xceedsoftware/wpftoolkit ## Continuous Integration: - AppVeyor: [![Build status](https://ci.appveyor.com/api/projects/status/n9iypj68vtkogj8b?svg=true)](https://ci.appveyor.com/project/Kolahzary/socketchat)