As you know,There are Models, Views and Controllers in a same project in ASP.NET MVC. But I want separate Models from others and create my models in a separate project (like ClassLibrary project or whatever is possible).
How can I do it?
(I use EF6 and ASP.MVC 4,5 and Visual studio 2013)