I am new to the .NET Framework. I am using Visual Studio 2008 in which I need to create a simple SQL database with say 2 columns "name" and "address" . After that I need to create a web service (REST or SOAP) that will expose my database . Also I need to develop an Android application using which I can insert ,delete , update and view the contents of my database at any point of time via the webservice using respective buttons . As I would be developing it on my machine itself , I would use localhost and not any remote server.
can anyone suggest me how should i go about doing this?