The MSDN article "Exception Management in .NET" might be helpful:
http://msdn.microsoft.com/library/en-us/dnbda/html/exceptdotnet.asp
You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.
Peter,
this article give some performance info:
Performance Comparison: Transaction Control
http://msdn.microsoft.com/library/en-us/dnbda/html/bdadotnetarch13.asp
You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.d
See MS Press Book "Writing Secure Code" ISBN: 0735615888 under "Storing
Secrets" for a discussion of this problem.
You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.
See article:
Achieve B2B Security
http://www.fawcette.com/vsm/2002_05/online/samarov/default.asp
You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.
We want to ensure that our DLLs on client PCs can only be called by our
EXE.
We must protect these DLLs because they access WebServices (we plan to use
certificate mapping and create the certificate using
X509Certificate.CreateFromSignedFile("MyDll.dll")) and an SQL Server (we
hardcode uer/pwd or