Click here to Skip to main content
15,917,635 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to make Athentication & Atherization in C#.net(Windows).
How can I make??
Posted

1 solution

That will depend on where you are storing user details.
If you use a database, then you will need to query it - MsSQL, or MySQL, or Oracle, or Access, or...
If you use XML files, then you need to access that.

Similarly for text files, CSV files, etc., etc.

Then you have to decide on a user interface.

Have a think, and maybe google "user authorisation c#" for basic ideas, then ask again when you have a specific problem, as the field is way too big to answer a general query like that!
 
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