Source Code Online Home Categories Top Code New Code Submit Code
Search
New Code
Working with Cookies in ASP.NET
Windows-based Authentication
Windows Authentication in ASP.NET
Using Cookies in ASP.NET
User Password Validator in C#
User Account Impersonation
USA States to DropDownList
The Power of .NET- JavaScript and ASP.NET Login
Storing Passwords - done right!
Setting and displaying cookies
Securing ASP.NET with web.config Part 2
Role-Based Security in ASP.NET
Redirecting User to Login Page After Session Timeouts
Pronounceable Password Generator
Passport Authentication Provider
Top Code
Active Directory Group Lookup
Advanced Cookie Techniques with ASP
ASP.NET Authentication
Authentication in ASP.NET: .NET Security Guidance
Authorizing Users and Roles
Basics of Cookies in ASP.NET
C# And Cookies
COOKIES IN ASP.NET C# VERSION
Coordinate User Interface Development with VB.NET and the MVC Pattern
Determining the Windows Users for Web Forms Applications
Encrypting Cookie Data with ASP.NET
Encrypting Passwords with ASP.NET
Encrypting passwords with SHA1 in .NET and Java
Exploring Machine.Config - User Security and More
How To Implement Forms-Based Authentication in Your ASP.NET Application by Using C# .NET
ASP.NET > Tips and Tutorials > User Management
Source List
All | Freeware

Code 1-10 of 30   Pages: Go to  1  2  3  Next >>  page  


Working with Cookies in ASP.NET is an article for the users who are new to the workingspot of cookies. This article covers the topics like working of cookie, writing and reading cookie, checking through cookie collection, debugging, testing for the



This article is about ASP.NET Windows authentication and its working. The author describes the webmasters about the real implementation of windows based authentication. Initially ASP.NET opens with a WindowsPrincipal object to the present request, wh



Creating Webmaster's own website is much easier now-a-days than safeguarding it from the unauthorized intruders. Security becomes one of the major problem among the webmasters. This article bring a solution stating about Windows Authentication in ASP



Cookies are nothing but stored informations in the form of small files on user's machine. This tutorial describes about the importance and need of a cookie while developing any web application. Cookies are mainly used to store user's settings, nick n



This tutorial deals with user password verification. The author tells the webmasters about the need of checking the user password which is a server side verificaton. This article explains clearly about the conditions to check before giving the user p



Impersonation is nothing but when a .COM object works out the task with just the identification of the member. An User Account Impersonation / is a Web application in which the server is carrying out the work using the client identification and by th



Very often the users come across selecting a state from a list of states given. This is an article demonstrating the very simple method to select a particular state by its abbrevation. This tutorial gives the code of building the list, assigning th



JavaScript and ASP.NET are the two very powerful languages. This article comes as a proof to it. The author tells how to check the details entered into the database using ASP.NET and JavaScript. The source code of creating the HTML page for the login



The author felt that saving the password and username in a ordinary text is not so good level of security. As a result, this article narrates the importance of safeguarding the username and password in a very highlevel. Salted hashes gives birth to



This tutorial describes about setting and displaying cookies. Cookies are nothing but small content of text which could be called whenever needed while creating any webpage. It just gives information which the Web application can retrieve whenever th