All developers, regardless of language, need to have a solid foundation in operators - and this series helps you "get it." It covers everything from the most basic assignment operators (like '=') to more complex expressions like a = b ^c; and txtEmailAddress.Text = user.EmailAddress.Length>0 ? user.EmailAddress : "The user has no email.";