Hello,
I have had this ASP.NET Web API application running smoothly for 2-3 years in a live environment. I used EF, generic repository, unit of work and unity dependency injection in this application. I want to upgrade my application to take advantage of Core 6.
How can I make this transition seamlessly? Can I have your recommendations?
Thank you.
I have had this ASP.NET Web API application running smoothly for 2-3 years in a live environment. I used EF, generic repository, unit of work and unity dependency injection in this application. I want to upgrade my application to take advantage of Core 6.
How can I make this transition seamlessly? Can I have your recommendations?
Thank you.