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.
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 4 years ago.
Improve this question
Is there a web version of Visual Studio Community ?
I am working on a ASP.Net web project in C# and JS knockout using Entity Framework to connect to a SQL database
My code is in GIT but I would like to be able to edit, develop and run the project by connecting via a web browser on an Android tablet
Does anyone know if this is possible ?
No. As of Today (December 2018) that's not possible.
You could use a Remote Desktop and connect to it to do the coding though...
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 am beginner in development and I want to know which is best and affordable window based server. After many research on Google, I didn't get any good answer.
Please suggest Me good and affordable window based server for .net development.
If you just want something to run code while you are developing or learning you can simply use visual studio (even the free edition) and it will run IIS express to host your projects. It's also easy to then publish to Azure or AWS both of which offer 1 years free hosting to get you started. Hope that helps
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
... hello, world
I’m trying to sync my offline database which is Sqlite to my remote web server which has Mysql database.
I tried to extract data from sqlite to xml and sync xml with mysql database but no success.
Any ideas how to do this?
Thanks in advance
Off course I’m using wpf c#
AFAIK, you can't sync like that from cross party databases. What you will have to do is import your SQLite database to MySQL and then can set up REPLICATION probably .. just an idea, depends on what's your end goal is
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
Here is my scenario. I wants to do a project using Microsoft Visual C# 2013 and SQL server database. This project is a group project. So that I want to work every member on same project with same centralized database. What are the technologies I have to use and How to do those configurations.
I think its better to use TFS. And create database project using visual studio. Then maintain your local database. And TFS for version controlling and source sharing among group members.
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/