I was trying to figure out Unit of work pattern for EF.In couple places I have read that DBcontext in EF6 comes with UOW and Repository by default.
I am little confused now . Do I Need to explicitly write UOW for dbcontext of EF6 or i can just use it as DbContext.table.Commit() it will do the same.