Chat Application
I designed and developed a simple WPF real-time chat application using SignalR with WebSocket-based communication. The application stores messages in a database and enables instant message delivery between connected clients through a persistent connection. SignalR was used to handle real-time communication efficiently while managing client connections and message broadcasting.