Click here to Skip to main content
15,892,809 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,
I want to make a log in system for my android application. For that I need to store user name and password to Cloud Server and retrieve that data during login. If user name and password have match case then individual can able to access my application.

So I want to know what are the required things to know or please provide me sufficient links to learn how to data can be read and write to cloud server using c#.

You can check my app from google play store named as "homebudget.homebudget"

[^]


with regards,
Subrata Mitra

What I have tried:

I just read out http server client using c#
Posted
Comments
Richard MacCutchan 18-Aug-17 8:54am    
You need to contact the owner of the server to see what services are available to you.
Rocky2017 18-Aug-17 9:01am    
Hello Sir,

Actually my concern is that what are the technical knowledge I need to know for data storing in cloud server.
thank you
Richard Deeming 18-Aug-17 9:49am    
Whatever you do, don't store or transmit the password in plain text!

Secure Password Authentication Explained Simply[^]
Salted Password Hashing - Doing it Right[^]
Member 13358375 18-Aug-17 12:08pm    
okye...I try to understand the code and get back to you

1 solution

Hi,

To this task, you can do this:
1 - Create a web api with database to login and password. This application you can send cloud like this: VPS/VDS Hosting. ASP.Net MVC Hosting. Free ASP.Net Hosting

To create web api, link:
RESTful Day #5: Security in Web APIs-Basic Authentication and Token based custom Authorization in Web APIs using Action Filters

Creating Web API in ASP.NET Core

Implementing basic authentication in ASP NET Web API - YouTube

2 - Consume this web api using rest service with httpclient library
Xamarin Android - Consuming REST Services With HttpClient
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900