thamathar
thamathar
Was wondering the same think, have the menu on vertical on a side of the screen, and open from left to right and close from right to left (if on...
+1 The need for this? Well when I create table I all ways give name to the constraints, I know that SQL can generate them, but I prefer to give...
Any one has found a workarround for this?! I know it is possible to Edit the generated file, and add a query in there to give a proper name to...
After spending some time on this, there is a work arround for this. We just need to define the default value with the method the EF provide us, replace the...
This is the logic behind of what I did explain, just created this now from home to help out. ```c# public class MSqlDbContext : DbContext { protected override void OnConfiguring(DbContextOptionsBuilder...