In ado.net you can use the following syntax to reference a Sql Server instance on a nonstandard port. Your connection string would something like this:
DataSource={your Sql Server}\{your instance},{your port for the instance}
I believe this
Read More