All Things Tagged 'Articles'

So you want to be a .NET developer…

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.

Easy Data-Driven UI Using Windows Forms [.NET]

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.

Debug Your .NET Web Project With IIS Express [Tips & Tricks]

Update: IIS Express has been officially released as a standalone installation.

An error has occured while trying to process your request. Hide