Category Archives: MVC

MVC5

Last month I did a MVC4 project and shared it on codeplex so that it would be easy to get started with MVC4 and MDriven Framework. But MVC4 is already old. Now it is MVC5 that is what you should … Continue reading

Posted in MVC | Leave a comment

Getting started template for MDriven MVC

This article was moved to MDriven Wiki – Getting started template for MDriven MVC In order to get started with a MDriven MVC project clone this project at CodePlex: https://mdrivenmvc.codeplex.com/ Go like this: 1. Make sure you have MDriven Framework … Continue reading

Posted in codeplex, MVC | 3 Comments

More videos on MDriven MVC

In this video we deploy the actual application to Azure and make sure that we can use it on the phone and such https://www.youtube.com/watch?v=H_zQ9ke1D-A In this video we find some limitations on the deployed application and fix them. We add … Continue reading

Posted in Azure, MDrivenDesigner, MDrivenServer, MVC | 1 Comment

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

Comboboxes in MVC from model driven ViewModel

This article was moved to MDriven Wiki – Comboboxes in MVC from model driven ViewModel To get everything to work as in the article you need the latest build (written 131108) Combobox, picklist or dropdown list – many names for … Continue reading

Posted in MVC, ViewModel | Leave a comment

MVC with ViewModels and constraints and BusinessDelete

This article was moved to MDriven Wiki – MVC View Model constraints I made a little MVC sample. I deliberately made it really small and simple – but made sure it shows create,delete and update of attributes and relations. I … Continue reading

Posted in MVC, ViewModel | Leave a comment

MVC continued

This article was moved to MDriven Wiki – MVC View Model handling I had a skype conversation with Peter Morris, describing the new ability to create offline objects with ECO, and how that can be used to let MVC work … Continue reading

Posted in Modlr, MVC, ViewModel | 14 Comments

Eco for MVC

Let it be known from the start that I am a MVC newbie so please correct me when needed. I looked over Peter Morris’s example posted here and got intrigued… MVC runtime does a lot of magic name matched routing … Continue reading

Posted in MVC | 3 Comments