C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,427 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello.
I'm want use DataSet.xsd in .Net Framework 4.5 c# winform project with encrypted connection string.
I execute below
I can redesign code for encrypted connection string from DataSet.Designer.cs/TableAdapter.InitConnection()
and delete plain connection string that stored in project/settings for secure. but it occurs error when execute some command in DataSet Designer view.
I know its natural things. but its neccerary to secure program.
This is the question.