-
My database is MySQL. I generate migration and update database, then I see the collation of table which is different on different machines. On my machine its latin1 - default collation and on a differ…
-
Abp architecture for MicroServices/SOA
Goal: Create a working sample using Abp in order to illustrate MicroServices/SOA approach.
The concept I am willing to achieve is SOA Done Right, or Micros…
-
Moved from https://github.com/aspnet/Docs/issues/4217. Filed by @bubibubi.
Is it possible to add EF core provider for Microsoft access (as for other 3rd parties providers)?
-
abp1.3.1.0,connection sqlite prompt :"System.Data.DataException: An exception occurred while initializing the database."
-
Im trying to set up a model so that when a new one is created the column CreatedAt is set to the current timestamp and when a row is updated the UpdatedAt is set to the current timestamp. I'm using co…