Enclose Methods and Interfaces in #region blocks so that it can be collapsed or expanded.
www.codecollege.NET
1. Open the command window in Visual Studio
2. Type “immed” To Execute statements
www.codecollege.NET
You can prevent your website from xss using:
1. Validate Input received from your site.
2. Encode Output generated from your site.
www.codecollege.NET
It needs to implement IRequiresSessionState or IReadOnlySessionState in order to use session state.
www.codecollege.NET
you can find the control which did postback using "__EVENTTARGET" with few exceptions.
www.codecollege.NET
Your ASP.NET application should use windows authentication when your users have windows accounts that can be authenticated by a server. The accounts can be local windows accounts or domain accounts.
www.codecollege.NET
You can enforce strong passwords using membership by configuring the attributes minRequiredPasswordLength, minRequiredNonAlphanumericCharacters, and passwordStrengthRegularExpression on your membership provider configuration.
www.codecollege.NET