EntityFramework ConnectionString utf8
问题 I want to add utf8 support to my Entity Framework database application (sql server 2008 r2) I think I need to add the charset to the connectionString. This is how my connectionString works (anonymized, of course) <add name="MyContainer" connectionString="metadata=res://*/MyDatabase.csdl|res://*/MyDatabase.ssdl|res://*/MyDatabase.msl;provider=System.Data.SqlClient;provider connection string="Data Source=myserver\instancename;Initial Catalog=MyCatalog;Persist Security Info=True;User ID=USERNAME