Andrii Kozhyn

Results 8 comments of Andrii Kozhyn

I guess the idea is that when you changed logic in event handler and want to republish events to it to recreate its stored data

Any other workarounds found?

it needs a dependency on T4Scaffolding.Core.VS2015 instead of T4Scaffolding.Core, http://stackoverflow.com/questions/31890649/t4-scaffolding-not-working-with-visual-studio-2015

Thanks for new version! I'm trying to integrate asp.net identity to existing project, and backend code requires GUID as user id. I'm not sure that its correct, but I've put...

Yes, you are right. I don't need duplicate user names.

any updates on this? @oysteinkrog ?

we switched to sqlite-net-pcl.

the `new SQLiteConnectionString()` constructor requires file path, so how could I write code to run sqlite in memory? `new SQLiteConnection(new SQLitePlatformGeneric(), new SQLiteConnectionString('%PATH?'));`