Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 427 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 427 Bytes

Chat application using signalr with database in ASP.NET MVC

In this application I want to show how to chatting in asp.net using SignalR. The chatting data will store in the database. User online offline status will also be store in database.

How to create database

When you put a valid connection string of empty database in web config then it will create whole database automatically while first database connection.