where to start building a web service layer to secure my database?

44 Views Asked by At

I have recently built an inventory system for a c# portfolio project and I have all the main functionality of the program down, the database is built and all the passwords are hashed and somewhat secure etc, but I wanted to something a bit more technical as i think it would be good on my portfolio. I was informed that a good way to secure my database would be to build a web service layer that I would call instead of directly calling to the database and also not having my connection string saved in a variable in the program itself, but im not sure where to start with building the web service as I have never done anything before and I wanted to ask if anyone could point me in the right direction if they arent busy, I would really appreciate the help.

0

There are 0 best solutions below