by Andrew Tarr | Oct 13, 2015 | Software Engineering
In one of our recent projects, we were managing data back and forth between two websites: one set up for an intranet with Active Directory authentication and the other set up to face external traffic with Identity authentication. In the project, a need arose to...
by Matt Will | Sep 22, 2015 | Software Development Tips & Tricks
We decided to use Angular on a public-facing website project for a customer. After we completed a good chunk of the front-end development, I noticed a high number of requests for markup templates were being made when our page loaded. I knew that there had to be a way...
by Adam Miller | Jul 14, 2011 | Development Methodologies & Best Practices, Software Development Tips & Tricks
Below is an example of how I like to use properties to access HTML items from code-behind. It allows you to have strongly-typed objects and a single point of access to HTML items.
by Nate Lowry | Mar 30, 2011 | Software Engineering, Technology
As a “joint venture” (over a few drinks) with our friend from Hudl, Kyle Deterding, we decided to use the Halo-style matchmaking algorithm to predict the NCAA tournament. The algorithm uses Microsoft Reasearch’s Infer.NET framework to handle the math and statistics...