right now when i try to build some program i used .dll that contains global method that being used in whole application, when it need to change than i just need to rebuild the .dll then rebuild the program that used that .dll
it got no problem at all because i'm a single fighter
but this situation doesn't work well when i involved into Developer Team
when "sharing resource" change, it need to be redeploy
my first thought are using Web Service to do simillar
any insight how to resolve something like this?
thx,
erick
1st NF - a table should not contain repeating groups.
2nd NF - any fields that do not depend fully on the primary key should be moved to another table.
3rd NF - there should be no dependency between non key fields in same table.
- E. Petroutsos -