Skip to content

Dotnet 8 solutions with multiple .net features project

Notifications You must be signed in to change notification settings

r-manimaran/dotnet8Solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.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

Releases

No releases published

Packages

No packages published

Languages