Re: [ADVANCED-DOTNET] Caching & Business Layer

2002-06-27 Thread Syed.Alam
he old COM paradigm. Francis X. Knebels Merck Vaccine Division -Original Message----- From: Syed.Alam [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 5:25 PM To: [EMAIL PROTECTED] Subject: Re: [ADVANCED-DOTNET] Caching & Business Layer I also think that abstract custom in

Re: [ADVANCED-DOTNET] Caching & Business Layer

2002-06-26 Thread Syed.Alam
I also think that abstract custom interfaces-based business classes and their DAL counterparts reduce the extensibility of the system. Just consider the case that a business class CPerson needs to have one more Address member. You end up changing the DB, all custom IPerson interfaces of business c

Re: [ADVANCED-DOTNET] Data Access API

2002-06-14 Thread Syed.Alam
Can anyone tell me how to convert ms-help://MS.MSDNQTR.2002APR.1033/dndotnet/html/dotnetperftips.htm to http://? Thanks -Original Message- From: Simon E.P. Wilson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 1:07 PM To: [EMAIL PROTECTED] Subject: Re: [ADVANCED-DOTNET] Data

Re: [ADVANCED-DOTNET] Copy a file while impersonating - what am I doing wrong

2002-05-18 Thread Syed.Alam
If there is a thread change from ur impersonated thread to the one executing system.IO.File.Copy() then u would lose thread level impersonation. In order to find that create a file using the system.IO.File and then find out its DACL (in Explorer, check its owners, etc.) HTH -Original Messa