❔ 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
What is the database type
are you using EF Core
procrastination is an amazing thing
by show in an Excel spreadsheet, do you mean generate an Excel file? Is that mandatory? Will creating a CSV file be enough?
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
i'll do it for less
i'm fromt third world country, can give you good rate
cheap labor, poor
🍿
trying to make a living here
Me too!
how do you think I will feed my 7 head family
we can split
2.5 hours each
Only if I do the first 2.5 hours, to make your life afterwards
deal
$details
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)
Also we do not help with entire projects, but individual questions.
Especially when it comes to homework.
could you elaborate on "show the database in an excel spreadsheet"?
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
C# I hope?
C and C# are different languages
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
1. Query the database using Dapper, EF, or ADO
2. Use CSVHelper or construct the CSV manually based on the data you fetched
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.