Posts by Igor Campina • 13 points
1 post
-
1
votes1
answer28
viewsQ: Insert combobox items using Entity Framework
I have a Windowsforms application and I’m trying to insert items from a combobox and save to the database using Entity Framework Core. The biggest problem is that it inserts only one combobox item,…