CSharp

EntityFramework 6 DbContext with an interface

I recently migrated one of our projects to EntityFramework 6's Code-First framework. There weren't a great deal of differences in the underlying models, but the context class changed a

Developing Mono-Android for C#

I started playing around with the Mono-Android SDK. Pretty cool stuff! Not having developed anything for Android yet, it was admittedly confusing at first trying to figure out the structure of things. For

Multiple providers with ASP.NET Forms Authentication

Microsoft claims that it is easy to setup multiple member and role providers in .NET. While that appears to be relatively true for configuration, getting Forms Authentication (most particularly, the ASP.NET Login