Revisiting C# .Net 8.0 and Micro Services — Update 5
I have added a brand new microservices solution with a beginner student project containing the trifecta — authentication server plus a back-end API server plus a MVC razor pages.
Right then. This is a quick post. After learning c sharp, it is expected the student will have to submit some kind of a ‘capstone’ project that concludes the training.
There is no limit on how complex a final submission project has to be. However, I believe, even a simple project should have the following components.
- a back-end API server that takes care of the main ‘crux’ of the idea behind the software service being offered.
- An authentication API server that provides for basic user registration and login facilities and providing OAuth Tokens. Further, perhaps some basic implementation of user roles.
- Finally a simple web app that consumes these two API servers to complete the picture.
The code is available here.
https://github.com/Jay-study-nildana/CSharpForStudents/tree/main/CS2024/MS/Mango-TillSection5
And that’s all there is to it. Happy coding.
This is a copy from my medium blog, the original link of the post is here, https://medium.com/p/e10652add731
Thanks for sharing this insightful update on C# 8.0 and microservices! It’s great to see the advancements and improvements in both areas. Looking forward to exploring these updates further. Keep up the good work!
Ah. Thanks brotha for your kind words.