silverlight 5.0 - EF 4 to EF 5 Database Authentication -
i have application developed using ef4, .net 4.5, silverlight 5, ria services.
i want upgrade ef4 ef5, lot of differences specially on dbcontext.
i using custom database authentication in ef4 implementing iauthentication interface in authenticationdomainservice class , use extended webcontextbase class on client.
i don't know equivalent these steps on ef5 don't have domainservice class nor authenticationdomainservice class.
can give me directions resolve issue!!
i not getting domainservice class due absence of wcfria.entityframework.5.0.0.1 package.
i have install , can have authentication created.
hope can else.
Comments
Post a Comment