If using for yourself look at LocalDb or SQLExpress and if for sharing with others SQLExpress.
Note that SSMS is not a database but a tool to work with and manage your data.
Create your database and tables using SSMS then in Visual Studio use Entity Framework Core which by using EF Power Tools will generate all needed code to work with data no matter if Windows Forms, WPF, MAUI or web projects.