C
C#β€’9mo 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
Ironβ€’9mo ago
You need a API that lets you track current football scores etc
Mayor McCheese
Mayor McCheeseβ€’9mo ago
You want to use something called asp.net core to write an api
nikicha2209
nikicha2209β€’9mo ago
and... can i make the app without knowledge about this πŸ˜„
Mayor McCheese
Mayor McCheeseβ€’9mo ago
I'd recommend trying to create a new api project and exploring How long do you have?
nikicha2209
nikicha2209β€’9mo ago
maybe 1-2 mounts, i am not sure πŸ˜„
Mayor McCheese
Mayor McCheeseβ€’9mo 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
nikicha2209β€’9mo ago
what is this
Mayor McCheese
Mayor McCheeseβ€’9mo ago
that is creating a new web api project using dotnet cli
kocha
kochaβ€’9mo ago
I think he want to access a football api and display the results and not creat an api himself.
Iron
Ironβ€’9mo ago
Yes problem is most of them are not free to use
Accord
Accordβ€’9mo 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
More Posts
❔ hi, I’m having some errors about DevExpress NuGet packages. they are installed but…hi, I’m having problems with some errors. it’s about DevExpress NuGet packages. i have them installe❔ Mediatr Notification using a Base Class Not PublishingI'm using a base class as a constraint on a generic notification in mediatr. When I publish my notif❔ Why showing error IDK.I'm learning FileIO and I have copied code from book to learn but showing error.advantages of upgrading a website from .net 4.7 (framework) to .net 7 (core) ?Hello I work for a company that has a .net 4.7.2 site. I still have 2 months of work with them. Is t❔ Help me understand this lambda expressionvar myKey = availableProducts.FirstOrDefault(x => x.Value == input).Key; Console.WriteLine("βœ… UV TroubleI'm current writing a voxel game in unity and have been working to get UV's properly affixed to the ❔ Syntactical Difference In Azure Function ScriptsI have syntax for two files: ```[Function("CreatePrivateMessage")] public HttpRespo❔ vscodeintellcode-csharp-0126 very high cpui just type c# code in vscode in linux, i get high cpu 100%, just during type,when stop type, the cp❔ Can someone help me understand this statement around dependency inversion with an example?I was refreshing my memory on SOLID based on conversations in #chat today, and a particular statemen❔ How to integrate stripe payment gateway into C# application?I have a small work that needs to be done soon. Only stipe payment integration into a C# application