Skip to content

Instantly share code, notes, and snippets.

@gokhansobaci
Last active November 17, 2023 14:48
Show Gist options
  • Select an option

  • Save gokhansobaci/f5182bb38b2e746b8499d49f21da8733 to your computer and use it in GitHub Desktop.

Select an option

Save gokhansobaci/f5182bb38b2e746b8499d49f21da8733 to your computer and use it in GitHub Desktop.
Connection Strings
<connectionStrings>
<add name="blog" providerName="System.Data.SqlClient" connectionString="server=localhost;database=BlogSite;trusted_connection=true;trustservercertificate= true;" />
</connectionStrings>
@gokhansobaci
Copy link
Author

gokhansobaci commented Oct 26, 2023

VeriTabanına bağlanırken kullanılan connection string yapısı

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment