Regular Expression for a Strong Password

This snippet shows a Regular Expression for a strong password. ^(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?!.*\s).*$ About the author: Planet Source Code is a place for all developer providing free source codes, articles, complete projects,complete application in PHP, C/C++, Javascript, Visual Basic, Cobol, Pascal, ASP/VBScript, AJAX, SQL, Perl, Python, Ruby, Mobile Development

Cookies in asp.net

Cookies are one of the way to store data during the time when web server and browser are not connected. common use of cookies is to remember users between visits.Cookies is a small text file sent by web server and saved by web browser on client machine Creating cookies in asp.net using system //saving cookie Response.Cookies["Cookiename"].Value="biscuit";

Introduction to Java

 

Java was developed in the year 1991 and was formally announced in 1995. Basically, java is based on C and C++. The character of java is inherited from both of these two languages. Syntax of java is related to C and Object Oriented facial from C++.

Now java is used to create web sites including interactive content, iphone applications, applications for devices like pagers and cell phones etc.

Key Features of Java