Post updated 2009-04-24T15:58:55Z
My friend and colleague Zach Johnson posted a great article on beginning web development. His post is mostly focused on PHP/MySQL due to his background, so I thought I'd expand on his excellent advice by talking about beginning .NET development. Take a look at what I have to say after the jump.
Post updated 2009-05-01T22:51:44Z
It's a common need in developing software to change control values based on data from a database or a property on an object. For example, choosing a customer name in a ListBox and filling in all their details into some form controls. You might first begin by implementing code in OnSelectedIndexChanged events, OnTextChanged events, etc. I will cover how to create a totally dynamic data-driven interface without using any UI logic at all.
Post updated 2010-07-11T18:55:53Z
Update: IIS Express has been officially released as a standalone installation.
©2012 Intrepid Studios, Inc. All Rights Reserved.