I want to make a online library system in asp.net. And not know how to start. Anyone can help me please and if you know then tell me some code for this. I am thankful to you.
First of do analysis of the requirement of project.Than search for the similar projects on Internet and can view sample projects.
First think about the database. what table you need to create, and what field, Like, Book name, Author, Edition, Stream, Rack No., Availablity . Then you can go through Visual studio and can create delete, update, Insert and also searching.