Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I building a small application uploading documents on Google Docs.
Is there any API like Goolge API (Ver2) for same?
Is it possible by using Goolge API (Ver2) ?
Thanx
Google has an API for docs posted online: http://code.google.com/apis/documents/overview.html
Check out their developer guides for information specific to .NET: http://code.google.com/apis/documents/docs/developers_guide.html
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I am using the EPPlus library and would like to find the documentation for the class OfficeOpenXML.ExcelWorksheet. I can't seem to get it via Google.
How do I find it?
I don't think there is official documentation for EPPlus.
Also, EPPlus is not associated with Microsoft, so it will definitely not be on MSDN. There are a few pages on MSDN about the OfficeOpenXML framework, but not API docs.
https://msdn.microsoft.com/en-us/library/office/bb448854.aspx
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Where I can download C# examples for usage itextsharp? Link http://sourceforge.net/p/itextsharp/code/HEAD/tree/tutorial/signatures/ is broken (the most interesting for me is signatures).
All links from http://support.itextpdf.com/node/178 does not work.
There are a lot of resources available out there. Just use google. However I am referring a couple of tutorials that will serve as good example
http://www.c-sharpcorner.com/UploadFile/f2e803/basic-pdf-creation-using-itextsharp-part-i/
http://www.codeproject.com/Articles/686994/Create-Read-Advance-PDF-Report-using-iTextSharp-in
http://www.codeproject.com/Articles/686994/Create-Read-Advance-PDF-Report-using-iTextSharp-in
http://www.codeproject.com/Articles/277065/Creating-PDF-documents-with-iTextSharp
All the tutorials of iTextSharp like use : kuujinbo.info/iTextInAction2Ed/
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I'm completely new to Oauth 2.0 and I want to use it in my Silverlight (c#) in-browser application, in order to access this API method: https://www.elance.com/p/api2/methods/workroom/bid-id/messages.
What are the things that I need to know? Is there any library that I can use for this?
I would also appreciate some code examples!
Thank you
There is a fair amount of libraries for the protocol, including C#!
http://oauth.net/code/
Edit:
Plus, this link provides a thorough guide on the protocol, if RFCs are not your favorite nightstand literature:
http://hueniverse.com/oauth/
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I'm wondering if someone is aware of an open source C# initiative for a Q&A/Feedback Website similar to stackoverflow, getsatisfaction or even UserVoice. I try using a few keywords over Google and codeplex but with no luck so far.
have you looked for any open source MessageBoards
http://yetanotherforum.net/
Here. I found this question on another stackoverflow site.
https://meta.stackexchange.com/questions/2267/stack-overflow-clones
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I want to write a program that can post data into WordPress using C# via POST method. I have no idea to do that. I hope someone help me some ideas. WordPress have any API support that ?
Thanks !