I am looking for shortcuts. I have some NH entities with many-to-many relationships. Something like this:
public class Customer: EntityBase
{
public virtual IList Categories {get; set; }
}
p
I am looking for shortcuts. I have some NH entities with many-to-many relationships. Something like this:
public class Customer: EntityBase
{
public virtual IList Categories {get; set; }
}
p
I am new to NoSql and DynamoDb, but from RDBMS..
My table is moving from MySql to DynamoDb. I have a table:
Customers (column: cid [ PK], name, contact information)
Hardware (column: hid [PK], n