Deploying Console Apps via MSBuild

by Adam Miller 12/14/2011

VS2010 and MSBuild don’t provide a good way to deploy windows apps using continuous integration (especially to different environments). Over the past couple days I’ve wasted a lot of time manually deploying my apps to test them on dev. Brian Gansemer has talked about creating hooks for deploying ClickOnce apps as part of the build process, but I wanted to keep my apps as regular console apps. Here is the solution I came up with to automatically deploy my project. More...

Load Testing in Visual Studio 2010

by Adam Miller 9/29/2011

Have you ever wondered if your custom data access code is any more efficient than simply loading a DataTable? Not that I'd recommend using DataTables except for certain situations, but Visual Studio 2010 Ultimate makes it easy to load test your data access classes to determine performance. More...

ASP.Net Page Properties

by Adam Miller 7/14/2011

​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. More...

About Adam

Adam graduated from Doane College in December of 2003 with a Major in Computer Science and minors in Art and Math. He then began developing software at Sandhills Publishing followed by Nanonation, Nelnet, Branchnext, Internap, and finally landed at Nebraska Global.

Adam lives in Mead, NE with his wife Jessica and daughter Lauren. He enjoys playing basketball and sand volleyball, woodworking, getting new cars, and volunteers as a firefighter and EMT. He’s also a mentor in the Teammates program. But he feels like he spends most weekends fixing things around the house.