How to use the built-in users(System.Web.Security.MembershipUser) from asp.net mvc 4.5
template project ,
with any new model?
for example I want to make a Posts/Forum model with the registered MembershipUser(s) ,
how to do it using EF Code First ( using last version EF5 + Visual Studio 2011 express web beta) ?
Thanks