jbeans
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