Does LINQ substitute the presentation model?
I read in the book "ASP.NET MVC in Action" about presentation models.
I wonder why to build a presentation model?!
For instance, projecting a domain object (entity) by creating a new class at runtime via LINQ is in my opinion more comfortable than creating dozens of presentation objects.
So what do you think? Maybe someone of you use both :o
Technologies I would prefere are ASP.NET MVC and NHibernate with LINQ or the Entity Framework.