Quick Tip: Taking advantage of Read-Only SQL Server replicas in your C# application
If you happen to be using C# there is a very easy way to set your application up to take advantage of Read-Only replicas.
Using this connection string: (Some portions were left out for brevity)
"Server=tcp:<servername,port>;Initial Catalog=<database ...
josefrichberg.com1 min read