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...
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...
by Peter Daukintis To illustrate how the final architecture hangs together I will take the AudioModule PRISM module from the previous post and link it up wit...
by Peter Daukintis So, now I know how to set up a basic project, store and retrieve my data in Azure Table storage and have incorporated the asp.net provider...
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 fro...
by Peter Daukintis Ok, with Azure out of the equation until .NET 4 is supported I will turn my attention first to work out how to achieve data storage in th...
by Peter Daukintis The original idea for this post was to see whether this combination of technologies played well together. Whilst the development tools se...
by Peter Daukintis I recently ran into the need to create a simple WPF app with a data form front end and which should provide some simple validation feedbac...
by Peter Daukintis Disclaimer – the code shown below is not of high quality, does not have any error handling and is shown for educational purposes only. Hav...