How can manage user login details in asp.net MVC? Can anybody explain it simply?

Asked by Last Modified  

1 Answer

Learn .Net

Follow 0
Answer

Please enter your answer

.NET Developer having 13+ years experience and a part-time trainer

Create a very simple table just to keep login details. We use something like this: CREATE TABLE .( IDENTITY(1001,1) NOT NULL, (60) NOT NULL, NULL, (50) NOT NULL, NOT NULL, NULL, NULL, NULL, NOT NULL, NULL, NULL, NULL, NULL, NULL, ) Use an...
read more
Create a very simple table just to keep login details. We use something like this: CREATE TABLE [dbo].[User]( [ID] [int] IDENTITY(1001,1) NOT NULL, [Email] [varchar](60) NOT NULL, [EmailVerified] [tinyint] NULL, [Password] [varchar](50) NOT NULL, [UserType] [tinyint] NOT NULL, [ApprovedOn] [datetime] NULL, [BlockedOn] [datetime] NULL, [BlockReason] [tinyint] NULL, [InsertedOn] [datetime] NOT NULL, [InsertedBy] [int] NULL, [ModifiedOn] [datetime] NULL, [ModifiedBy] [int] NULL, [DeletedOn] [datetime] NULL, [DeletedBy] [int] NULL, ) Use an algorithm to Encrypt and Decrypt the password in BusinessLogicLayer. And that's it! read less
Comments

Related Questions

What is the difference between XML and HTML?
Main Difference : HTML is used for presenting data ie it's main goal is to present data in a beautiful way, while XML is used to store and transport data ie it's main goal is to organize the data.
Aavinash
0 0
8
what are the user defined functions in SQL Server
User Defined Functions play an important role in SQL Server. User Defined functions can be used to perform a complex logic, can accept parameters and return data. Many a times we have to write complex...
Mallikarjuna
Why we are using store procedure?
Stored Procedures are used to perform a task Advantages: Modularity and Reusability Stored procedures simplify database development programming
BODA S.
I did a basic programming course in my 12th Standard. Can I do .net ajax?
If you have good understanding of how web applications work and knowledge on html, javascript and any server language like php, C# or anything else then you can do .net ajax easily
Geeta

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

.NET With AngularJS Training Program Syllabus
What You will Learn in .NET with AngularJS Training Program? Introduction to .Net: Features of .Net, CTS, CLS, CLR and MSIL. C# & .Net Basics and Branching & Flow Control. OOPs Concepts,...

Read CSV data using ODBC Connection
Codes to read the CSV data using ODBC Connection- Input File: File's Encoding format should be ANSI as below class Student{ public string CollegeId { get; set; } public string AdmissionDate...

Programming Practice Technique
Any Programming Language required an Algorithm. Algorithm - It is the finite set of instructions in which each and every instruction has the meaning, instructions are not ambiguous and all the instructions...

Dependency Injection in Angular 2
Dependency injection Dependency injection is a way to supply a new instance of a class with the fully-formed dependencies it requires. Most dependencies are services. Angular uses dependency injection...

Facebook Analytics
Assume how the Facebook application will store the millions of customer's record in real-time: facebook = { 'jose': { 'name': 'jose', 'age': 33, 'hobby': , # cricket,football 'mobile': 1111111111, 'email':...

Recommended Articles

Business Process outsourcing (BPO) services can be considered as a kind of outsourcing which involves subletting of specific functions associated with any business to a third party service provider. BPO is usually administered as a cost-saving procedure for functions which an organization needs but does not rely upon to...

Read full article >

Information technology consultancy or Information technology consulting is a specialized field in which one can set their focus on providing advisory services to business firms on finding ways to use innovations in information technology to further their business and meet the objectives of the business. Not only does...

Read full article >

Almost all of us, inside the pocket, bag or on the table have a mobile phone, out of which 90% of us have a smartphone. The technology is advancing rapidly. When it comes to mobile phones, people today want much more than just making phone calls and playing games on the go. People now want instant access to all their business...

Read full article >

Microsoft Excel is an electronic spreadsheet tool which is commonly used for financial and statistical data processing. It has been developed by Microsoft and forms a major component of the widely used Microsoft Office. From individual users to the top IT companies, Excel is used worldwide. Excel is one of the most important...

Read full article >

Looking for .Net Training ?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you