AspDotNetAtoms.com provides daily updates on ASP.NET Tutorials, Programming Resources, .NET Articles, Authors and more.

Categories

Recent Posts

Common UI Practices in ASP.NET Applications : Mohammad Ashraful Alam

Monday, September 29 2008

When we start a new project, there are some common practices that should be followed on the following project. Regarding my development experience on previous 12 ASP.NET projects, I have listed some few practices which can be followed by a developer while developing an ASP.NET application. The Practices Login page: 1. Include cookie based “Remember me” check box. 2. Include a “Forgot password” link, the user can request for password. 3. There will be a test log-in page before release the product. 4. If the user doesn’t interact with the application for 30 minutes (asp.net default), and tries to interact after then the user will be automatically redirected to the log-in page. However we can override the authentication timeout value....

Read More:
Common UI Practices in ASP.NET Applications : Mohammad Ashraful Alam
Also See:
Basic Reporting Part 1: Displaying Data with the ObjectDataSource : Scott Mitchell
The Weekly Source Code 30 - VB.NET with XML Literals as a View Engine for ASP.NET MVC : Scott Hanselman's Computer Zen - ASP.NET
Make ASP.NET Speak Typed Text : Richard Bean
ASP.NET Dynamic Data: Customizing the UI : Brad Abrams
Tracking Your Website's Visitors and Statistic in ASP.NET : Richard Bean

Post your comment

Comment