Jonathan Wood

Results 43 comments of Jonathan Wood

@roji I've gathered some more information. It looks like you can use the Table attribute to specify that the name has changed. Once that migration is built, the attribute can...

@roji Yeah, i'm trying to piece it together. But it was similar to what's in the Mitchel Sellers article I linked to in my original question. Also similar to the...

@roji Right. The only thing I couldn't understand is how renaming the entity with the `Table` attribute changes the table name. In the following DbContext code: public DbSet Widgets {...