troygoode / MembershipStarterKit

The starter kit provides the Asp.Net MVC controllers, models, and views needed to administer users & roles.
http://github.com/TroyGoode/MembershipStarterKit
MIT License
198 stars 66 forks source link

MVC 3 Portable Area with embedded razor views. #11

Closed fretje closed 13 years ago

fretje commented 13 years ago

I updated the project to MVC 3 with razor, and packaged the views and code up in a Portable Area with embedded views. I think it's not a lot of work now to package this whole thing up in a nuget package.

troygoode commented 13 years ago

FYI: I won't be pulling this in because I didn't want to take a dependency on MvcContrib, but just wanted to let you know I DID use a lot of your changes for the Razor views (and Create User feature). I've also gone ahead and published the project to NuGet.

On Mon, May 9, 2011 at 8:11 AM, fretje < reply@reply.github.com>wrote:

I updated the project to MVC 3 with razor, and packaged the views and code up in a Portable Area with embedded views. I think it's not a lot of work now to package this whole thing up in a nuget package.

Reply to this email directly or view it on GitHub: https://github.com/TroyGoode/MembershipStarterKit/pull/11

danmiser commented 13 years ago

Maybe you could create a separate project to take this on: one without the MvcContrib dependency and one with? I just started investigating using fretje's approach, but keeping things in sync between the "core" project and his will start to become more and more difficult as time goes on.

troygoode commented 13 years ago

sorry, I don't have any interest in integrating with MvcContrib