As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Anybody knows a FREE (some free volme, 2-5 GB i mean - continuously, not just the first year like Amazon S3) cloud storage provider which has an API that does NOT use oauth ?
I need that to make regular backups to from a console service (scheduled web-browser and user-input free application).
I have looked at DropBox, Google Drive, SkyDrive and UbuntuOne.
DropBox & Google use oAuth, which I can't use (oAuth is NOT web-browser & user input free).
UbuntuOne's "API" is a horrible mess - simply unusable.
SkyDrive SDK needs Windows. I have my data on a Linux server, and that's not gonna change.
Related
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I want to make an application in windows phone which gets the content of gallery and wants to add a security on that files that no body can share that file using blue tooth unless my application allows it..
Application will be made in windows phone 8 ?
Please guide me to the tutorial of how to get the gallery into my application and For the moment lock the application with a password means user with password can access the applicaion ?
If you want start develop for Windows Phone i suggest go to:
http://dev.windowsphone.com/en-us/develop
But with photolock it's may be problem because apps can't work in that way in Windows Phone. You can lock photogallery by any app. You may only create own app where you can storage photos
into Isolated Storage and then restrict access to this by some code etc.
More about Isolated Storage you can find and access to files etc there:
http://msdn.microsoft.com/en-us/library/windowsphone/develop/ff402541(v=vs.105).aspx
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
Currently debating on using Xamarin for a project, anybody got any ideas on android billing system? ideally on the subscription service. Is it all done through play store?
In-app billing requires sending requests from your app to IInAppBillingService. This requires using an AIDL file to invoke IPC method calls, but it is currently not supported by Mono for Android. However, it is still possible use AIDL in Mono for Android, but need some workarounds. Take a look at this answer.
Also, I heard there are some existing solutions to do in-app billing, check this or this.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I am currently doing c#.net development and I wanted to create a webservice that would work with both my web app and my iphone app. I would ideally like to work with JSON. Is there any good guides out there that would help me build a good scalable web service using WCF? I don't currently have the funds to buy a book so I was hoping a set of online guides could get me to the level of understanding to start coding. Thanks!
I would use WebAPI, the former WCF WebAPI.
Now a part of Microsoft MVC.
Try it!
Loads of online ressources :-)
You can start here : http://www.asp.net/web-api
Basicly; you get a easy-to-use REST API for web applications without the hassle of WCF-configuration.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Earlier today I was looking for an C# API which provides stock quotes for Indian market(BSE)/(NSE) in real time. But couldn't really find anything close to it.
I want to create a rich desktop application like MoneyControl.com for windows using C# .NET and expression studio. I am searching for an C# API or any webservice to get the quotes from NSE or BSE.
To be honest, I am not sure about your exact answer.
However, stock exchanges generally do offer their data feeds e.g. check this service from BSE: http://www.bseindia.com/about/abtip.asp . There are two levels of data feeds available and over HTTP, you can get one minute snapshot delivered - check out FAQ and vendors.
Another way would be do web scraping to gather the data - essentially, you mimic browser actions for target web-site (say www.bseindia.com) from your code to get the relevant data. For example, simulating this page (http://www.bseindia.com/debtbhav/BhavCopyDebt.aspx) would give you bhavcopy details for BSE. NSE also has similar pages to get the relevant data e.g. http://www.nseindia.com/archives/archives.htm.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I'm developing a free application and would like to make some money by embedding advertisements in it. Initially I had planned to embed ads in a webbrowser control (AdSense, Google Ads) but found that this isn't allowed. Does anybody have experience with this?
The program is coded in C# and will run on PCs not windows mobile
(Although I hate these,) one option for you might be to bundle toolbars? For example, InstallShield 2009 allows you to bundle the Yahoo! toolbar with your app's installer. You join the Acresso Value-Added Services program and get paid everytime the toolbar is used.