Optimization in Common Decalaration
- by Pratik
Its a 3-tier ASP.NET Website Project
In Data Layer there is class "Common Decalaration" in which lot of common things are mentioned.
Something this way :
public class CommonDeclartion
{
#region Common Messages
public const string RECORD_INSERT_MSG = "Record Inserted Successfully ";
public const string RECORD_UPDATE_MSG = "Record…