I am trying to follow the example of creating Winform to access the database, here is the link of this guide http://www.codeproject.com/Articles/221931/Entity-Framework-in-WinForms?msg=4528028#xx4528028xx
But in this tutorial, after adding a datagridview on the form, I cannot find EntityDataSource. What is the problem? I'm completely fresh in EntityFramework, so I'm not sure if I did something wrong following the tutorial?
http://i.stack.imgur.com/QMpVU.jpg
Another little help, can anyone recommend an example of creating winform to read data from a database using entities?
In the ToolBox, right-click and select "Select Elements" ... Then find the EntityDataSource control and check it!
However, note that this control seems to be deprecated for EF5 ...
Source: https://habr.com/ru/post/1492338/More articles:For a loop on an object, it gets out of control - javascriptHow to manually add a back button to my navigation bar? - iosGoogle Charts - changing axis name orientation - google-visualizationOR WHERE and AND in mySQL Query - sqlHow to add back button to UINavigationBar manually? - objective-cCan javascript get the SSID of the current WiFi connection? - javascriptI need to create a custom tree data structure using JavaScript - javascriptHow to programmatically add a UINavigationBar and a back button on it - iphoneThe principle of interface segregation in relation to classes or objects? - c #Is it good to use extension methods only to set default properties? - c #All Articles