Monthly Archives: February 2014

MVC White paper in 4 parts

This article was moved to MDriven Wiki – MVC White paper in 4 parts Use CapableObjects with MVC – this is how //www.capableobjects.com/xdownloads/Doing%20MVC%20with%20CapableObjects.pdf The document handles new model driven controllers for MVC and Wecpof for MVC and a few things … Continue reading

Posted in MVC, WECPOF | 9 Comments

Nuget updates

Some updates to the CapableObjects packages at nuget. We have discontinued the EcoWeb package and replaced it with EcoWebASP and EcoWebProviders. This is because the content of EcoWebProviders package is usable even if you do not use ASP.NET . A … Continue reading

Posted in ASP.NET, MVC, NuGet | Leave a comment

ASP Membership provider

The EcoMembershipProvider has changed from deriving from MembershipProvider to now deriving from WebMatrix.WebData.ExtendedMembershipProvider. The main difference is the introduction of the SocialLoginUser. The ExtendedMembershipProvider simplifies OAuth authorization via google, facebook etc. I am working on a MVC sample that shows … Continue reading

Posted in ASP.NET, MVC | Leave a comment