INTRODUCTION
In today's digital era, e-commerce has become a vital component of the global economy, enabling businesses to reach a wider...
For further actions, you may consider blocking this person and/or reporting abuse
Hey, great content!
When i copy paste Program.cs , i get errors for builder.Services.AddDataDependencies(builder.Configuration);
builder.Services.AddServiceDependencies(builder.Configuration);
Do you happen to know why?
Hi Filip,
Thank you for reaching out and bringing this to my attention. The errors you're encountering when copying Program.cs to the web API project could be due to missing packages or configurations specific to our original setup. It's possible that the methods
AddDataDependencies
andAddServiceDependencies
rely on dependencies not yet installed or configured in the web API project.I recommend checking if all necessary packages are installed and configurations are correctly set up in the web API project. If the error persists after verifying these aspects, we can then schedule a Google Meet to dive into this further. Please keep me updated on your progress.
Hey man, thanks for showing me that.
I ve learned a lot from this project.
Just one more thing i would love to get an answer?
Could you help me with interfaces IEncryptionHelper and IAuthService?
What libraries, packages, did you use to implement this?
.
Do you maybe have whole source code?
Of course, I do have the whole source code since it's my project.
Well, then it would be great if you could share link :)
Hi Odumosu Matthew,
Top, very nice and helpful !
Thanks for sharing.
Thank you for the positive feedback! I'm really pleased to hear that you found it helpful. If there's anything specific you'd like to discuss or any suggestions you have, I'd love to hear them.
I have a question:
why you're rethrowing exceptions in the UserRepository ** class ?
imho it doesn't have any sense, it's even worse when you do **throw ex //losing the stacktrace info
Hello, this article is very nice and helpful. Could you please share the source code link?
Thanks this is very helpful :)
I really appreciate your feedback, especially coming from a fellow .NET engineer! If you have any insights or suggestions based on your experience, I'd love to hear them.
what about frontend?