How To…Verify Email Address: Entity Framework Code First Migrations
A common feature of web apps user registration is to to make users verify email address, normally by clicking a link sent to that email address. Accomplishing this with ASP.NET MVC on Windows Azure is...
View ArticleLAC09 – A Xamarin.Forms Infinite Scrolling ListView
The last few months have been crazy busy working on ItsMonkie Solutions, whether it be website rework, defining the value proposition or outreach emails, I’ve had very little time and as such...
View ArticleGetting Started with Xamarin Forms Labs (XAML, MVVM and IOC)
Xamarin Forms Labs is one of the main open source projects currently out there for Xamarin.Forms – this article is a simple step in getting the very basics up and running. What I want to do here is...
View ArticleUsing a Dependency Injection Container in Xamarin Forms Labs
Using a dependency injection (DI) container in your Xamarin Forms app can make developing it a lot smoother and your code a lot cleaner. Inversion of control (IOC) is integral (in one form or another)...
View ArticleAutofac, Ninject, TinyIoc & Unity with Xamarin Forms Labs (XLabs)
Autofac, Ninject, TinyIoC & Unity are 4 widely used dependency injection containers that can be used with Xamarin Forms Labs. This post is going to quickly run over how to get started with each of...
View Article