TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Samio
NA
201
176.4k
Connection string: which one is more secure Linq to Sql or Entity Framework
Jun 20 2012 5:30 PM
Hello,
I have to make a new windows project using remote sql server database. To make a decision regarding the choice between Linq to Sql and the Entity Framework, I initially created two identical test projects the unique difference was data access technology, to compare the performance between these two technologies, I noticed that the EF project is about 4 times slower.
Now I'd like to be helped on the question of security:
Having to use an encryption of the connection string in the App.config file, I wonder if there would still be vulnerabilities in the use of data models. Dbml or. Edmx
Also I wonder how to configure remote (Windows Server / SQL Server 2008) and the local (Windows 7 / application) to establish connection with integrated security (Windows).
Thanks in advance
Reply
Answers (
12
)
What is the best way to store a large number of local settings on a per user basis?
how to connection crystal report in c# 2010