code first

  1. B

    Feedback on CMS that auto-generates from EF Core

    Hope it's ok to post this here. I'm looking for feedback on a CMS we have built. See it here: Cloudy CMS for .NET Core, C#, and EF Core The main feature is that this CMS automates creation of a graphical admin interface based on your EF Core models. No custom API or anything to write your...
  2. etkmlm

    Resolved ASP.NET Code First Paradox

    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; }...
Back
Top Bottom