-
Notifications
You must be signed in to change notification settings - Fork 4
Description
So I thought I would open this up with a brief intro, this would normally go in the README
or docs
, but I'm still working on that. This repo contains code that extends the ASP.NET Core Generic Host
located here for Xamarin.Forms
applications. If you don't know what a Generic Host
is then I encourage you to read about it on the docs page. I have for a long time wanted the ability to write Xamarin.Forms
application in a way that felt similar to ASP.NET Core web applications. I love the DI, Logging, Localization, and Configuration patterns and wanted this to be the core of my mobile apps story. The Generic Host
is the piece that brings all this together and I really enjoy using it and hope you will to.
The code in this repo will hopefully demonstrate that the Generic Host
works well in a Xamarin
environment and doesn't get in the way of things. It doesn't replace the need hack around things, but it sure makes common infrastructure scenarios a lot less work. Please feel free to PR
, add issues, and please please give feedback as I want to make this better.
Look forward to hearing from you soon!