In an ASP.net MVC3 project I have a custom implementation of the IComparer interface. I want to use my comaprer by default when strings are sorted. How can I change the default IComparer for the project?
Asked
Active
Viewed 158 times