0
votes
0answers
58 views

sharepoint (online)- provider/auto hosted- replacement for timer job

Recently i began to developing sharepoint 2013 on my office365 account. I need a way to invoking tasks in given time intervals. For example every hour invoke an action adding item to sharepoint list. ...
0
votes
1answer
42 views

Any tutorials on accessing Azure SQL from a SharePoint hosted Silverlight webpart?

So since SharePoint Lists have limited columns available for use, I'm now trying to write the output from my SharePoint hosted Silverlight app into a Windows Azure hosted SQL database. Are there any ...
0
votes
0answers
61 views

SharePoint Online to Azure Web Service

Situation: I'm trying to send a message from my SharePoint Online page to my Azure Web Service with json. This works great on a simple ASP.NET website, but on SP Online, I get a message ("Access ...
3
votes
3answers
164 views

Can I use EntityFramework and sql azure with Sharepoint Online?

I would like to connect to an entity model from a sandboxed webpart in sharepoint online. Is this possible? Is it possible to connect to sql azure from a sandboxed webpart?