I have just created a project with visual studio 2015. I added a service-based database called it Nunu.mdf.
I connected successfully to the database.
I created a dataset and called it Books and added four columns there, called book, Author, DatePublished abd ISBN Number
Now I do not know how to add data into the database
Please help