The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: Authentication against custom table in Silverlight 4 using RIA Service
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.

Lazola BooiPosted Jun 27, 2014, 4:58 AM
Manas, you code looks great, but for a guy like me starting on Silverlight it seems quite complex. Cant you explain more in the future and even show some screen shots. If that won't be too much trouble.
niran singh lodhiPosted Jan 7, 2013, 5:56 AM
thank's dear friend i have trouble to many times by this issue.
MirceaPosted Nov 2, 2012, 2:05 PM
Manas-thx for sharing all those information. I managed to buid my own project.
suribabuPosted Jul 23, 2012, 3:11 AM
dll properies unblock help to resolved load dll error prob.
nitin kamblePosted Jun 15, 2012, 7:13 AM
hi i download the code but gives error could not load system.widows.data.dataform.toolkit.dll plz help me.
Pritesh PatelPosted Jun 10, 2012, 2:37 AM
from where below method is calling i couldn't understand any thing?? public void InsertUser(UserDetail user) { if ((user.EntityState != EntityState.Detached)) { this.ObjectContext.ObjectStateManager.ChangeObjectState(user, EntityState.Added); } else { this.ObjectContext.UserDetails.AddObject(user); } }
Pritesh PatelPosted Jun 10, 2012, 2:36 AM
from where below method is calling i couldn't understand any thing?? public void InsertUser(UserDetail user) { if ((user.EntityState != EntityState.Detached)) { this.ObjectContext.ObjectStateManager.ChangeObjectState(user, EntityState.Added); } else { this.ObjectContext.UserDetails.AddObject(user); } }
Pritesh PatelPosted Jun 4, 2012, 5:41 AM
Manas could you give me the answer of the Question:http://stackoverflow.com/questions/10879202/silverlight-system-servicemodel-domainservices-client-domainoperationexception This is related to your article..
Pritesh PatelPosted Jun 4, 2012, 5:40 AM
Manas could you give me the answer of the Question:http://stackoverflow.com/questions/10879202/silverlight-system-servicemodel-domainservices-client-domainoperationexception This is related to your article..
Marina KoritsidouPosted Jul 14, 2011, 10:59 AM
I don't seem able to find the Name value on the model.. Have I missed any step? Any code change? Thank you in advance and congratulations for your post!
Bryan SpannPosted Apr 19, 2011, 9:16 AM
It would be a life saver.....namely mine! :)