Write File to Sharepoint Online WinRT - windows-8

I have recently been working on developing a winRT app that will allow someone to enter information on to a form. I am trying to then upload that form to SharePoint online as part of the Office 365 suite. I have been unable to find any examples or real documentation on how to do this. Has anyone found anything close to this online? Any help would be much appreciated.

You should be able to do an HTTP put from your WinRT app to your SharePoint online web services. Here is a list of the Web Services and interfaces. Here is a sample of how to call RESTful web services from a Windows Store style app.

Related

Integrate SMSA Express with Shopify using SOAP Web Service

We have a Shopify Store that is almost on its way to complete. Now, we want to integrate shipping service (SMSA Express) with Shopify Store that we needed using a technology "SOAP-based web service". Can anyone please guide me regarding the following questions?
Which tool/software should we have to use for web service? Does it work with Visual Studio 2019 or need any other? Recommend language also (PHP, C#).
Please guide where the link of Shopify would be given to associate it?
Any step by step tutorial available for the Shopify integration via SOAP web service? If any, please provide the link as we are unable to find?
Any other suggestions to make it run successfully would be welcomed.
Thanks.

Web API run VB6 COM components in STA mode

Masters,
I've few past developed VB6 components that are heavily used in our most of the applications
Now, we want to consume same components for newly developing Web API project.
But, as per this post ,
http://www.west-wind.com/weblog/posts/2012/Sep/18/Creating-STA-COM-compatible-ASPNET-Applications
We found strike on Asp.net Web API it might due to we don't have any page in Web API project.
Please tell me correct workaround achieve this.
Thanks in advance.
I would suggesting looking into the StaTaskScheduler http://blogs.msdn.com/b/pfxteam/archive/2010/04/07/9990421.aspx

Uploading documents via services in Sitefinity

Does anyone know how to upload documents to a sitefinity site hosted remotely from my desktop machine, via the API or services?
Thanks
For any others interested in this, here are some references.
I found some information on a Falafel Software blog post regarding the topic.
http://blog.falafel.com/blogs/basememara/11-11-14/Upload_Documents_Remotely_to_Sitefinity.aspx
...and also on the Sitefinity forums.
http://www.sitefinity.com/devnet/forums/sitefinity-4-x/general-discussions/using-the-web-services-to-upload-documents-to-chosen-libraries.aspx

silverlight app using both windows and forms authentication

I have a Silverlight RIA application that uses Forms authentication. We want to pass users of a certain domain through Windows authentication and if that fails or user is not part of that domain it falls back to Forms authentication.
Most of the stuff I've found was for aspx sites using methods not available in Silverlight. Many others say it isn't possible. Has anybody managed to do this without to much trouble?
The app is based on the Silverlight Business Application template in VS2010 (SL4).
I don't think this is possible. Ran into the same issue and decided to turn off windows authentication.
See:
http://forums.silverlight.net/forums/t/228703.aspx
http://connect.microsoft.com/VisualStudio/feedback/details/566410/enable-wcf-ria-services-with-forms-authentication-and-integrated-windows-authentication
The second link seems to indicate this is a bug that may be resolved in a future release

Where is the Sharepoint 2010 media web part

I want to add video to my SharePoint 2010 site but I can't find the video and Audio web part
Can someone help?
Media Web Part is included in Publishing feature, which is only available in SharePoint Server 2010. You won't have it if you're using SharePoint foundation.
If you do have this, activate the publishing feature on your site and you should see it.
Good FAQ here
FAQ
Best of luck,
Shane