NET web application project.
There is little website of books and I want to save the names of books and authors into the database.
I ask if it's possible to create a local sql server database in the project and to save the books here.
I'm newbie to Web programming.
For example,in Android studio there was SQLite database and SQLiteOpenHelper classes where I was able to create local database in the project.
Is it possible in Visual studio 2015?