public DEV_MasterPOSEntities Context = new DEV_MasterPOSEntities();
I am using WPF and MVVM but system performance is very slow. Is it due to Context? Is it then what can I do to increase performance?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You havent given enough information for us to really be able to pinpoint your problem but if Entity Framework is causing your performance issues I would recommend taking a look at my cheat sheet for making EF applications as fast as possible.
I also have some other articles around perfomance issues with tracking too many entities: