Revisiting C# .Net 8.0 and Micro Services — Update 5

Jay (Vijayasimha BR)
ProjectWT
Published in
2 min readApr 30, 2024

--

3 indian women, wearing dark blue crop top and bright blue shorts, holding hands, happy, ancient indian city setting, digital paint

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.

sequel to my previous post.

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.

  1. a back-end API server that takes care of the main ‘crux’ of the idea behind the software service being offered.
  2. 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.
  3. Finally a simple web app that consumes these two API servers to complete the picture.

The code is available here.

And that’s all there is to it. Happy coding.

Hire me at UpWork or Fiverr or codementor or GitHub. more about me on my personal profile, and also on my personal website.

--

--