I'm new to MVC and I'm wondering if there could be any issue if I don't use the "Models" folder that the guidance created for me, but I use a separate Class Library project for the models.
From my perspective it should work, and I don't need to do anything else than adding the project since I already have it from a desktop app I made in the past. But I wanted to confirm what could be the cons of doing it that way.