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
Does anyone know of any APIs available for Microsoft's Zune application? I want to modify the ratings of the songs that are loaded in Zune without having to open the Zune app. There is a ZuneStore.sdf database sitting in my AppData folder, but I cannot open it in Microsoft SQL Management Studio as it looks to be a special format. Surely there must be some way to modify this data?
http://social.msdn.microsoft.com/Forums/en/sqlce/thread/6bd9a2f2-48b0-4fb0-a84b-1e76c36113dc
I can open the Zune database in SSMS 2008, but it is not in a standard SQL Compact format, so cannot run any queries against it. Consider it to be in a proprietary, undocumented, protected format.
So I guess not.
This is the closet I have found to an API. It controls the Zune player. Going to see what I can do with this.
http://zunelcd.codeplex.com/
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
My C# application does a lot of ClientHttp calls on many Task/Async/Await methods inside Paraller.ForEach block, but it performance is not perfect (application seems to slow down in time). How to investigate where are issues. What tools should be used? How to use these tools like Profiler?
External links are welcome.
How my application works:
It downloads images and zipped images from backend, unzip them if needed and saves them in directories on local hard drive. It downlaods about 7GB of images.
Check this samples from msdn ...
https://msdn.microsoft.com/en-us/library/mt674882.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
I'm planning on creating a C# windows form application that will use a local database (for only one user).I dont know what software the client has installed on his computer but I want my application to work.It should have .NET installed ofc.
My question is , what kind of database can I implement (developing in Visual Studio 2012) that user , after starting my application, would be able to use without installing any additional software like servers.
I did have success with MS Access database but I heard here that this solution is depricated.
You can use single file/embedded databases like Sqlite or SQL Server Compact
Here is an example on how to use Sqlite in .net application.
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
I am looking forward to build a web Based RDP client for one of my projects. Unfortunately, I could find only one Open Source project for this i.e. Guacamole.
I tried to go through the documentation, but It was written in some alien language. I am a C#/ASP.net/jQuery developer and the documentation is pretty confusing to me.
I did not find any install package for Windows in the documentation, neither I found any compiling methods for windows.
Is there any alternative to Guacamole for windows ? I'd prefer C# based back end over HTML5.
If not, please tell me about windows documentation of Guacamole.
Any help would be highly apppreciated..!!
Thank you..!
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 1 year ago.
Improve this question
I have an application which could easily be controlled by a bot over network or even on the local machine(which simuates keyboard and mouse e.g.).
I want to avoid this using a captcha. The source has to work without internet / has to be generated during runtime on the computer itself.
Is there any open-source project for this or can someone give me a code example or a link ?
I've found an article "Simple CAPTCHA, Create your own in C#" by Raymund Macaalay. It is for an ASP.NET app, but he generates a normal C# bitmap image using different random fonts in STEP2, so this should also work in your WinForms app.
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
I've created a software that I want to be able to market. I'd like to be able to post it on forums etc and for that I need a home page.
Is there any open source C# project home pages that you can use?
The functionality I'm looking for is like adding new versions (perhaps a version control from the software), downloading and user guides. So what I want is pretty basic: I want to be able to upload and let the users download.
I've written this on my own as well but I guess that if there are open source projects that have done this they're probably better.
This can't be such a rare problem so please lead me to some resources so that I can create my page and publish my software! :)
Google Code, Launchpad, SourceForge, Savannah, and CodePlex (among others) provide this service.