Of the two following parameters:
Silverlight application links directly to Azure tables
Silverlight application interacts with web role using WCF and this web role accesses Azure tables
Which ones are possible? Which approach is recommended?
The only possible approach is # 2. Silverlight cannot directly connect to any database. If I were you, I would also look at RIA Services, but I don’t know exactly how well RIA Services and Azure Tables will work. You will need to map the material in your azure tables to objects that are then sent via wire through the RIA services. I think that any solution (RIA Services or direct WCF) can be considered best practice.
. №1 ( Silverlight): Azure REST API, Silverlight , . , Silverlight ( ).
. MSDN .
, , . № 2 , . ... , Silverlight.
Source: https://habr.com/ru/post/1741435/More articles:fft and converting an array to image / image into an array - pythonHow to recover power outage data using C ++ programming in windows - c ++JDBC profiling tools - javaTips and tricks for test development - unit-testingSuggest a better algorithm for encrypting an XML file in C # .NET? - c #SQL CHECK Constraint Issues - sqlC: socket () socket programming freezes - cJerky Silverlight 4 animations when running an application in OOB - performanceConvert char to TCHAR * argv [] - visual-c ++Как бороться с наличием или отсутствием пространств имен xml с использованием xslt - namespacesAll Articles