How to use AWS S3 (Amazon Web Service) in WP8 app? - windows-phone-8

Could someone guide me or give me a headstart on how to begin with AWS s3.
I need to use it in my wp8 silverlight app.
I am aware of the nuGet package. But unable to find a decent tutorial or sample code for WP8.
Prompt reply will be greatly appreciated.
Thanks in advance :)

You can try Minio .NET Library for Amazon S3 Compatible Cloud Storage
Also check Examples directory to get an better idea of using it.
Hope it helps.

Related

troubles publishing closedxml to azure app service

When I try to publish my webAPI to azure I get this error
It says something about degradation of the package. Reference it directly from the project but I don't know what is needed
Any idea Please?
Regards
I solved installing the package directly in the project
thanks

Setup MySQL with flutter/dart for local development and testing on mobile/android

Please Suggest Minimum Viable packages/ plugins to setup and query MySQL locally on phones using Flutter/Dart.
I am out in the wild with zero knowledge. Googling gave me sqlJocky, Dart http package, Shelf package.
Is that all I need to setup? any blog or guide is appreciated. Thank you!

need working example for WSO2 ESB

need working example for below link or similar
http://wso2.com/library/articles/2014/02/service-orchestration-with-wso2-esb/
from the above link i can able to
1.create and deployed services in WSO2 ESB server .
but couldn't able to do from ESB configuration !!
i tried to downloaded and installed below two things but failed to do so ..
ESBArtifacts.zip
LicenseServiceProxyWSDL.xml
can some one help me with the step by step procedure to implementation in eclipse developer studio .
any help greatly appreciated.
This article gives you step by step guide to use WSO2 Developer Studio to develop WSO2 ESB artifacts. After getting a basic understanding from the article, use WSO2 Developer Studio documentation for more details.

Do I need a webserver for a JSON database?

I am programming a database with Dart and JSON. So my question is:
When I want to run my app, do I have to have a real webserver running on my PC? And if yes, what kind of a program would you recommend and should it be packed in a virtual-machine?
Thanks in advance!
Karl
Dart VM can run on the command line and it has a built-in web server. You can run Dart VM on Linux, Mac, and Windows. I can't really answer further unless you provide more specifics.

Unity 2.0 for shared application configuration possible?

I'm struggling with trying to create a shared configuration file for a web project and 2 dll projects. From what I can tell StructedMap can be used for configuration settings. Anyone successfully use Unity 2.0 to do the same?
Ended up using a custom configuration. Phil Hack has a great tutorial here.