C
C#15mo ago
nikicha2209

❔ I need some help with my project

Hello! My teacher said me to make a project to participate in a comeptition, so i decided to do an app that will track live football scores, but i have no idea how to do it haha. I am learning C# from courses and we do only console apps (i know conditional statements, loops, arrays, lists, dictionaries and regex). I made the design but i have no idea how to continue, I understood that i need API, i have no idea what is it and how to use it in my app, please help me!
12 Replies
Iron
Iron15mo ago
You need a API that lets you track current football scores etc
Mayor McCheese
Mayor McCheese15mo ago
You want to use something called asp.net core to write an api
nikicha2209
nikicha2209OP15mo ago
and... can i make the app without knowledge about this 😄
Mayor McCheese
Mayor McCheese15mo ago
I'd recommend trying to create a new api project and exploring How long do you have?
nikicha2209
nikicha2209OP15mo ago
maybe 1-2 mounts, i am not sure 😄
Mayor McCheese
Mayor McCheese15mo ago
You can start with a new simple project to explore Powershell in Windows
mkdir Test
cd test
dotnet new sln
dotnet new webapi
dotnet sln add .\Test.csproj
mkdir Test
cd test
dotnet new sln
dotnet new webapi
dotnet sln add .\Test.csproj
nikicha2209
nikicha2209OP15mo ago
what is this
Mayor McCheese
Mayor McCheese15mo ago
that is creating a new web api project using dotnet cli
anita
anita15mo ago
I think he want to access a football api and display the results and not creat an api himself.
Iron
Iron15mo ago
Yes problem is most of them are not free to use
Accord
Accord15mo 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.
Want results from more Discord servers?
Add your server