I'm starting a new project which must have a working prototype within 10 days. The project should be cutting edge and I'd love to use latest tech, especially EFv4. But, also I like new MVC2 features like ForEdit and easier validation implementation (for Areas I don't care).
MVC2 RC is out for VS2008 and works on VS10Beta 2 too, but "tooling is not". VS2010 uses old Preview 2 tooling, but I don't see anything missing...
Can someone who tried Preview 2 and RC summarize for me is there any important change in MVC2 RC (except for Areas tooling) that got changed and that should push me to stay with VS2008 and use L2S instead EFv4?
What would you go with?
Also, I've noticed Linq2Sql classes can be extended (as they are partial) so POCO is maybe not that important as I've thought.
Thanks.