C
C#16mo ago
olliedum

❔ URGENT; need help with a project that uses databases

Ive got a project due next friday, in which i need to add data to a database through a c# application. I then need to show the database in an excel spreadsheet. I would really appreciate any help
21 Replies
Denis
Denis16mo ago
What is the database type are you using EF Core
Henkypenky
Henkypenky16mo ago
procrastination is an amazing thing
Denis
Denis16mo ago
by show in an Excel spreadsheet, do you mean generate an Excel file? Is that mandatory? Will creating a CSV file be enough?
Monsieur Wholesome
Given an hourly rate of $50/hour, and an estimated effort of ~5 hours, + fixed costs of $100, that will be $350 in advance, I will give you my paypal in dms
Henkypenky
Henkypenky16mo ago
i'll do it for less i'm fromt third world country, can give you good rate
Monsieur Wholesome
cheap labor, poor LUL
ACiDCA7
ACiDCA716mo ago
🍿
Henkypenky
Henkypenky16mo ago
trying to make a living here
Monsieur Wholesome
Me too! how do you think I will feed my 7 head family
Henkypenky
Henkypenky16mo ago
we can split 2.5 hours each
Monsieur Wholesome
Only if I do the first 2.5 hours, to make your life afterwards catsip
Henkypenky
Henkypenky16mo ago
deal
Buddy
Buddy16mo ago
$details
MODiX
MODiX16mo ago
When you ask a question, make sure you include as much detail as possible. Such as code, the issue you are facing, and what you expect the result to be. Upload code here https://paste.mod.gg/ (see $code for more information on how to paste your code)
Buddy
Buddy16mo ago
Also we do not help with entire projects, but individual questions. Especially when it comes to homework.
jcotton42
jcotton4216mo ago
could you elaborate on "show the database in an excel spreadsheet"?
olliedum
olliedum16mo ago
a csv file will be enough i do not need someone to do it for me, just tell me where to start and a few good places to look ive made an sql server and database with a few tables i have just never really coded in c
Buddy
Buddy16mo ago
C# I hope? C and C# are different languages
olliedum
olliedum16mo ago
yeah c# myb just need a bit of help because i google things and its a mess and they all use different things and im just really a noob
Angius
Angius16mo ago
1. Query the database using Dapper, EF, or ADO 2. Use CSVHelper or construct the CSV manually based on the data you fetched
Accord
Accord16mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.