Q:

generic dbcontext entity framework core

    public class SampleContext : GuidDbContext
    {
        public IDbSet<Foo> Foos { get; set; }
        public IDbSet<Bar> Bars { get; set; }
    }
0

New to Communities?

Join the community