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
mahmoud helalii
1.5k
212
7.8k
Entity model context
Jan 27 2020 2:18 PM
i have changed my model context.cs code like :
public productesEntities() : base(DBConnection.ConString)
{
}
replacing "name=productesEntities" to DBConnection.ConString
that DBConnection.ConString read connection string from web.config
problem is that at ecery time i update procedure or add table DBConnection.ConString changed to old
"name=productesEntities"
How can i keep "DBConnection.ConString" not "name=productesEntities"
Reply
Answers (
3
)
when user fill details and click value send admin page admin
I am creating online exam web application using asp.net core