TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Login
Login
is a process that allows a user to login to a website by using special login password or the username. In this case the login password can be any text. But we can use own email as password. By login we are able to access general services or public information by using login password. Anonymous logins are often used to provide users with easy access to multi-user chat rooms. When users provide their emails for passwords during this process these are normally only used for statistical purposes.
Login
can be reduce overall Internet and network security because a secure authentication process is not part of the anonymous login process.
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Arun Ramaswamy (10)
Nimit Joshi (4)
Satyapriya Nayak (3)
Sarthak Varshney (2)
Menaka Priyadharshini B (2)
Velladurai (2)
Krishna Rajput Singh (2)
Raj Kumar (2)
Asma Khalid (2)
Kisorjan Jakathiswaran (2)
Prashant Bansal (2)
Santosh Gadge (2)
Arun Potti (2)
Vithal Wadje (2)
Khushbu Saini (2)
Sangeetha S (1)
Kesavan V (1)
M Munib (1)
Aman Gupta (1)
Shilpa Tanwar (1)
Purushottam Rathore (1)
Prabakaran M (1)
Gajendra Jangid (1)
George (1)
Keyur Pandya (1)
Anwar Basha (1)
Abhishek Yadav (1)
Umesh Mandal (1)
Ayush Gupta (1)
Alagunila Meganathan (1)
Munesh Sharma (1)
Bilal Shahzad (1)
Ajay Kumar (1)
Harpreet Singh (1)
Monica Rathbun (1)
Shiv Sharma (1)
Jejji Arora (1)
Vinoth Xavier (1)
Kiran B S (1)
Muzaffar Ur Rahman (1)
Nilesh Jadav (1)
Priyanka Singh (1)
Aravind Govindaraj (1)
Ijas Ahamed (1)
Jaipal Reddy (1)
Ehtesham Mehmood (1)
Tarun Rajak (1)
Thanga malai (1)
Ishan Gupta (1)
Ecco Suprastyo (1)
Sardar Mudassar Ali Khan (1)
Harshit Pandey (1)
Lovy Jain (1)
Vijayakumar S (1)
Gagan Sharma (1)
Muhammad Omer Khan (1)
Ahsan Siddique (1)
Abhishek Yadav (1)
Yogeshkumar Hadiya (1)
Elavarasan R (1)
Pushpendra Shukla (1)
Aseeph Rjv (1)
Tanuj Gyan (1)
Sandhya Shinde (1)
K J Sharma (1)
Abhishek Jaiswal (1)
Sourav Kayal (1)
Neha Sharma (1)
Satya Prakash (1)
Rakesh (1)
Ankit Kanojia (1)
Manoj Kalla (1)
Mudita Rathore (1)
Barath Kumar M (1)
Related resources for Login
No resource found
User Login page Example in android studio using java
10/25/2024 11:42:39 AM.
We’ll walk through setting up a simple login screen with input fields for username and password, integrating basic authentication, and handling login actions. Perfect for beginners in Android developm
How to Resolve Error Code Caa50021 in Microsoft 365 App Login
10/25/2024 9:25:05 AM.
In this article, we will learn troubleshooting steps to restore login access, including checking network settings, clearing the cache, and verifying account permissions to resolve the issue quickly.
Login And SignUp In Xamarin.Forms
9/25/2024 10:01:06 AM.
In this guide, we explore implementing login and signup functionalities in Xamarin.Forms, a popular framework for cross-platform mobile app development. We’ll cover essential concepts such as user aut
Node.js App with User Authentication and Docker Deployment
9/22/2024 12:09:32 PM.
Learn how to create a Node.js app with registration, login, and a dashboard. This guide covers MongoDB integration and Docker deployment for efficient web development.
Implement LDAP Login Authentication API in Java with Spring Boot
8/28/2024 6:57:58 AM.
This guide details creating an LDAP authentication API using Java and Spring Boot. It covers dependency setup, LDAP server configuration, and implementing a REST controller for user authentication. Th
Implementing OAuth Authentication in Next.js
8/7/2024 10:57:14 AM.
OAuth allows users to log in via third-party providers like Google and GitHub. Here’s a streamlined guide to integrating OAuth with NextAuth.js in your Next.js application.
Login And Registration Process In WPF application
8/7/2024 10:30:02 AM.
This WPF application in Visual Studio 2010 features a simple login and registration system with two forms: Registration and Login. Users register on the Registration form, and upon successful registra
Create A 3D Login Form In HTML 5
8/7/2024 5:21:56 AM.
In this article, you will learn to Create an immersive 3D login experience with this HTML5 form. Utilize CSS animations for dynamic visuals and JavaScript for interactive functionality. Enhance user e
Building A Login Form Using Material Design Control In Visual Studio 2017
7/26/2024 6:28:26 AM.
This article demonstrates how to use Material Skin in Windows. Forms applications with Visual Studio 2017. It covers starting a project, installing Material Skin via NuGet, adding Material controls to
Two Factor Google Authenticator Using ASP.NET Core And Angular
7/18/2024 12:26:15 PM.
Implementing 2-Factor Google Authenticator with ASP.NET Core and Angular enhances security by requiring users to provide a time-based one-time password (TOTP) alongside their password.
A Fix To SQL Server Error 1069 - The Service Did Not Start Due To A Login Failure
7/13/2024 8:14:56 PM.
In this article, you will learn how to fix to sql server error 1069 - the service did not start due to a login failure.
Creating a User Login System with SQL Server Stored Procedures
7/2/2024 7:12:28 AM.
Implementing secure user authentication in SQL Server involves creating a UsersDetails table for storing credentials and developing a LoginUser stored procedure. This procedure validates user inputs a
Building a Basic Login Form with Angular and HttpClient
7/1/2024 6:38:09 AM.
Learn to build a secure login form in Angular using HttpClient for HTTP requests. This tutorial covers creating a TypeScript component, handling HTTP POST requests to a backend API, and integrating wi
Copying Footers Between SharePoint Sites Using PnP PowerShell
6/24/2024 4:00:07 AM.
I've been extensively using SharePoint and the PnP PowerShell module, which simplifies tasks with easy command sets and detailed documentation. Notably, copying a footer between SharePoint sites i
How to Create Login Form in Visual Studio and Connect With SQL Server
6/17/2024 11:22:47 AM.
Learn to create a login form in Visual Studio by designing a Windows Forms application. Customize form elements like buttons, labels, and text boxes using properties for font, color, and layout.
Login Control in ASP.NET 3.5
6/17/2024 11:19:43 AM.
ASP.NET login controls simplify user authentication for web applications by integrating with ASP.NET membership and forms authentication. These controls offer a ready-to-use interface to query user cr
Creating Login Form With Authentication For User Login Using C#
6/13/2024 11:51:06 AM.
I created a login form in Visual Studio 2015 using C# and Windows Form Application. It validates username and password, restricting access after three failed attempts. The form includes labels, textbo
ASP.NET MVC 5: Integrating Existing Database With Login Using ADO.NET Database First Approach
6/11/2024 12:37:53 PM.
Learn how to integrate an existing database with login functionality in ASP.NET MVC 5 using the ADO.NET Database First approach. This guide covers setting up the Entity Framework, configuring the data
Registration And Login Functionality In ASP.NET Core 3.0 MVC Web Application Using Identity
6/6/2024 11:31:32 AM.
In this article, I will discuss how to create Registration and login functionalities in ASP.NET Core web application In this article, I will discuss how to create Registration and login functionalitie
Login And CRUD operations In ASP.NET Web API Using Angular 9 Web Application
6/5/2024 11:33:20 AM.
Learn to build a full-stack application with ASP.NET Web API and Angular 9. Perform login and CRUD operations using SQL Server. Utilize Angular Material for UI and Bootstrap for styling. Follow step-b
Connect to SQL Server with SSMS Methods and Authentication Types
5/31/2024 5:51:14 AM.
Connecting to SQL Server using SQL Server Management Studio (SSMS) involves selecting a connection method and authentication type. Methods include specifying the server name and instance.
Developing Login Page In Onsen UI Using Visual Studio 2015
5/22/2024 10:40:17 AM.
Create a secure and responsive login page in Onsen UI using Visual Studio 2015. Utilize JavaScript, HTML5, and CSS to design user-friendly input forms, ensuring proper authentication and validation.
Advanced Azure Bicep Techniques: Master Infrastructure Code
5/13/2024 4:15:16 AM.
This article is a comprehensive guide that takes you on a deep dive into the advanced topics of Azure Bicep. It starts with logging into Azure, then moves on to explain the advanced topics in Azure Bi
Azure Bicep: Wrapping Up and Looking Ahead
5/10/2024 8:57:42 AM.
As we conclude with Azure Bicep, reflect on its benefits, lessons learned, and future enhancements. Prepare for continued adoption, explore learning resources, and anticipate its evolving role in Azur
Azure Bicep Best Practices Unveiled
5/10/2024 7:56:18 AM.
This article is a comprehensive guide that takes you on a deep dive into the best practices for working with Azure Bicep. It explains the best practices in Azure Bicep, complete with code samples and
Azure Bicep: Deployment and Infrastructure as Code
5/10/2024 6:06:59 AM.
This article is a comprehensive guide that takes you on a deep dive into Azure Bicep deployment. It starts with logging into Azure and then moves on to explain the concept of deployment in Azure Bicep
Azure Bicep: Modules for Flexible Resource Management
5/10/2024 6:02:58 AM.
This article is a comprehensive guide that takes you on a deep dive into Azure Bicep modules. It starts with logging into Azure, then moves on to explain the concept of modules in Azure Bicep, complet
Exploring Azure Bicep Functions: Syntax, Usage, and Examples
5/9/2024 4:45:29 AM.
This article is a comprehensive guide that takes you on a deep dive into Azure Bicep functions. It starts with logging into Azure and then moves on to explain the concept of functions in Azure Bicep,
Exploring Azure Bicep Outputs: Retrieving Resource Properties
5/9/2024 4:34:50 AM.
This article is a comprehensive guide that takes you on a deep dive into Azure Bicep outputs. It starts with logging into Azure, then moves on to explain the concept of outputs in Azure Bicep, complet
Azure Bicep: Power of Variables for Efficient Deployment
5/8/2024 10:25:27 AM.
This article is a comprehensive guide that takes you on a deep dive into Azure Bicep variables. It starts with logging into Azure, then moves on to explain the concept of variables in Azure Bicep, com
Unraveling Azure Bicep Resources
5/7/2024 10:29:22 AM.
This article is a comprehensive guide that takes you on a deep dive into Azure Bicep resources. It starts with logging into Azure, then moves on to explain the concept of resources in Azure Bicep, com
Mastering Azure Bicep Parameters
5/7/2024 10:24:35 AM.
This article is a comprehensive guide that takes you on a deep dive into Azure Bicep parameters. It starts with logging into Azure, then moves on to explain the concept of parameters in Azure Bicep, c
Password Protection Using Code in Windows Forms
5/3/2024 9:01:09 AM.
Learn how to implement robust password protection in Windows Forms using C# code. This tutorial covers creating a secure login form in Visual Studio, handling user authentication, and validating passw
Make Your Debugging Easier With 'Login As' Design Pattern
4/18/2024 1:16:39 PM.
Streamline debugging with the 'Login As' design pattern, enabling authorized users to temporarily access accounts for testing purposes. Enhance development efficiency and ensure thorough testi
.NET API Login and Registration using Identity
4/1/2024 9:00:00 AM.
Secure your .NET web applications with Microsoft Identity for seamless authentication and authorization. Follow this guide to implement user registration and login functionalities effectively, enhanci
Form Authentication in MVC 5: Part 1
4/1/2024 8:18:03 AM.
In this article we will learn what Authentication and Authorization is with a small demo of what we will accomplish by the end of this series.
Contained Database - No Need For Server Level Logins Anymore
3/28/2024 10:34:38 AM.
Starting in SQL Server 2012 and in Azure SQL Database, Microsoft introduced the concept of a contained database. A contained database is a database that is completely un-reliant on the instance of SQL
Understanding Sharing in Lists on SharePoint Communication Sites
3/5/2024 10:46:46 AM.
This guide provides detailed instructions on utilizing the Share option in lists on SharePoint Communication Sites. It covers the login steps, navigating to lists, selecting items to share, opening th
Android Responsive Login Screen Design using Constraint Layout
2/16/2024 3:24:08 AM.
In this article, I going to explain how we can create a responsive Screen for different android Screens using Constraint Layout.
Integrating Google Single Sign-On with Angular
1/17/2024 5:22:11 AM.
Angular with Google SSO refers to the integration of Google Single Sign-On (SSO) authentication within an Angular web application. Single Sign-On is a method that allows users to log in to multiple ap
Building a Secure PHP MySQL Signup/Login Website with Email Verification
1/15/2024 8:48:49 AM.
Creating a secure signup/login system is essential for any web application that involves user authentication. In this article, I'll guide you through building a PHP MySQL login/signup website with
JWT Authentication Using Refresh Token Series - 1 [Login Feature] In .NET Core 6.0-ADO.NET-SQL
1/10/2024 10:39:54 AM.
In this series of articles, we'll focus on a hands-on, practical implementation of JWT authentication with refresh tokens in .NET Core 6.0 using ADO.NET and SQL, emphasizing real-world scenarios a
How to Create Login page in PowerApps using SharePoint
12/27/2023 6:58:21 AM.
PowerApps with a secure login screen. Learn the step-by-step process, from designing the interface to connecting to data sources, validating user credentials, handling navigation, and ensuring applica
Simple Login Form in ASP.Net Using C#
10/30/2023 6:57:40 AM.
This article shows how to make a simple Login Form in ASP.Net Using C#.
Complete Login And Registration System In ASP.NET MVC Application With Database Connection
10/20/2023 9:42:27 AM.
I have designed and coded simple Login and Registration forms in MVC without using Entity Framework with Database connection, with Simple Dashboard to Display data in MVC.So that Beginner will underst
Common Interface Architecture With SSO
10/18/2023 10:18:12 AM.
How to consume common interface from multiple consumer with SSO mechanism. The Common Interface Architecture with Single Sign-On (SSO) integrates two essential concepts in the realm of digital identit
Solution: Login failed for user 'sa'. Microsoft SQL Server, Error 18456
10/11/2023 9:38:58 AM.
Login failed for user 'sa'. (Microsoft SQL Server, Error 18456)" is the most common error in SQL server login. There are multiple reasons for this error. One potential reason is you are t
How To Create Login Page In ASP.NET Web Application Using C# And SQL Server
10/10/2023 10:06:02 AM.
How to create login page In ASP.NET Web Application using C# and SQL Server.
Simple Login Application using Sessions in ASP.NET MVC
10/4/2023 12:05:00 PM.
This article explains how to create a simple Login Application using sessions in ASP.NET MVC. This article explains how to create a ASP.NET MVC Project, add ADO.NET Entity Data Model, add Controller,
Login Form With SQL In C#
9/24/2023 6:05:26 PM.
A Login Form with SQL in C# is a graphical user interface (GUI) application built using the C# programming language and the .NET framework. It is used to authenticate users by verifying their credenti
Integrating "Sign In With LinkedIn" Functionality To An Application
9/11/2023 5:57:27 AM.
This article demonstrates how to integrate "login using the LinkedIn credential" in your web application.
Login Page Creation in C#
8/31/2023 5:36:33 AM.
This article shows how to create a login page in C#.
How to Build a Login Screen in SwiftUI?
8/24/2023 4:16:26 AM.
Learn how to create a login screen in SwiftUI. Know how you can leverage Apple's feature-rich UI framework in your iOS app development.
Simple Login Form C# With Database MySQL
8/23/2023 6:58:40 AM.
In this article, you will learn about creating a simple login form in C# with the database MySQL.
Capturing Phishing Email Using Custom Middleware in ASP.Net Core Web API
8/2/2023 9:08:59 AM.
To capture and detect phishing emails using custom middleware in an ASP.NET Core Web API, you can follow these general steps:Create Custom Middleware: Create a custom middleware that will intercept
Salesforce REST API: The Login Request (Authentication Step)
8/2/2023 8:59:37 AM.
In this article, we will discuss the detailed steps on how to authenticate REST-based requests against Salesforce Org. We will explore the REST payloads for the Request & Response cycle for the re
How to Implement Login Stored Procedures with Node.js and MySQL?
7/27/2023 9:44:38 AM.
In this article, we learn how to create a login stored procedure MySql and how to call Stored Procedure in Node.js.
Salesforce SOAP API Authentication - Login Request
7/21/2023 8:57:30 AM.
This article is focused on the Authentication mechanism for Salesforce SOAP-based services.
Secure Shell (SSH): A Comprehensive Guide to Secure Login
6/19/2023 8:08:59 AM.
In this comprehensive guide, you will delve into the world of Secure Shell (SSH) and its usage.
How to Create a Simple Login Page in HTML with CSS Code
2/21/2023 2:23:19 PM.
Learn how to create a simple sleek and stylish login page in HTML using CSS code. Boost user engagement and take your website to the next level. Get started now!
Creating New User Login In SQL Server
2/21/2023 7:14:55 AM.
This article is about creating and providing database access role to a new user in SQL Server.
What Is vRealize Log Insight And It's Features
1/31/2023 6:22:12 AM.
In this article, we'll discuss What is Loginsight and its Features. VMware Log Insight is a log management and analytics tool that provides real-time visibility and insights into the performance a
Implementing Web3 Login With .NET 6.0 And MetaMask Wallet
1/30/2023 4:24:36 AM.
This article will guide you through the process of implementing a Web3 login feature in your .NET 6.0 application using MetaMask wallet. MetaMask is a browser extension that allows users to easily int
Generation of CAPTCHA Image Using Generic Handler for Login Page
1/27/2023 8:56:27 AM.
This article explains how to create a CAPTCHA image using a generic handler.
Stored Procedure For Login Page and Custom Error Handling
1/27/2023 8:31:09 AM.
This is a continuation of the previous article in which we used a generic handler to generate a CAPTCHA image.
How To Login Multiple CRM Accounts In Microsoft Edge And Google Chrome Browser
1/9/2023 6:38:43 AM.
Step by step details to create browser profiles in Microsoft Edge and in Google Chrome.
Xamarin.Android - Develop SQLite Database Using SQLiteOpenHelper Class
12/22/2022 10:55:57 AM.
In this article, you will learn to create your own database for Xamarin Android.
Grant Read Write Permission To User in SQL Server
12/19/2022 7:34:34 AM.
In this article, we’ll learn to give READ and WRITE permission to user after creating their login in SQL Server.
Create Login (Sign In) And Registration (Sign Up) Form In C# Windows Form With Database
12/6/2022 5:07:36 AM.
Here, we will create a login and sign up form in a C# Windows Form application with database connectivity.
Integrate Facebook Login For A Website
11/28/2022 4:20:17 AM.
In this article, we are going to explore one of the popular social logins that Facebook login and how we can integrate it into our react website by the npm package
Outlook Login Failed And Repeatedly Requested A Password In Office 365
11/23/2022 6:53:37 AM.
Many people, I've noticed, are unable to sign into their Outlook apps. One, in particular, is experiencing difficulties with Outlook and Office 365. They are confronted by "Connecting to: use
Consuming Web API In .Net Core 3.1 MVC
7/13/2022 6:22:12 AM.
In this article, You will learn how to consume web API in .Net Core 3.1.
Complete Signup-Login System Using Dependency
7/12/2022 12:23:34 PM.
To design a complete signup-login system using a dependency with the dashboard from the beginning.
ASP.NET Core Razor Pages - Simple Login Using Entity Framework Database First Approach
7/8/2022 3:31:52 AM.
This article is about creating razor pages base simple asp.net core login application using entity framework.
Create Registration And Login Functionality In ASP.NET Core Using Identity
6/29/2022 4:39:33 AM.
In this article, you will learn about ASP.NET Core Login Register .
Deploy .NET Core API To Azure Cloud And Secure It Using Facebook Authentication
12/14/2021 6:09:14 PM.
In this article series, we will learn how to create a .NET Core API that can do CRUD operations on Azure Cosmos DB and then publish it to Azure Cloud. After that, we will secure the API with Easy Auth
How To Connect To Microsoft Dataverse In XrmToolBox Using Microsoft Login Control
11/9/2021 5:53:14 AM.
In this article, you will learn how to connect to Microsoft Dataverse in XrmToolBox using Microsoft Login Control.
How to Make Custom Login, Register, and Logout in MVC 4 Using Razor and EF
11/8/2021 6:08:20 AM.
In this article, you will learn how to make login, register, and logout screens with real-world functionality using Razor and Entity Framework data models.
URL Creation Fundamentals In MVC
11/7/2021 5:35:23 AM.
In this article, we are going to explore different ways of URL creation in MVC and different fundamental concepts of MVC.
Integrate Facebook Ads Using ASP.NET MVC
6/18/2021 4:53:36 AM.
In this article, you will learn how to integrate facebook login into your application and using these API's you can retrieve data from Facebook Ads.
Working With Google OAuth 2.0 in Visual Studio 2013 RC
5/28/2021 7:23:03 AM.
This article will help you to authenticate an ASP.NET MVC 5 web application with the Google OAuth2.0.
Creating Login Or Signin Page Using .NET Framework
5/27/2021 9:06:27 AM.
Here we learn how to create a Login or Signin page using the .NET Framework.
Few Important Uses of HttpModule: Part 2
5/26/2021 11:17:56 AM.
In this example, we will measure the time taken by one HTTP request to complete.
Using External Authentication in ASP.Net Web Pages 2
5/24/2021 9:45:55 AM.
am describing here to authenticate the website by using these external providers in the WebMatrix using ASP.NET Web Pages 2. You'll learn to enable the OpenID and OAuth provider in the WebMatrix
Getting Started Logging In Your Application With Facebook and Google in MVC 5
3/26/2021 9:01:48 AM.
In this article, you will learn to login your MVC 5 application with Facebook and Google with Visual Studio 2013 Preview.
Working With External Providers in MVC 5
2/16/2021 11:06:48 AM.
This article explains customization of a social providers button in the ASP.NET MVC 5 using Visual Studio Studio 2013.
Login Form in Windows Application Using ASP.Net C#
2/11/2021 4:53:09 AM.
In this article we will learn how to create a Login form in a Windows Application using ASP.Net C# and a Stored Procedure
Display Username Along With Photo After Successful Login
2/10/2021 9:28:35 AM.
In this article, we will learn how to display a username along with his/her photo stored in the database after successful login.
Login From Facebook in ASP.NET
2/1/2021 7:47:29 AM.
In this article, you will learn how to login from Facebook in ASP.NET.
Login Page With Remember Password Code In ASP. Net 4.0
2/1/2021 5:06:05 AM.
In this article I describe how to implement an ability to remember a password code in ASP.Net.
Registration and Login By Role in ASP.NET
1/25/2021 9:22:24 AM.
In this article, we will learn how to register a user having multiple roles.
User Registration And Login Form With E-Mail Notification In MVC
1/20/2021 7:26:06 AM.
In this article, you will see how to create a user registration form and a login form.
Display Details of User After Successfull Login
1/19/2021 4:58:41 AM.
In this article, we will learn how to display the corresponding details of a user after a successful login.
Custom Login Functionality In MVC
1/18/2021 10:22:08 AM.
In this article, you will learn the Login Functionality in MVC using Form Authentication with password hashing
Redirect Page After Session Time Out in ASP.Net
1/8/2021 11:09:46 AM.
In this article we will learn how to redirect a page after the session has timed out.
Redirect To Clicked Page After Login
1/8/2021 5:52:38 AM.
In this article, you will learn how to redirect to clicked page URL after login.
Simple Login Form in Web API
1/5/2021 11:18:52 AM.
This article shows how to create a simple login form in the ASP.NET Web API.
C# Artificial Intelligence Login Details - Application Based On SQL Store Procedure
11/9/2020 6:37:29 PM.
In this article, you will learn about C# Artificial intelligence login details for an application based on a SQL store procedure.
Custom Login And Register With Identity In ASP.NET Core 3.1
10/9/2020 9:50:28 AM.
In this article, you will learn about custom login & register with identity manager in asp.net core 3.1.
Login And Role Based Custom Authentication In ASP.NET Core 3.1
9/11/2020 7:27:31 AM.
In this article, you will learn about login, logout, and role-based Custom Authentication in ASP.NET Core 3.1.