Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Threading.Tasks; | |
using System.Web; | |
using Microsoft.AspNet.SignalR; | |
using Microsoft.AspNet.SignalR.Hubs; | |
using SimpleChat.Models; | |
using System.Collections.Concurrent; |
@model SimpleChat.Models.LoginModel | |
@{ | |
ViewBag.Title = "Chat"; | |
} | |
<head> | |
<title>Simple Chat</title> | |
<link href="~/Content/bootstrap.css" rel="stylesheet" /> |