So i'm currently making a basic WinForms application. I need to do grab some data from a Database and have done so as I would in ASP.Net, using LINQ-SQL. Now every tutorial i've read on the internet thus far is focused on DataSets, DataRows and all the horrible .Net 2.0 stuff.
I also need a basic Parent -> Child Combo-box arrangement, but can't seem to get anything working.
I want to conform to the standard .Net Winforms way of doing things, but it seems like LINQ and LINQ to Entities weren't designed for use with WinForms or am I just looking in the wrong place?
Anyone got some good links on databinding to LINQ-SQL or LINQ-Entity Datasources. I would preferably like some sort of built-in CRUD functionality as well, if at all possible.
This is not an option lmao: it is part of the KB5094126 update, pushed to all users. There is no GUI to configure it.
Reading the article should be required for commenting.
Close, but it is for any application starting, not just during boot time. In fact, it probably will not improve boot time at all because during a boot, the CPU is already boosting, so a pre-boost wouldn't change anything.
I agree that it isn't exciting (especially considering every other OS already does it), but it is a good thing, even if they are just playing catch up.
Question
MiG-
So i'm currently making a basic WinForms application. I need to do grab some data from a Database and have done so as I would in ASP.Net, using LINQ-SQL. Now every tutorial i've read on the internet thus far is focused on DataSets, DataRows and all the horrible .Net 2.0 stuff.
I also need a basic Parent -> Child Combo-box arrangement, but can't seem to get anything working.
I want to conform to the standard .Net Winforms way of doing things, but it seems like LINQ and LINQ to Entities weren't designed for use with WinForms or am I just looking in the wrong place?
Anyone got some good links on databinding to LINQ-SQL or LINQ-Entity Datasources. I would preferably like some sort of built-in CRUD functionality as well, if at all possible.
Cheers,
MiG
Link to comment
https://www.neowin.net/forum/topic/845638-c-winforms-need-some-databinding-help/Share on other sites
2 answers to this question
Recommended Posts