Re: [ADVANCED-DOTNET] Exception reporting
I use CDO (collabrated(SP) data objects) to do this. No standard collection or formatting tho. ur on ur own there. Look @ System.web.mail Redeye - Original Message - From: "Erick Thompson" <[EMAIL PROTECTED]> To: Sent: Thursday, September 08, 2005 3:27 PM Subject: [ADVANCED-DOTNET] Exception reporting Hello, I am putting together a new exception reporting system. It will automatically email the exception information to an email address. I would rather not recreate the wheel, so I'm hoping that someone has some code that will format and collect environment information and put it into a format that I can email. Does anyone have something like this? Thanks, Erick === This list is hosted by DevelopMentor® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com === This list is hosted by DevelopMentor® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com
Re: [ADVANCED-DOTNET] Business logic
IMHO. u should always try to push as much processing as possible down to the data engine. this is MOST efficient being that the data transfered between levels is minimized. Redeye - Original Message - From: "Franklin Gray" <[EMAIL PROTECTED]> To: Sent: Tuesday, September 13, 2005 12:46 PM Subject: [ADVANCED-DOTNET] Business logic > I've been used to the standard 3 tier approach where you have the UI > module (forms), the Business module (classes and components) and then the > DB module (SPs and tables and views) using VB or VB.net and MS Sql Server. > I'm now on a project where they use Oracle and since Oracle allows more > of a development capability, they've put the business logic in the > packages. What do you think of that? I think I still prefer the 3 tier > approach and keeping the business logic out of the DB. OPINIONS? > > === > This list is hosted by DevelopMentor® http://www.develop.com > > View archives and manage your subscription(s) at http://discuss.develop.com === This list is hosted by DevelopMentor® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com