C
c# beginner
we are trying to standardize return codes across our .NET
applications (that are soon to be developed.) What is the
best practice for standardizing return codes? I know of
only the following option.
Creating a class library that will contain the return
codes (which will be static strings). Calling the return
codes from this library across different applications.
Please let me know if you have implemented return codes in
a better fashion in your applications. your feedback is
appreciated. Thanks.
applications (that are soon to be developed.) What is the
best practice for standardizing return codes? I know of
only the following option.
Creating a class library that will contain the return
codes (which will be static strings). Calling the return
codes from this library across different applications.
Please let me know if you have implemented return codes in
a better fashion in your applications. your feedback is
appreciated. Thanks.