Anyone have any issues with using PLINQO and ASP.NET MVC 2.0?

Posted by Chad on Stack Overflow See other posts from Stack Overflow or by Chad
Published on 2010-06-11T06:12:33Z Indexed on 2010/06/13 1:32 UTC
Read the original article Hit count: 293

Filed under:
|
|

I'm asking because I'm working on an ASP.NET MVC 1.0 site, thinking of upgrading to ASP.NET MVC 2.0. Then I read that PLINQO 5.0 was released (I had never heard of PLINQO before) and have been impressed with what PLINQO appears to be capable of.

1) Is PLINQO capable of building out an ASP.NET MVC 2.0 UI project when it's run?

2) Have you had any bad experiences using PLINQO (particularly in an ASP.NET MVC app)?

Let me make sure I have the scenario right in my mind:

Using PLINQO (assuming it supports ASP.NET MVC 2.0), I should be able to point it to my DB and it will create 3 projects: data, test, and mvc 2.0 UI? The data would contain LINQ to SQL queries, with the PLINQO extensions added in and the other projects setup to use the data project by default?

© Stack Overflow or respective owner

Related posts about asp.net-mvc-2

Related posts about migration