Hi, I'm using MVC5 with .NET 4.6.1.
I want to users can follow each other but don't know how can I do this.. I tried these things:
public class User
{
[Key]
public int ID { get; set; }
public String Avatar { get; set; }
public String State { get; set; }...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.