If I create a custom routing class, what’s the typical convention for where it’s located in an ASP.NET MVC project?
(Note that these are not domain-specific libraries as they are implementations of ASP.NET MVC’s interfaces to hook the lifecycle.)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I preder to keep them in a separate project with folder for every kind.
For example for an MVC projects I usually do:
and then the helpers