While developing a Slack Slash Command for one of the products I work on, I discovered it is rather difficult to allow external access to a Web API in my Visual Studio debugging
Over time, some of my export logic started taking longer and longer to perform. At its worst, on large sets of data, it was taking 15 minutes to perform the entire export. Obviously,
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
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
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