SignalR and SQL server 2012
Hi all,
I am developing an online chat app in C#(VS 2012) and I came across examples that use signalR. Problem though is they do not use a database to store their messages and I have to use a database(will be implementing the MVC architecture). Anyone have a working example? I have never done something like this before so I am completely clueless.