I’m new to c# Windows Form Application and I’m having a problem in adding/inserting data to SQL DB that has relationship between tables.
My question is, Will the relation between the tables function in C# Windows Form Application?
This is how my DB looks

I’m looking for a way to add data to the Article table and Body table where Artcle.body_id will pupolate accordingly. The same as MVC.
Thanx
Got the code now. Hope this will help others in the future.