RIA Services Development Tips

by Peter Daukintis Service Calls Use Fiddler to diagnose the WCF service call traffic! Fiddler won’t monitor localhost by default so see the information here http://www.fiddlertool.com/Fiddler/Help/hookup.asp#Q-LocalTraffic to get this working. I replaced localhost with ipv4.fiddler in the url and then…

Read More

Azure + Silverlight 4 + RIA Services + MVC2 (Part 3)

by Peter Daukintis Next up is getting the authentication service to use azure table storage. To do this you need to get the additional azure code samples from here http://code.msdn.microsoft.com/windowsazuresamples and include the asp providers project into the solution (this…

Read More