How to implement MVC .net 8 into clean architecture, and if that is even common practice #1064
Unanswered
fAdnanCuskic
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hellow guys, this clean architecture is really amazing !
But i am planning on MVC app + dapper for Database since i am using StoredProcedures.
I am wondering, what is the best practice to implement MVC into this clean architecture template.
Also, is it logical, to use for each procedure ( inside of procedure i have seperated code logic into Tasks ( exmaple @task = 1 -> Selects all the records from the choosen table ) seperate DTO.
My plan was on having one DTO for each table called DTO_tableName_RESULTSET + For each Task QueryParametersDTO_TableName_Task.
Thank you for your time,
Adnan
Beta Was this translation helpful? Give feedback.
All reactions