Following are the standard programming coding guidelines one should follow while developing the application.
Architecture Guidelines
- We should try to use the multi tier architecture which helps in developing application more feasible.
- We should have database class layer which communicates to the database and helps in support and migration of the DB easily.
- We should use the try-catch block to handle all the database exceptions and we can throw the exception into another layer of the application and do take the proper action.
- We should have group all the utility classes into the separate class assemblies.
ASP.NET Session Guidelines
- We should use session variable only within classes only using System.Web.HttpContext.CurrentSession.
- We should store large object in session which might take more memory if number of users are very high on the application.
- We should use the style sheet for standard look and feel of the web pages.It will be help in consistent look of the application.
Programming Guidelines
Sunday, September 20, 2009
Posted by Chirag at Sunday, September 20, 2009
Labels: Architecture, ASP.Net, Coding Guidlines, Comment, Programming Tips
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment