Re: [DOTNET] Need a good real-world C# Exceptions Resource orStategy for Library

2002-05-29 Thread Peter Meinl
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.

Re: [DOTNET] OT: N-Tier Design

2002-05-18 Thread Peter Meinl
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

Re: [DOTNET] Hide part of code from Developers

2002-05-14 Thread Peter Meinl
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.

Re: [DOTNET] Client Certificates/SSL/Objects hosted in IIS.

2002-05-14 Thread Peter Meinl
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.

[DOTNET] Howto secure class libraries

2002-04-22 Thread Peter Meinl
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