How can I connect c# with parse database?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How can I connect c# with parse database??

I have a program which I want to link with parse database therefore I am asking.

9th Sep 2018, 4:33 PM
shiwangee pathak
shiwangee pathak - avatar
4 Answers
+ 11
Parse database? What does it mean? I suppose it's SQL Server, you have 2 basic options: 1) Connect directly to db with SQL connection classes and connection string, and execute queries, use data adapters, ... 2) Use entity framework (ORM), it's better and safer, you see your tables as objects and you don't need to write raw complicated queries.
12th Sep 2018, 7:37 PM
Developer
+ 2
in c# use a sqlconnection with a sqlcommand and a sqldatareader http://csharp-station.com/Tutorial/AdoDotNet/Lesson04 What database do you use ?
9th Sep 2018, 5:28 PM
sneeze
sneeze - avatar
+ 1
I use parse server to create database , and thank u for the help.
9th Sep 2018, 5:35 PM
shiwangee pathak
shiwangee pathak - avatar
+ 1
if c sharp use sql connection cmd i think its bettter but sorry its only my thougths
10th Sep 2018, 11:45 AM
Цогоо
Цогоо - avatar