Tuesday, September 2, 2014

Windows Embedded Compact – Accessing Microsoft Azure Storage services

Microsoft Azure storage services contains queues, tables and blob storage. This table is a non SQL tables which store data in a simple manner and it has its unique advantage than the Azure SQL Database in cost aspect.
There is no standard library so far to access Azure storage services in Windows Embedded compact. Accessing storage services requires HTTP REST API implementation, e-con systems has developed a .Net CF based framework to access Azure storage services from Windows Embedded Compact.
Please see the below link to proceed further.
http://www.e-consystems.com/blog/windowsce/?p=1202

1 comment:

Unknown said...

Hi Vinoth,
I have run the downloaded code and i found the three dll in binary folder, i have copied those and kept inside c$\test\ folder , then i have tried to click on my .exe file, then it is again showing following same error.

"api-ms-win-core-debug-l1-1-1.dll" missing from your computer saying like that..

can you plz suggest us the way forward.