walter9830
✅ Lost on what to do next
I’ve fully made one project. Its a to do list asp.net mvc app. The way it works is: there is a separate api that talks with the database (sql server, ef core), then I have an api service class sort of thing, that the web app itself uses. I tried to make all of this following REST principles and other conventions. I also used Identity for authentication and authorization, however with default Identity configuration, didn’t get into that too much, just simple login and logout, with password restoration, registration etc. That is the experience I have. I enjoyed doing the backend, but hated the front (I can’t begin to explain how much I hated doing the front end).
19 replies