Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 609 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 609 Bytes

.Net Projects

Project 1: Using Refit

  • Use Refit as HttpClient to interact with other APIs

Project 2: Using UUID

  • Alternative to GUID
  • Performance issue are more, if used GUID in database as primary key.
  • UUID can be sortable.

Project 3: Using Connetingapps.Refit.Openai

  • use Refit.Openai to connect to OpenAI GPT model
  • Perform Image Generation and Text embedding

Project 4: Password Hash with salt

  • User Registration with password.
  • create hash Store the hashed password hash in DB (InMemory DB)
  • Test the Login User with logged in user password and hashed value from DB