In this article we will learn how to resolve Entity Framework local DB not working.
Recently I'm creating a example on EF and getting issue on while fetching the data Local DB data is not fetch from database. My earlier source code is look like this.
Solution code is :
After use the using statement inside it works perfectly.
Post a Comment