Skip to content

Instantly share code, notes, and snippets.

@bhdryrdm
Last active December 25, 2017 22:57
Show Gist options
  • Save bhdryrdm/b3ffde1d527f423a53c5958b2ce4298f to your computer and use it in GitHub Desktop.
Save bhdryrdm/b3ffde1d527f423a53c5958b2ce4298f to your computer and use it in GitHub Desktop.
WORM.config Örnek Dosya
<?xml version="1.0" encoding="utf-8"?>
<Databases>
<MYSQL_University id="MYSQL_University">
<ConnectionString value="Server = localhost; Port = 3306; Uid=root; Pwd = 123qwe;" />
<Provider value="MySql.Data.MySqlClient" />
<UpdatedAuthor value="bhdryrdm" />
<Version value="1" />
</MYSQL_University>
<University id="University">
<ConnectionString value="Server = .; Trusted_Connection = True;" />
<Provider value="System.Data.SqlClient" />
<UpdatedAuthor value="bhdryrdm" />
<Version value="2" />
</University>
</Databases>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment