I want to know the procedure for the coding standard
In earlier project i took 24 class file for whole project and in that from 4 are common class file for every web form . I am looking for is there any other way of built project as in 2 class file for as many as web form.
Jignesh TrivediPosted May 21, 2013, 2:38 AM
http://www.c-sharpcorner.com/Forums/Thread/210599/
azeem ahmedPosted May 21, 2013, 1:37 AM
Jignesh TrivediPosted May 20, 2013, 11:58 PM
As per my understanding, you have two class which is common for all other application. right?
so yes you can create separate project to hold these common class files.
this is good idea to keep common file in separate project.