jbeans
jbeans
CC#
Created by rabbitt on 1/1/2024 in #help
CS50 to C# .net webapp dev
web api is probably what you are thinking an api is.
25 replies
CC#
Created by rabbitt on 1/1/2024 in #help
CS50 to C# .net webapp dev
But you could write the front end part after if you want to make a full application.
25 replies
CC#
Created by rabbitt on 1/1/2024 in #help
CS50 to C# .net webapp dev
Would be easier to start there and learn c# without getting entangled in the front end just yet
25 replies
CC#
Created by rabbitt on 1/1/2024 in #help
CS50 to C# .net webapp dev
Yeah it can be a bit confusing. There are many ways you can structure web apps. A web api would be considered just the “back end” of the code. It wouldn’t be the html,css, or js part. You would just write it in plain ole c#. A good amount of the time you create a web API as a gateway for you front end to get data from a database. But there’s nothing forcing you to go into a database, just a common thing.
25 replies
CC#
Created by rabbitt on 1/1/2024 in #help
CS50 to C# .net webapp dev
@rabbitt
25 replies
CC#
Created by rabbitt on 1/1/2024 in #help
CS50 to C# .net webapp dev
If you are interested in making some kind of web api to learn I can help you with it
25 replies
CC#
Created by rabbitt on 1/1/2024 in #help
CS50 to C# .net webapp dev
are you looking to learn how to make something like a web api in .net core? Or just how do things the "C# way" when you already know how to code?
25 replies