Published: November 07 2015
This is a quick post to show how to setup Google Analytics page/route tracking in an Angular application that uses the UI Router.
Published: October 30 2015
An example of how to setup Google style pagination logic in C# and ASP.NET MVC.
How to unproxy NHibernate objects to get real entity objects instead of NHibernate proxied classes.
An example of how to implement an incremental delay in C# to prevent brute force or dictionary attacks on an MVC login form.
An tutorial and example showing how the different AngularJS unit testing tools and libraries fit together.
Published: March 10 2015
Last updated: December 13 2016
An example and tutorial of how to implement user registration and login functionality with AngularJS
A quick example of how to unit test AngularJS components that use the $timeout service.
Published: January 28 2015
After a lot of digging around to figure the best way to implement the Unit of Work + Repository pattern in an ASP.NET MVC 5 or Web API 2 application, I came up with this solution.
Published: December 01 2014
A simple login example using AngularJS on the front end and ASP.NET Web API 2 on the back end.
Published: September 25 2014
After setting up automatic redirects from HTTP to HTTPS you may start seeing browser warnings about "insecure content" or "mixed content" and some content may be blocked and not displayed, this is because some of the external content references in your html are still using an insecure "http://" url.