Hello. I'm learning how to create a DataGridView and bind to a database. I'm currently using .net 6.0 on VS 2022 with Winforms. Most tutorials I see show that I go to Data Sources window and choose the database from there. No data sources show up even after I setup the server. What is the best way to go about this? Should I be using a different framework, or should I learn to connect to the database programmatically?