Hi,
I have a project with DDD design, and the models are in a separated DLL.
How I proceed to implement AspNet Identity in my solution without references of DLL from AspNet Identity to my domain?
In case without reference of interface IUser<TKey> to my User model it seems sufficient.
Thanks
Go to the complete details ...