Skip to content

NotNet.Core.Forms

Xet Erixon edited this page Aug 17, 2017 · 5 revisions

MVVM framework for Xamarin.Forms

...by no means a Prism.Forms wannabe...

When using Xamarin.Forms as the framework of choice for the apps, I noticed that I wrote a lot of boilerplate code creating Pages and View, hooking up BindingContext, navigation from one View to another and things like that.

Given the basic IoC functions i NotNet.Core, I wrote this small framework to take a way some of the boilerplating. Yes, I know we have Prism.Forms, MVVM Light, MVVM Cross and others, but we really need one more, right? Perhaps not, but as a side-project it has been fun writing.

Clone this wiki locally